/***
Login page
***/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill:focus
{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* logo page */
.login
{
    background-color: #666 !important;
    text-align: center;
}

.form-actions
{
    margin-top: 5px;
}

.sexy_line
{
    display: block;
    border: none;
    color: white;
    height: 1px; /*   background:black;    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));   background:   -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#4b8df8), to(rgba(0, 0, 0, 0.2)))*/
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#9fbbe6), to(rgb(13, 62, 243)));
}

.login .logo
{
    /* margin: 0 auto;      margin-top:0px;   padding: 15px;   text-align: center;   position:relative;   top:60px; */
}

.login-form .btn
{
    height: 26px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAABgklEQVR42r3WsU7CUBSA4QtGQVIHYayjEgYTdpd2EV4BnXkGnWHRAY1jCZsJYtzcSU0kGt7ASSkLTD4ALvgPh4Q00GtL6/B1uSfnpO0991x1fGLrFHGBPiaYiQn6slbU5QlatPCKMa5QwQEyMFBCVda+JNYKUygLBx7OsAWlkZZYDw6yukJ5vOMZe1AhGXiQHPl1hXIY4g5pqIhSuJVcuVWFOniUQLWhlOTq+AtZ8GBAxcSAB2u50ADnIRPVsa+JqWGwKFSGF+G/dPGBQ81u9FBWPBq4hopQaI7voP6R3A3Fw0U1aiHxg/qauFO8KDlKTCifJp4CjDH3aa1ocBMTJedWBspngHkE9748O5j9W6G4P91N0KdzUUl6M8S1vW3N9m4uGna0QcMeaRp2hPLyj68lewQlf6ja/jHRRi/GMdFDO+nB11o7+EQBww1HeVdyFHSXk1048FD749ulJdaDg1zY69ab77plYluYqMjap8TaQdctnRIu4WKKHzGFK2slXZ5f2RlINtkg1cIAAAAASUVORK5CYII=") no-repeat;
}
.login-form .btn:hover
{
    height: 26px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAABlElEQVR42r3Wv07CUBTH8WuJigQHYcRRCRuPUBbhFdCZZ9DETRYd0DhC2EwQ4uZOaiLR8AZOSllg8gFguX5JDknT2F4L1OEDIffm/NJy/xylLrVJHufoY4KZmKAvY3mttQoTFmDjFWNco4xD7CKNAioy9iVz7ShBSTTh4hQJqCAUWXxbMtdFE0lTUAbveMY+lIm3mDzpo9TIBAWlMMQ9LKioQRK2hTuplfotqI2eTFQRgoLCemj7g2y4SEOtFSSklgvbGzTAWcSQGg60Dg2rYrAMKkqyFTGogw8chQRZcFFc/LjCDdQKQRrfsEPCqE0GHw4qqwaJOWoBQSd4UXKU5KB86ngKMYb2aSDhC6I2GXJu7UL5DKBX8OAL2sHs34I2/epuw16dg3Lci2FTy7tkWN715YYdrbFhjw0bdoSi94+vxnsExX+olvzXRAvdDV4TXbTivvgagRefyGK45lXekRpZU3Oy52lOqrD+2JxUPc1JKmq79eZrt3LYFjmUZexT5pbC2i2TAi7gYIq5mMKRsYKpgfwBajxb7xN0VU8AAAAASUVORK5CYII=") no-repeat;
}

.login-form .input-icon i
{
    color: #ccc;
    display: block;
    position: absolute;
    margin: 8px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}


.login .content
{
    /*  background: url(../../img/bg-white-lock.png) repeat;*/
    width: 340px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 15px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.login .content h3
{
    color: #eee;
}
.login .content h4
{
    color: #eee;
}

.login .content p, .login .content label
{
    color: #fff;
}

.login .content .login-form, .login .content .forget-form
{
    padding: 0px;
    margin: 0px;
}

.login .content .form-control
{
    background-color: White;
}

.login .content .forget-form
{
    display: none;
}

.login .content .register-form
{
    display: none;
}

.login .content .form-title
{
    font-weight: 300; /* margin-bottom: 25px; */
    text-align: center;
    font-weight: 300; /* margin-bottom: 25px; */
    text-align: center;
    max-width: 380px;
    margin: 5px auto 13px auto;
    word-break: break-word;
    font-size: 22px;
    line-height: 1.45455;
    font-weight: 300;
    letter-spacing: 0.016em;
    font-family: "SF Pro Display" , "SF Pro Icons" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
}

.form-group
{
    margin-bottom: 0px;
}

.login .content .form-actions
{
    background-color: transparent;
    clear: both;
    border: 0px; /* padding: 0px 30px 25px 30px; */
    padding: 0px 30px 0px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.forgot-password
{
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    margin: 20px 0px;
    display: inline;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.025em;
    font-family: "SF Pro Text" , "SF Pro Icons" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
}

.login .content .form-actions .checkbox
{
    margin-left: 0;
    padding-left: 0; /* border-radius: 5px; */ /* margin-top: 8px; */
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.021em;
    position: relative;
    vertical-align: top;
    font-family: "SF Pro Text" , "SF Pro Icons" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
}

.login .content .forget-form .form-actions
{
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions
{
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox
{
    margin-top: 8px;
    display: inline-block;
}

.login .content .form-actions .btn
{
    margin-top: 1px;
}

.login .content .forget-password
{
    margin-top: 15px;
    font-size: 12px; /*      outline: 0;     cursor: pointer;     text-decoration: none;     margin: 20px 0px;     display: inline;     font-size: 14px;     line-height: 1.5;     font-weight: 400;     letter-spacing: -0.025em;     font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;    */
    margin-top: 15px;
    font-size: 13px;
    font-weight: 400;
    font-weight: 600;
    cursor: pointer;
    padding-bottom: 9px;
    letter-spacing: -0.025em;
    font-family: "SF Pro Text" , "SF Pro Icons" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
}

.login .content .create-account
{
    /*  border-top: 1px dotted #eee;   padding-top: 10px;   margin-top: 15px; */
}

.login .content .create-account p
{
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    font-weight: 600;
    cursor: pointer;
    padding-bottom: 9px;
    letter-spacing: -0.025em;
    font-family: "SF Pro Text" , "SF Pro Icons" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
}

.login .content .create-account a
{
    display: inline-block;
    margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container i
{
    display: inline-block;
    position: relative;
    color: #ccc;
    z-index: 1;
    top: 1px;
    margin: 4px 4px 0px 3px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.login .content .has-error .select2-container i
{
    color: #b94a48;
}

.login .content .select2-container a span
{
    font-size: 13px;
}

.login .content .select2-container a span img
{
    margin-left: 4px;
}

/* footer copyright */
.copyright
{
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #eee;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #eee;
    font-size: 14px;
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    font-weight: bold;
    display:inline;
}

.copyrightdiv
{
   display:none;
}
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    .logo img
    {
        width: 280px !important;
    }

    .login .content
    {
        width: 350px !important;
    }

    .copyright
    {
 
        
        display:none;
    }
    
    .copyrightdiv
    {
       text-align: center !important;
        position: relative !important;
        padding: 0px !important;
        margin: 0px !important;
            display:inline;
                color: #eee;
    font-size: 14px;
     font-weight: bold;
}
}
