/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap'); */

body {
    font-family: 'Poppins', sans-serif;
    background: #ececec;
    overflow: hidden;
}

.bg-image {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
    /* filter: blur(8px); */
    z-index: -1;
}

/*------------ Login container ------------*/

.box-area {
    margin-top: 0 auto;
    width: 400px;
}

/*------------ main box ------------*/

.main-box {
    padding: 15px;
}

/*------------ Custom Placeholder ------------*/

::placeholder {
    font-size: 14px;

}

.rounded-corner {
    border-radius: 5px;
}

.upload-card {
    width: 400px;

}

/*------------ For small screens------------*/

@media only screen and (max-width: 768px) {

    .box-area {
        margin-top: -60px;

    }

    .box-area-upload {
        margin-top: -130px;
    }

    .main-box {
        padding: 20px;
    }

    .logo {
        margin-left: -20px;
    }
}

@media screen and (max-width: 425px) {
    body {
        overflow: hidden;
    }

    .bg-image {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh !important;
        background-image: url("../images/background.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* filter: blur(8px); */
        z-index: -1;
    }

    .main-box {
        padding: 20px;

    }

    .box-area {
        width: 100%;
        margin-top: -60px;

    }

    .box-area-upload {
        margin-top: -130px;
    }

    .login {
        margin-top: 0px auto;
    }

    .dropdown-lang {
        top: 20px;
        position: fixed;
        margin-left: 350px;
    }

    .upload-card {
        margin-top: 10px;
    }

}

.username-input {
    max-width: 122px !important;
    height: 47px;
    margin: 0 auto;
    margin-bottom: 17px;
    display: block;
    background-color: #e9edf5;
    padding: 10px;
    text-align: center;
    color: #0d6efd !important;
    border: none;
    text-align-last: center;
    font-size: 20px !important;
}

.username-input:focus {
    outline: none;
}

.username-input::-webkit-input-placeholder {
    color: #0d6efd !important;
}

.timer-select {
    width: 120px !important;
    text-align: center;
    color: #3f6ccf !important;
}

.otp-input {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: semi-bold;
    border-radius: 12px;
    background-color: #B2C9FF;
}

.otp-input:focus {
    border-color: #8fb6ef;
    background-color: #B2C9FF;
    box-shadow: none;
}

.otp-boxes {
    margin-top: 11px;
    margin-bottom: 22px;
}

.session-timer {
    color: #3f6ccf;

}

.view-btn {
    background-color: #BBC2CC;
    color: #3f6ccf;

}

.login-btn {
    text-align: center;
    margin: 0 auto;
    width: 254px;
    height: 47px;
    background-color: #4366E2;
    color: white;
}

.add-icon {
    color: #0d6efd !important;
    width: 41px !important;
}

/* ===================login Page End============================= */
.message-box {
    position: fixed;
    z-index: 9999;
    width: 100%;
    text-align: center;
    /* left: 20%; */
    /* min-width: 600px; */
}

#success-message,
#alert-message {
    transition: opacity 0.5s ease;
    width: 40%;
}

/* .modal{
		width: 80%;
	} */

/* file type blur if it is not allowed */
.blurred {
    filter: blur(3px);
    opacity: 0.6;
    pointer-events: none;
    /* prevent interaction */
}

.upload-des{
    line-height: 1.4em;
    font-size: 16px;
}
/* ================================================================== */