
html {
    font-size: 14px;
}

body {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.maindiv {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00b2ff;
}

.formdiv {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-box {
    width: 410px;
    padding: 10px;
}

    .form-box input {
        height: 55px;
        border-radius: 11px;
        border: 0;
        background-color: #dee8fb !important;
    }

    .form-box i:hover {
        cursor: pointer;
    }

    .form-box button {
        height: 42px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.password-lable-box {
    display: flex;
    justify-content: space-between;
}

.infodiv {
    background-color: #00b2ff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .infodiv span {
        font-size: 20px;
        color: white;
        font-weight: 700;
        letter-spacing: 1px;
    }
    .infodiv small {
        font-size: 11px;
        color: #060606;
        letter-spacing: 0px;
    }

.cw-logo {
    width: 100px;
    height: 96px;
    border-radius: 50%;
    margin-bottom: 2%;
}




.lg_spinner {
    float: right;
    color: #a0ffe4;
    margin-left: 11px;
    display: none;
}

/*----- Start SweetAlert-----*/
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
    height: .25em !important;
    background: #1fc5ed !important;
}
/*----- End SweetAlert-----*/


/*----- Start slider-----*/

#slider {
    width: 60%;
    position: relative;
    height: 75px;
    overflow: hidden;
    display: flex;
    margin-top: 7%;
    align-items: center;
    border-radius: 10px;
}

.slide {
    width: 100%;
    height:100%;
    padding: 10px;
    transition: 1s;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: aliceblue;
}

    .slide img {
        width: 115px;
        height: auto;
        object-fit: cover;
    }

    .slide span {
        font-size:12px;
        color: black;
        text-transform: capitalize;
    }






/*----- End slider-----*/
