:root {
    --robo_yellow: #FBBC04;
    --robo_blue: #1A73E8;
}
body {
    font-size: 14px;
    height: 100vh;
}
*,
*:focus {
    outline: 0 !important;
}

table th {
    color: #333;
}

table th a {
    color: #333;
}

/*login form*/
/*.site-login #login-form label.control-label{
  display: none;
}*/
.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-wrapper {
    padding: 20px;
    margin: 0;
    padding-top: 90px;
    margin-bottom: 5px;
}

.site-login .wrap-row-login {
    padding-top: 10px;
}

.btn-block {
    border-radius :0px !important;
}

.form-control{
    padding: 6px 35px;
}

.site-login #frm_login .fa-user,
.site-login #frm_login .fa-lock {
    position: absolute;
    padding: 10px;
    background: #f5f5f5;
    left: 16px;
    top: 1px;
    height: 32px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.site-login #frm_login #loginform-username,
.site-login #frm_login #loginform-password {
    padding-left: 40px;
    box-shadow: none;
    font-size: 14px;
}
a {
    cursor: pointer;
}

form.frm_login{width:370px;font-size:1.0em;color:#333;}form.frm_login legend{padding-left:0;}form.frm_login legend,form.frm_login label{color:#333;}form.frm_login fieldset{border:none;background:url(../images/frm_login-fieldset.gif) left bottom repeat-x;background-color:#F8FDEF;}form.frm_login fieldset fieldset{background:none;}form.frm_login fieldset p,form.frm_login fieldset fieldset{padding:5px 10px 7px;background:url(../images/frm_login-divider.gif) left bottom repeat-x;}form.frm_login label.error,label.error{color:red;font-style:italic}div.error{display:none;}input{border:1px solid black;}input.checkbox{border:none}input:focus{border:1px dotted black;}input.error{border:1px dotted red;}form.frm_login .gray *{color:gray;}
.site-login {
    width: 719.14px;
    min-height: 406.46px;
    top: 116px;
    left: 525.01px;
    gap: 0px;
    border-radius: 10px;
    border: 2px solid #FFFFFF1A;
    background-image: linear-gradient(195deg, #190827, #190C28);
}
.g-recaptcha {
    transform:scale(0.89);
    transform-origin:0 0;
}
.img-responsive {
    margin: 0 auto;
    top: 142.71px;
    left: 562.63px;
    padding: 8px 15px 8px 15px;
    gap: 20px;
    border-radius: 5px 0px 0px 0px;
}
.wrap {
    height: 100%;
    overflow: hidden;
}
.login-wrapper {
    background-image: linear-gradient(195deg, #150128, #150D28);
    height: 100%;
}

.login-box {
    border-radius: 17px;
    border: none;
    background-image: linear-gradient(195deg, #190827, #190C28);
    padding: 0 7px;
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.login-box .login_logo, .login-box .login_form {
    flex: 1 0 50%;
}

.login-box .login_form {
    margin-top: 53px;
    margin-bottom: 53px;
}

.login-box .login_form .panel_login {
    width: 290px;
    margin-left: 8px;
}

.login-box .login_form .panel_login .btn_login {
    background-color: var(--robo_blue);
    font-size: 17px;
    color: #fff;
}

.login-box .login_form .panel_login input {
    margin-bottom: 10px;
}

.login-box .login_form .panel_login input:focus{
    color: #fff;
}

.login-box .login_logo img {
    width: 272px;
}

.login-title {
    height: 22px;
    top: 258px;
    left: 672.5px;
    gap: 0px;
    text-align: center;
    color: var(--robo_yellow);
    margin-bottom: 35px;
}

.login-title > p {
    line-height: 21.78px;
    font-size: 31px;
    font-weight: 700;
}

.login-form {
    margin-top: 30px;
}

.login-box i {
    color: #a7acae;
    background: inherit !important;
    font-size: 17px;
    margin-left: -10px;
}

.login-box input[type=username],
.login-box input[type=password],
.login-box input[type=text] {
    background: inherit;
    height: 44px;
    width: 100%;
    top: 364.04px;
    left: 550px;
    gap: 0px;
    border-radius: 5px;
    color: #ECEFF1;
    border: 1px solid #2B203B;
    padding: 0 10px;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 7px;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    background-color:#190B27;
    border: 1px solid #ffffff;
    border-radius: 2px;
}
input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    background-color:#1E80EF;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 2px;
}

#save_password_title,
#recover {
    font-weight: 300;
    font-size: 16px;
    z-index: 1;
    color: var(--robo_yellow);
}

.login-box input::placeholder,
#save_password_title {
    color: #ECEFF1;
    opacity: 0.8;
}


/* Change the white to any color ;) */
.login-box input#username:-webkit-autofill,
.login-box input#username:-webkit-autofill:hover, 
.login-box input#username:-webkit-autofill:focus, 
.login-box input#username:-webkit-autofill:active  {
    background: inherit;
}
/* Change the white to any color ;) */
.login-box input#password:-webkit-autofill,
.login-box input#password:-webkit-autofill:hover, 
.login-box input#password:-webkit-autofill:focus, 
.login-box input#password:-webkit-autofill:active  {
    box-shadow: 0 0 0 56px #232d35 inset !important;
    border: none; 
    border-bottom: 1px solid #373f46;
}
/*Change text in autofill textbox*/
.login-box input:-webkit-autofill {
    -webkit-text-fill-color: #a7acae !important;
}

.login-button button {
    width: 290px;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 30px;
}

.login-box label.error {
    color: #ccc2c2;
}

.msg-error {
    color: #d19b0a !important;
    border-color: #d19b0a !important;
}

.msg-error-EA6035 {
    color: #EA6035 !important;
    border-color: #EA6035 !important;
}

.quqwfaggga {
    margin-bottom: -32px !important;
}

.btn_recover {
    height: 38px;
    border-radius: 5px;
    background-color: var(--robo_blue);
    line-height: 38px;
    border: none;
    font-size: 17px;
    padding: 0 1.55rem;
    display: inline-block;
    color: #fff;
}

.btn_recover_login {
    height: 38px;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid var(--robo_blue);
    font-size: 17px;
    padding: 0 0.95rem;
    display: inline-block;
    color: var(--robo_blue);
    font-weight: bold;
}

a.btn_recover_login:hover{
    text-decoration: none;
}

.login {
    border-radius: 5px;
    border: 1px solid var(--robo_blue);
}
.d_flex {
    display: flex;
}
.justify_content_space_between {
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .site-login {
        width: unset;
        padding-left: 24px;
        padding-right: 24px;
    }
    .login-box {
        display: block;
    }
}

@font-face {
    font-family: Inter-Font;
    src: url('../../../fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: Inter-Bold;
    src: url('../../../fonts/Inter-Bold.ttf');
}