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

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

/*small {*/
/*    font: normal normal 12px/1px robotobold !important;*/
/*}*/
html, body{
    font-family: JLREmericReg, robotobold, sans-serif !important;
    font-size: 16px !important;
    /*font-weight: 400 !important;*/
    /*color: #000000 !important;*/
}
.logodiv {
    background: url(../images/loginlogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 246px;
    height: 143px;
}


.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: #54616B;
    color: white;
    border: none !important;
    height: 59px;
    border-radius: 8px;
    font-family: 'robotothin', serif;
    font-weight: bolder;
    font-size: 23px;
}

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.png) no-repeat;
    background-position: 95% center;
    background-size: cover;
    background-color: #fafafa !important;
}
#loginHeader{
    line-height: 54px !important;
    color: #97a8b3;
}
.logButton:hover  {background-color:#798996!important;color:#0a0a0a!important;}
.dx-icon-arrowright:before {

    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 100;
}
.logButton:hover .dx-icon-arrowright{
    color:#0a0a0a!important;
}

.login-title{
    letter-spacing: 2px;
    font-size: 36px;
    font-family: JLREmericReg;
}