﻿html {
    font-family: 'open-sans-v40-latin', sans-serif;
    font-size: 10px;
}

body {
    font-family: 'open-sans-v40-latin', sans-serif;
    font-size: 1.5rem;
    overflow-x: hidden;
    color: #00FFFF !important;
    background-color: #000000;
}

.loginbody {
    background-image: url("../images/UMSLogin.svg");
    background-repeat: no-repeat;
    position: absolute;
    background-size: 98%;
    background-position: center top;
}


.logo-box img {
    width: 25%;
    margin-left: 41%;
    margin-bottom: 3%;
}

    .logo-box h2 {
        text-align: center;
        color: #02748E !important;
        font-size: 2.5rem !important;
        font-weight: bold !important;
        white-space: nowrap;
    }

.loginbox .form-control, .loginbox .form-control:focus {
    background-color: #000 !important;
    border: 1px solid #07b9e2 !important;
    color: #02748E !important;
    height: 35px;
    font-size: 1.4rem;
}

    .loginbox .form-control:focus-visible {
        background-color: #000 !important;
        border: 1px solid #07b9e2 !important;
    }


.loginbox .fa, .loginbox .fas {
    font-size: 1.8rem;
}

.input-group-text {
    background-color: #02748E !important;
    border: 0px !important;
    color: #000000 !important;
}

@font-face {
    font-family: 'open-sans-v40-latin';
    font-size: 10px;
    src: url('../lib/Fonts/open-sans-v40-latin/open-sans-v40-latin-regular.woff2') format('woff2');
    /* link for font: https://gwfh.mranftl.com/fonts/open-sans?subsets=latin */
}

.fe-box {
    width: 100%;
    height: auto;
    border: 2px solid #004042;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    overflow: hidden;
}

.fe-box-heading {
    width: 100%;
    background: #000;
    padding: 9px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    background-color: #02748E;
}

    .fe-box-heading h4 {
        font-weight: bold;
    }

.fe-box-content {
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.4);
    margin-top: 15px;
}


.loginbox .Mobile_label {
    font-size: 14px;
    font-weight: 700 !important;
}

.loginbox .OR_label {
    font-size: 10px !important;
    padding: 5px;
    position: absolute;
    top: 115px;
    left: 45%;
    background-color: #07b9e2;
    border-radius: 20px !important;
}


.loginbox .OR_span {
    background-color: #02748E;
    border-radius: 20px !important;
    padding: 5px 7px;
    font-weight: bold;
    margin-left: 42%;
    margin-top: -20px;
    float: left;
    color: #000000 !important;
}

.loginbox .hrclass {
    border-top: 1px solid #07b9e2 !important;
    margin-top: 30px;
    margin-bottom: 38px;
}


.loginbox .otpusername_label {
    margin-left: 3px !important;
    font-weight: 700 !important;
}

.resticted-msg {
    text-align: center;
    color: #01d0ff !important;
    font-size: 1.3rem;
    padding: 5px 0px 0px 0px;
    margin-top: -17px;
    margin-bottom: 23px;
}

.loginbox .otplabel {
    margin-right: 20px;
}

.loginbox .username_label {
    margin-left: -72% !important;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700 !important;
}

.Password_div {
    margin-top: 20px;
}

.userClick {
    margin-top: -15px;
}

#GotoLogin, .GotoMobile {
    white-space: nowrap;
    font-size: 1.3rem;
    padding-top: 5px;
    width: 100%;
}

    .GotoMobile a, .GotoMobile a:hover, #GotoLogin, #GotoLogin:hover {
        color: #07b9e2;
        text-decoration: none;
    }

.resend_otp, .resend_otp:hover {
    float: right;
    color: #07b9e2;
    font-size: 1.2rem;
    margin-top: 6px;
}

#btnLogin {
    background-color: #02748E !important;
    color: #000000 !important;
    font-weight: bold !important;
    cursor: pointer;
    padding: 9px 12px;
    font-size: 1.2rem;
    z-index: 9999;
}

#btnloginmobile {
    background-color: #02748E !important;
    color: #000000 !important;
    font-weight: bold !important;
    cursor: pointer;
    padding: 9px 12px;
    font-size: 1.2rem;
    z-index: 9999;
}

.SendOTP-Btn {
    background: #181f26 !important;
    color: #02748E;
    border: 1px solid #225959;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.3rem;
    cursor: pointer;
    margin-top: 5px;
    float: right;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

    .SendOTP-Btn:hover {
        background: #0c1014 !important;
    }

.frmLogin1 {
    position: relative;
    top: 14px;
}

.efibackcolor {
}

.otpusername {
    margin-top: 12px;
}

.mobileNumberCls {
    margin-top: -10px;
}

.fa-user, .fa-eye-slash, .fa-mobile, .fa-key, .fa-eye {
    width: 35px;
    background-color: #02748E;
    padding: 8px;
    color: #000000;
    border-radius: 0px 3px 3px 0px;
    position: absolute;
    top: 1px;
    right: 8px;
}

input::placeholder {
    color: #024757 !important;
    opacity: 1; /* Firefox */
}

.loginbox {
    border: 1px solid #1491cb;
    padding-bottom: 5px;
    margin: 0px auto;
}

#mobileValidationMessage {
    font-size: 13px !important;
}

/*extra small devices (landscape phones, 576px and up)*/
@media (min-width: 280px) {
    .loginbox {
        width: 26rem;
        margin: 0px auto;
    }

    .login-arrange {
        margin-top: 50%;
    }
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .loginbox {
        width: 32rem;
    }
}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .loginbox {
        margin-left: -68%;
    }

    .logo-box {
        margin-top: 25%;
        margin-right: -45%;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .logo-box {
        margin-top: 9%;
    }
}

/*Large devices (desktops, 1024px and up)*/
@media (min-width: 1024px) {
    .logo-box {
        margin-top: -60%;
        margin-right: 5%;
    }

    .loginbox {
        position: absolute;
        bottom: 50px;
        right: -34px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .loginbox {
        bottom: 100px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .login-arrange {
        top: 65%;
    }
}

#Logout_Checkbox {
    position: relative;
    top: 11px !important;
    left: 1px !important;
}

.label_sessions {
    position: relative;
    top: 8px;
    left: 8px;
    font-size: 12px;
}