/* -----------------------------------------
   LOGIN PAGE STYLES
----------------------------------------- */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { height: 100%; }
body { position: relative; }


/* Login Container block
----------------------------------------- */
#login-bg-spinner {
    width: 50px; height: 50px;
    position: absolute;
    top: 50%; left: 50%;
    margin: -100px 0 0 -25px;
    background: url(/img/wifi_loader.gif) no-repeat center center;
}
#login-container {
    width: 360px;
    background: #fff;
    padding: 15px;
    margin: -235px 0 0 -180px;
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Logo and Header Text
----------------------------------------- */
.signin-logo { text-align: center; }
.signin-logo h1 { font-size: 24px; text-align: center; }
.signin-logo img { margin: 15px 0 30px; }
#login-container h3 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 15px 0;
}

/* Form Fields
----------------------------------------- */
.login-field:before, .login-field:after { content: " "; display: table; }
.login-field:after { clear: both; }
.login-field { *zoom: 1; }
.login-field {
    margin-top: -1px;
}

p.login-label {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    line-height: 18px;
}

.login-field label {
    margin: 0;
    padding: 3px 6px 0;
    float: left;
    width: 40%;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.login-field { margin-top: 15px; }

.login-field input {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
    line-height: 18px !important;
}
.login-field input:focus {
    border-color: #666 !important;
}
.login-btn {
    border: none;
    background-color: #46BA48;
    height: 44px;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}
.login-btn:hover { background-color: #1A8C1C; }
#login-container .login-btn.btn-spinner {
    color: rgba(255, 255, 255, 0) !important;
}
#login-container .login-btn.btn-spinner svg {
    display: inline-block;
    fill: currentcolor;
    height: 26px;
    position: relative;
    top: 9px;
    width: 26px;
    float: none;
}

#login-email-address { text-align:center; }

.details-btn {
    border: none;
    background-color: #AAAAAA;
    height: 44px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}
.details-btn:hover {
    color: #fff;
}

#remembered-details { background-color: #09AC15; }
.social-login-form a.details-btn {
    display: block;
    padding: 14px;
}


.social-login-form { margin-top: 15px; }
#social-login-facebook { background-color: #3d5b99 }
#social-login-google { background-color: #db4437 }
#social-login-twitter { background-color: #000000 }
#social-login-instagram { background-color: #957e60 }
#social-login-linkedin { background-color: #0073b2 }
#social-login-weibo { background-color: #DE1200 }
#social-login-vkontakte { background-color: #2B587A }
#social-login-salesforce { background-color: #009DDC }

#social-login-facebook:hover { background-color: #2E4B84 }
#social-login-google:hover { background-color: #C4352B }
#social-login-twitter:hover { background-color: #2096C9 }
#social-login-instagram:hover { background-color: #826C51 }
#social-login-linkedin:hover { background-color: #006399 }
#social-login-weibo:hover { background-color: #C11506 }
#social-login-vkontakte:hover { background-color: #254F6E }
#social-login-salesforce:hover { background-color: #0084C3 }

.social-login.unlinked {
    background-color: #999 !important;
}

/* Login Button CSS animation
----------------------------------------- */
@-moz-keyframes move-is-waiting-stripes {
    0% { background-position: 0 0; }
    100% { background-position: 50px 0px; }
}
@-webkit-keyframes move-is-waiting-stripes {
    0% { background-position: 0 0; }
    100% { background-position: 50px 0px; }
}
@-o-keyframes move-is-waiting-stripes {
    0% { background-position: 0 0; }
    100% { background-position: 30px 0px; }
}
@-ms-keyframes move-is-waiting-stripes {
    0% { background-position: 0 0; }
    100% { background-position: 50px 0px; }
}
@keyframes move-is-waiting-stripes {
    0% { background-position: 0 0; }
    100% { background-position: 50px 0px; }
}

/* Language switcher
----------------------------------------- */
#lang-select:before, #lang-select:after { content: " "; display: table; }
#lang-select:after { clear: both; }
#lang-select {
    *zoom: 1;
    margin-top: -1px; }
#lang-select img {
    float: left;
    margin: 15px 0 0 15px;
}
#lang-select select {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
    float: right;
    padding: 10px 10px;
    vertical-align: middle;
    border: 1px solid #ddd;
}
#lang-select select:focus {
    border-color: #666;
}

