h2 {
    /*font: normal normal 36px/38px robotomedium !important;*/
    font: normal normal 36px/38px 'JLREmericSBold' !important;
    letter-spacing: 2px;
}

h1 {
    font: normal normal 36px/38px robotothin !important;
}

small {
    font: normal normal 12px/1px robotobold !important;
}

.logodiv {
    background: url(../images/loginLogov3.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 350px;
    height: 156px;
   
}


.inputControl {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0rem !important;
    font-weight: 700 !important;
    color: #000000;
}

*:focus {
    outline: none;
}

.logButton {
    background-color: #676d79;
    color: white;
    border: none !important;
    font-weight: bold;
    height: 70px;
    border-radius: 8px;
    font-size: 1.6vh;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill::first-line,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    border-bottom: 1px solid black;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    font: normal normal 19px/29px robotomedium !important;
    letter-spacing: 1.3px;
}

input:-internal-input-suggested {
    text-overflow: inherit;
    white-space: nowrap;
    overflow: hidden !important;
}

@media (max-width: 576px) {
    #secLoginSecreen {
        background: rgba(71, 86, 102, 0.62) 0% 0% no-repeat padding-box;
    }
}

@media (max-width: 768px) {
    #secLoginSecreen {
        background: rgba(71, 86, 102, 0.62) 0% 0% no-repeat padding-box;
    }
}

#secLoginSecreen {
    background: url(../images/loginbg.jpg) no-repeat;
    background-position: 36% center;
    background-size: cover;
    background-color: #fafafa !important;
}
