html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
:root {

    --guruwhitebg: #EDEEF0 ;
    --gurudarkgraybg: #697F96 ;
    --gurugraybg: #BECCD9;
    --gurubluebg: #36495e;
    --gururedbg: #FF0500;

    --guruborderbg: #d4d4d4 ;

    --gurunavbg: #36495e;

    --gururedbutton: #FF051A;
    --gurubluebutton: #36495e;
    --gurugraybutton: #697F96;
    --guruwidgetbutton: #1A8647;

    --gurunavytext: #00264D;
    --gurugraytext: #E3EBF3;
    --gururedtext: #FF0500;
    --gurubluetext: #36495e;

    --guruiconcolor: #00264D;

    --gurubenzin:#388E3C ;
    --gurubenzinlpg: #0097A7;
    --gurudizel: #F57C00;
    --guruhybrid: #303F9F;
    --gurulpg: #7B1FA2;
    --guruelektrik: #0288D1;
    --guruphybrid: #7B1FA2;
    --gurudigeryakit: #7B1FA2;

    --gurumanuel: #5D4037;
    --guruotomatik: #455A64;
    --guruyariotomatik: #757575;
    --guruvitesdiger: #C2185B;

    --gurupin1: #ADB5BD;
    --gurupin2: #FF6B6B;
    --gurupin3: #F06595;
    --gurupin4: #CC5DE8;
    --gurupin5: #845EF7;
    --gurupin6: #5C7CFA;
    --gurupin7: #339AF0;
    --gurupin8: #22B8CF;
    --gurupin9: #20C997;
    --gurupin10: #94D82D;
    --gurupin11: #FCC419;
    --gurupin12: #FF922B;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,html{
    height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: var(--guruwhitebg);
}

section{
    height: 100%;
}

.logo{
    width: 100%;
}
.logo a{
    width: 380px;
    padding:20px;
    display: block;
}
.logo a img{
    width: 100%;
}
.logo a img.mobile_logo{
    display: none;
}
.login{
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--guruwhitebg);
}

.form{
    width: 100%;
    max-width: 340px;
    padding: 15px 17px;
    /* background: #000; */
    border-radius: 0.3rem;
    z-index: 9999;
    position: absolute;
    right: 25%;
    margin-right: -170px;
    top: calc(50% - 180px);
    font-size: 1rem;
    /* box-shadow: 0 0.6rem 1rem rgb(0 0 0 / 29%);*/
}
.form .top{
    width: 100%;
    text-align: right;
    border-bottom: 1px solid var(--guruborderbg);
}
.form .top h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 34px;
    color: var(--gurubluetext);
    margin-bottom: 10px;
}
.form .top span{
    display: inline-block;
    color: var(--gurubluetext);
    margin: -10px 0 10px 0;
    font-size: 14px;
}
.form .middle .input-fields{
    margin-top:15px;
    position: relative;
}
.form .middle .input-fields label{
    color: var(--gurubluetext);
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
}
.form .middle .input-fields input{
    width: 100%;
    padding: 9px 5px;
    border-radius: 5px;
    outline: none;
    border: 1px solid var(--guruborderbg);
}
.form .middle .input-fields .show-pass{
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top:43px;
    cursor: pointer;
}
.form .bottom{
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.form .bottom span:not(#passstrength){
    display: inline-block;
    color: red;
    padding: 10px;
    border: 1px solid red;
    margin-bottom: 10px;
}
.form .bottom a{
    color:#fff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.form .bottom .btnForgotPassword{
    text-decoration: underline;
    margin-top: 13px;
    color: var(--gurubluetext);
    /* text-decoration: none; */
    display: inline-block;
    font-size: 14px;
}
.form .bottom .btnLogin{
    background: var(--gurubluetext);
    padding: 13px 38px;
    border-radius: 4px;
    float: right;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border: none;
}
.login-right{
    position: absolute;
    right: 40px;
    bottom: 40px;
    text-align: right;
}
.login-right .input-field label{
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    margin-bottom: 15px;
}
.login-right .input-field label a{
    color: var(--gurubluebutton);
    text-decoration: underline;
}
.login-right .input-field input[type="checkbox"]{
    display: none;
}
.login-right .input-field label:after{
    position: absolute;
    content:"";
    width: 24px;
    height: 24px;
    top:-7px;
    right: 0;
    border: 1px solid var(--gurubluebutton);
    border-radius: 3px;
}
.login-right .input-field label:before{
    display: none;
    content: "";
    position: absolute;
    right: 7px;
    top: -4px;
    transform: rotate(30deg);
    height: 15px;
    width: 10px;
    border-bottom: 4px solid var(--gurubluebutton);
    border-right: 4px solid var(--gurubluebutton);
}
.login-right .input-field input[type="checkbox"]:checked + label::before{
    display: block;
}

.changepass .form{
    /*background: #EF7823;*/
}
.changepass .form .bottom a.btnSave{
    background: var(--gurubluebutton);
    padding: 13px 38px;
    border-radius: 20px;
    float: right;
}
.changepass h2{
    font-size:36px;
    font-weight: bold;
    line-height: 46px;
}
.changepass p{
    font-size: 24px;
    line-height: 28px;
}
.changepass .warn{
    position: absolute;
    right: 34%;
    top: calc(50% - 215px);
    width: 210px;
    transform: translate(-36%, 50%);
    text-align: right;
}
.changepass .warn h2{
    padding-left: 20px;

}
.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}
.lean-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}
.modal .modal-content {
    padding: 24px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.modal .modal-footer {
    border-radius: 0;
    background-color: #fff;
    border:none;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
}
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
    float: right;
    margin: 6px 0;
}