/* Footer links
----------------------------------------- */
.login-reset { font-size: 12px; }
.login-reset .login-social { float: right;}
.login-reset .checkbox input { margin-top: 2px; }
.login-reset .forgot-pass { float: left; }
.login-reset.back-to-login-form { text-align:center; }

.custom-checkbox {
    background: url("/img/cisco/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    width: 23px;
    margin-right: 5px;
}
.custom-checkbox.active { background-position: 0 -23px; }
.custom-checkbox { margin-top: -2px; }

.login-background-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
.login-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center;
}
.login-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: -webkit-linear-gradient(0deg, #333 0%, #333 33%, transparent 33%, transparent 100%);
    background: -moz-linear-gradient(0deg, #333 0%, #333 33%, transparent 33%, transparent 100%);
    background: -o-linear-gradient(0deg, #333 0%, #333 33%, transparent 33%, transparent 100%);
    background: -ms-linear-gradient(0deg, #333 0%, #333 33%, transparent 33%, transparent 100%);
    background: linear-gradient(0deg, #333 0%, #333 33%, transparent 33%, transparent 100%);

    background-size: 100% 3px;
}


/* User selection
----------------------------------------- */
.user-selection {
    height: 184px;
    overflow-y: auto;
    margin: 0 0 15px;
}

.user-selection ul {
    margin: 0; padding: 0;
    list-style: none;
    border-top: 1px solid #eee;
}

.user-selection ul li {
    margin: 0; padding: 5px 0;
    border-bottom: 1px solid #eee;
}


.user-selection a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    font-weight: bold;
    padding: 15px 15px 10px;
    height: 50px;
}
.user-selection a span {
    position: relative;
    top: -5px;
    display: block;
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #666;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding-top: 6px;
    color: #fff;
}
.user-selection a:hover {
    color: #fff;
    background-color: #666;
}
.user-selection a:hover span {
    background: #fff;
    color: #666;
}

#inpage-login-form-container {
    display:none;
    z-index: 10000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#inpage-login-overlay {
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body{min-width:0;min-height:0;background:none;overflow-y:auto}.AuthenticationContainer{display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;position:relative}.BackgroundImage{position:absolute;top:0;bottom:0;left:0;right:0}.BackgroundImage svg{height:100%;width:100%;display:block}.LoginBox{width:460px;background:white;border-radius:8px;padding:60px 72px 40px;position:relative;z-index:1;box-shadow:0 0 16px rgba(0, 0, 0, 0.1)}.LoginBox__container h1{text-align:center}.LoginForm__submit,.LoginForm__verify{height:40px;background:#4575dc;color:#fff;border:0;border-radius:3px;display:block;font-size:14px;font-weight:500;width:100%;margin-bottom:20px;cursor:pointer;margin:0}.FormGroup{margin-bottom:24px;text-align:left}.FormGroup label{display:block;font-size:14px;color:#434551;margin-bottom:12px;font-weight:500;width:50%;padding:0}.FormGroup input[type=email],.FormGroup input[type=password]{width:100%;border:1px solid #dadbe1;padding:8px 12px;border-radius:6px;color:#65687a;height:40px}.FormGroup__error{color:#db524b;font-size:12px;margin-top:8px}.FormGroup--invalid label{color:#db524b}.FormGroup--invalid input[type=email],.FormGroup--invalid input[type=password]{border-color:#db524b !important}#login-email-address{text-align:left}.FormError{font-size:14px;background-color:#db524b;color:#fff;border-bottom:0;margin-bottom:20px;position:relative;padding:16px;border-radius:6px;line-height:1.4}.BackToSignIn{display:flex;justify-content:center}.BackToSignIn a{font-size:14px;color:#4575dc;font-weight:500;text-decoration:none}.LoginImage{margin:0 auto 32px;display:block}.SignIn{font-size:18px;margin-bottom:24px;color:#434551;text-align:center;font-weight:500}.SubHeader{text-align:center;font-size:14px;margin-bottom:24px;color:#65687a}.SubHeaderLower{font-size:13px;margin-bottom:24px;color:#65687a}.password-policy--invalid{color:#db524b}.WhiteLabelLogo{max-width:120px;height:auto;margin:20px auto}.alert .close{display:none}@media (max-width:600px){.LoginBox{border-radius:0;display:flex;align-items:center;padding:40px 32px 40px;box-shadow:none;border:0}.LoginBox__container{width:100%}.BackgroundImage{display:none}}