/*Login Page styles*/
/*Some onyx styles are copied here to use them in login page*/
/* Button.css */

body{
    background: url(images/login-bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.onyx-button {
    color: #292929;
    font-size: 16px;
    margin: 0;
    outline: 0;
    overflow: hidden;
    padding: 6px 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.onyx-button > img { padding: 0px 3px; }
.onyx-button::-moz-focus-inner { border: 0; }
/*End of button css*/


/* Groupbox.css */
.onyx-groupbox > * {
    border-color: #aaaaaa;
    border-radius: 0;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    display: block;
    font-size: 16px;
    margin: 0;
}

.onyx-groupbox .onyx-input-decorator { display: block; }

/* Input.css */
.onyx-input-decorator {
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0;
    padding: 6px 8px 10px 8px;
}
.onyx-input-decorator.onyx-focused { background-color: #ffffff; border-color: rgba(0, 0, 0, 0.3); box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3); }
.onyx-input-decorator.onyx-disabled { filter: alpha(opacity=40); opacity: 0.4; }
.onyx-input-decorator > input {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    outline: none;
    padding: 0;
    /* reset */
}
.onyx-input-decorator.onyx-focused > input { cursor: text; }
.onyx-input-decorator.onyx-disabled > input { cursor: default; }
.onyx-input-decorator { padding: 0; width: 100%; }
/*End of groupbox input css*/

/*login page styles*/

.login_page { text-align: center; vertical-align: middle; }

.login_message { display: block; }

.loginContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.login-popup-email { width: 16em; }

.login-remember-checkbox { margin-right: 1em; }

.login-remember-checkbox * { vertical-align: middle; }
.login-remember-checkbox *[type=checkbox] { margin-right: 0.1em; }

.errorMessageBox {
    color: tomato;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 0px -120px 16px;
    text-align: center;
    font-family: Arial;
}


.labeledCheckbox {
    color: White;
    display: block;
    font-size: 12px;
    line-height: 30px;
    margin: 0 6px 6px 6px;
    padding-left: 35px;
    width: auto;
}

.login-wrap { margin: 20px auto 20px auto; width: 350px; padding: 0 }
.login-wrap .logo { text-align: center; }
.login-wrap .logo img { height: 200px; margin: 16px 0 10px; /*display  inline-block*/ }


.onyx-sample-tools { padding-bottom: 10px; }
.onyx-sample-tools > * { margin: 3px; }


.mainLogo {
    height: 145px;
    margin: 0 auto;
    width: 250px;
    background: #EDEDED url(images/viptelaLoginLogo.png) no-repeat center;
    background-size: 184px 75px;
}

.login-buttons-wrap {
    margin: 20px  auto 0 auto;
    width: 350px;
    padding: 0;
}

.login-input {
    border: none;
    border-radius: 0px;
    color: #fff;
    margin: 0;
    margin-top: 15px;
    padding: 8px 0px 8px 8px;
    width: 100%;
    background-color: #FFF;
    border-radius: 2px !important;
    line-height: 17px;
}

.login-input-value {
    color: #000000;
    font-size: 15px !important;
}

.login-button {
    height: 40px;
    padding: 10px 20px 10px 20px;
    line-height: 9px;
    color: #ffffff;
    background-color: #0091ea;
    @include transition(background-color 0.3s ease);
    text-transform: capitalize;
    border: 1px solid #0091ea;
    width: 350px;
    border-radius: 2px;
    margin: 0;
}
.login-button:hover{
    background-color: #039be5;
    border: 1px solid #0277BD;
}
.login-button:focus{
    background-color: #039be5;
    border: 1px solid #0277BD;
    outline: none;
}
.login-button:focus:active{
    background-color: #039be5;
    border: 1px solid #0277BD;
}


.login-wrap > .login-input:first-child { border-radius: 0px; }
.login-wrap > .login-input:last-child { border-radius: 0px; }

.logoMainContainer {
    padding: 10px 0;
    background: url(images/cisco-logo-white.svg) no-repeat center center;
    margin: 20px auto;
    width: 111px;
    height: 75px;
    background-size: 100%;
}
.brand-logo-text {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    color: white;
    font-weight: 300;
    /*padding: 10px 0;*/
    margin: 0 auto;
    text-align: center;
}

.hidden { display: none; }
.forgotpwd { color: #ee982d; font-size: 13px; margin-left: 5px; font-weight: bold; }
.newuser {
    color: #ee982d;
    float: right;
    font-size: 13px;
    margin-right: 5px;
    font-weight: bold;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

::-webkit-input-placeholder {
   color: #d9d9d9;
}

:-moz-placeholder { /* Firefox 18- */
   color: #d9d9d9;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #d9d9d9;
}

:-ms-input-placeholder {
   color: #d9d9d9;
}

.loginInnerContainer {
    width: 715px;
    height: 425px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.input> .placeholder{
color:#fff;
}


.login-input-error {
    border-radius: 0px;
    color: #fff;
    margin: 0;
    margin-top: 6px;
    padding: 2px 0px 2px 2px;
    width: 325px;
    font-size: 15px !important;
}

.browserAlert{
    padding:20px;
    height:325px;
    line-height: 100%;
    margin:0px;
}
.browserFigure{
    text-align: center;
}

.fullWidth{
    width: 100%;
}

.loginLogo{
    background: url(/images/login-logo.png) no-repeat center center;
    margin: 6% auto 45px auto;
    width: 250px;
    height: 75px;
    background-size: 100%;
}
.productCategory{
    color: white;
    font-size: 50px;
    font-weight: 300;
    width: 100%;
    height: 125px;
    text-align: center;
    margin: 0 auto;
}

.loginFormStyle{
    width: 400px;
    height: 364px;
    background-color: rgba(0,0,0, 0.3);
    border: 1px solid rgba(255,255,255, 0.2);
    margin: auto;
}
.loginHeader{
    font-size: 38px;
    color: white;
    font-weight: 200;
    margin: 10px;
}

.loginHeader span{
    color: #0091ea;
}
.reboot-message-block{
    text-align: center;
    color: #ffffff ;
}

.reboot-message{
    font-size: 20px;
    font-weight: 300;
    margin: 50px 0 20px 0;
}