.modal .modal-close {
    cursor: pointer;
}

.captchaContainer{
    margin-top:10px;
}
#loginConfirm{
    background: #EF7823;
    padding: 25px;
}
#loginConfirm{
    background: #EF7823;
    padding: 25px;
}
#loginConfirm p{
    line-height: 22px;
}
#loginConfirm .btnClose{
    width: 20px;
    opacity: 1;
    color:var(--gurubluetext);
}
.passwordBar { position: absolute; left: 50%; background: rgba(0, 0, 0, 0.7); width: 210px; border-radius: 10px; z-index: 999; margin-left: -105px; top: -150px; padding: 10px 0; font-size: 12px; }
.passwordBar::after { content: ' '; position: absolute; width: 0; height: 0; left: 80px; right: auto; top: auto; bottom: -44px; border: 22px solid; border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.passwordBar b { display: block; padding-left: 10px; color: #fff; font-weight: normal; }
.passwordBar b.checked { text-decoration: line-through; }
.passwordBar.littlePasswordBar { left: 50%; transform: scale(0.7); -webkit-transform: scale(0.7); top: -100px; }

#passstrength{
    padding: 10px;
    color: rgb(255, 255, 255);
}
#loginForgot .close{
    width: 20px;
    opacity: 1;
    float: left;
    color:var(--gurubluetext);
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 1365px) {
    .form{
        max-width: 340px;
        margin: 0 auto;
        position: absolute;
        right: 11vw;
        top: calc(50% - 180px);
    }
    .login-right{
        right: 2vw;
    }
    .changepass .warn{
        right: 38%;
    }
}
@media (max-width: 980px) {
    .form{
        max-width: 340px;
        margin: 0 auto;
        position: absolute;
        right: 11vw;
        top: calc(50% - 180px);
    }
    .login-right{
        right: 2vw;
    }
    .changepass .warn{
        right: 46%;
    }
}
@media (max-width: 780px) {
    .logo a{
        margin: 0 auto;
    }
    .logo a{
        width: 225px;
    }
    .logo a img{
        display: none;
    }
    .logo a img.mobile_logo{
        display: block;
    }
    .form{
        position: relative;
        margin: 0 auto;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }
    .form .top{
        display: none;
    }
    .login-right{
        position: relative;
        margin: 50px auto 0 auto;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        max-width: 340px;
        padding: 15px 17px;
    }
    .changepass .warn {
        transform: none;
        top: auto;
        margin: 20px auto 0px 35px;
        position: relative;
        right: auto;
        width: 340px;
        text-align: left;
    }
    .changepass .warn h2 {
         padding-left: 0; 
    }
    .changepass h2 {
        font-size: 22px;
        font-weight: bold;
        line-height: 22px;
    }
    .changepass p {
        font-size: 18px;
        line-height: 22px;
    }
    .modal .modal-footer .btn, .modal .modal-footer .btn-flat {
        display: inline-block;
        background: var(--gurubluebg);
        color: #fff;
        padding: 6px 12px;
        border-radius: 4px;
        margin: 6px;
    }
}
