html, body {
  height: 100%;
    overflow-x: hidden;
    background: #f5f5f5;
}

#logo {
    text-align: center;
    font-size: 35px;
}

#logo svg{
    height: 40px;
}

@media (max-width: 768px) {
    a.btn.btn-lg.btn-block {
        width: 18% !important;
    }

    body{
       background: #0a1b31;  
    }


}

.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm .help-block {
    color: #11Ff22;
}

a.btn.btn-lg.btn-block {
    border: none;
    width: 31%;
    margin: 1% 4% 10px;
    display: inline;
    border-radius: 12px;
    padding: 4px 0px;
}

input.form-control {
    font-size: 20px;
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border-width: 0px;
    color: #7a7677;
    background-color: transparent!important;
    transition: all ease-out 0.3s;
    padding: 0;
    margin: -3px 0;
    border-bottom: 1px solid #7a7677;
    box-shadow: none;
}

input.form-control:focus{
    box-shadow: none;
    border-bottom-width: 2px;
    border-color: #11Ff22;
    color: #11Ff22;
    background-color: transparent!important;
}

.col-xs-10.col-xs-offset-1.col-sm-6 {
    padding: 0px;
}

@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        margin-top: 10px;
    }
}


label.checkbox {
    color: #FFF;
}

div.container {
    margin: 0;
    padding: 0;
    width: 100vw;
}

/*.btn-login {
    border-radius: 10px!important;
    width: auto!important;
    padding: 12px 24px!important;
    font-weight: bold!important;
    margin: 10px auto 0 auto!important;
    color: #11Ff22!important;
    border: 0!important;
    background: #11Ff22!important;
    -webkit-transition: all ease-out 0.3s!important;
    color: white!important;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    position: relative;
    overflow: hidden;
}*/

.btn-login:hover, .btn-login:active, .btn-login:focus {
    outline: 0!important;
    background-color: #fff!important;
    color: #11Ff22;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)!important;
}

@keyframes ripple {
    100%{
        opacity: 0;
        transform: scale(2.5);
    }

}

.ripple-effect{
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    top: 0;
    background: white;
    border-radius: 50%;
    opacity: 0.4;
    transform: scale(0);
}

.ripple-effect.animate{
    animation: ripple 0.5s linear;
}

.btn-login[disabled] {
    border: 1px solid #7a7677!important;
    color: #7a7677!important;
    background: white!important
}

/*.btn-login:hover{
    background-color: #11Ff22!important;
    color: white!important;
    border-color: #11Ff22!important;
}*/

span.input-group-addon {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #DEDFCF;
    border-color: #A0A09E;
    width: 20%;
}

span.input-group-addon i {
    color: #0400F6;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent;
}

#bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -10;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

#subtitle{
    margin-bottom: 35px;
}

span.error {
    color: #11Ff22;
    font-weight: bold;
    background: transparent;
    display: block;
    width: 100%;
    opacity: 0;
    transition: all ease-out 0.3s;
    height: 0px;
    margin-top: 5px;
    font-size: 11px;
}
.form-group {margin-bottom: 2px;}

.form-group label {
    display: none;
}

#backButton {
    /*margin-top: 5px;
    margin-left: 10px;*/
    border: 0px;
    border-radius: 10px;
    color: white;
    background: transparent;
    font-size: 25px;
    position: absolute;
    top: 6.5px;
    /*background: -moz-linear-gradient(top, rgba(199,7,242,1) 0%, rgba(174,0,243,1) 14%, rgba(158,0,231,1) 36%, rgba(142,0,218,1) 59%, rgba(131,32,185,1) 87%, rgba(201,93,231,1) 92%, rgba(131,32,185,1) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,7,242,1)), color-stop(14%, rgba(174,0,243,1)), color-stop(36%, rgba(158,0,231,1)), color-stop(59%, rgba(142,0,218,1)), color-stop(87%, rgba(131,32,185,1)), color-stop(92%, rgba(201,93,231,1)), color-stop(100%, rgba(131,32,185,1)));
   background: -webkit-linear-gradient(top, rgba(199,7,242,1) 0%, rgba(174,0,243,1) 14%, rgba(158,0,231,1) 36%, rgba(142,0,218,1) 59%, rgba(131,32,185,1) 87%, rgba(201,93,231,1) 92%, rgba(131,32,185,1) 100%);
   background: -o-linear-gradient(top, rgba(199,7,242,1) 0%, rgba(174,0,243,1) 14%, rgba(158,0,231,1) 36%, rgba(142,0,218,1) 59%, rgba(131,32,185,1) 87%, rgba(201,93,231,1) 92%, rgba(131,32,185,1) 100%);
   background: -ms-linear-gradient(top, rgba(199,7,242,1) 0%, rgba(174,0,243,1) 14%, rgba(158,0,231,1) 36%, rgba(142,0,218,1) 59%, rgba(131,32,185,1) 87%, rgba(201,93,231,1) 92%, rgba(131,32,185,1) 100%);
   background: linear-gradient(to bottom, rgba(199,7,242,1) 0%, rgba(174,0,243,1) 14%, rgba(158,0,231,1) 36%, rgba(142,0,218,1) 59%, rgba(131,32,185,1) 87%, rgba(201,93,231,1) 92%, rgba(131,32,185,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c707f2', endColorstr='#8320b9', GradientType=0 );*/
}

#page-title{
    margin: 10px 0 10px 40px;
    color: #11Ff22;
    height: 50px;
    background: #11Ff22;
    color: white;
    line-height: 50px;
    margin: 0;
    margin-bottom: 15px;
    padding-left: 40px;
}

#subtitle h3{
    margin: 0;
    font-weight: bold;
    color: #06908f;
    text-align: center;
}

#subtitle h4{
    color: #06908f;
    text-align: center;
    margin: 0;
}

#subtitle h4:last-child{
    margin-top:5px;
}

.g-recaptcha div{
    margin: auto;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    background:transparent;
    color:#fff;
}

#alert-message{
    color: #7a7677;
    margin-top: 10px;
}

@media screen and (max-width: 768px){
    #page-title{
        font-size: 24px;
        line-height: 50px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: none!important;
    background: transparent!important;
}

.form-group{
    margin-bottom: 5px!important;
}

div.animated-label-cont{
    width: 100%;
    margin: auto;
    padding: 20px 10px 0 10px;
    font-weight: normal;
    position: relative;
        margin-top: 5px!important;
}

div.animated-label-cont .info{
    position: absolute;
    transition: all ease-out 0.3s;
    top: 20px;
    font-size: 18px;
    color: #c5c5c5;
    pointer-events: none;
    line-height: 30px;
}

div.animated-label-cont.not-empty .info{
    font-size: 13px;
    top: 0!important;
}

div.animated-label-cont.focused .info{
    color: #aaa;
}

div.animated-label-cont .value{
    width: 100%;
    border: 0;
    font-size: 18px;
    border-bottom: 1px solid #dad9d9;
    padding-bottom: 3px;
    transition: all ease-out 0.3s;
    margin-bottom: 0px;
    outline: none!important;
    min-height: 33px;
}

div.animated-label-cont.focused .value{
    border-color: #11Ff22;
    border-width: 2px;
    margin-bottom: 0;
}

div.input-group input:focus {
    box-shadow: none;
    color: #fff;
    background-color: transparent !important;
}


span.custom-control-description.register-tc-control-description {
    color: #11Ff22;
}

label.custom-control.custom-checkbox {
    margin-top: 10px;
}

input{

    background: transparent;
}

.lost-user , .lost-psw {

color: #c5c5c5;

}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #0a1b31 inset !important;
    -webkit-text-fill-color: white !important;
}