body {
    margin: 0px;
    padding: 0px;
    background: #cedce7;
    background: -moz-radial-gradient(center, ellipse cover,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #cedce7 0%,#596a72 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #cedce7 0%,#596a72 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #cedce7 0%,#596a72 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.login-header {
    position: fixed;
    width: 100%;
    min-height: 50px;
    height: 50px;
    white-space: nowrap;
    background: #ffffff;
    border-bottom: 1px solid #777777;
    z-index: 2;
}

.login-navbar {
    width: 800px;
    height: 50px;
    min-height: 50px;
    margin: auto;
    padding: 0px;
}

.login-logo-techambits {
    float: left;
    padding: 10px 0px 10px 0px;
    opacity: 0.8;
}

.login-logo-techambits:hover {
    float: left;
    padding: 10px 0px 10px 0px;
    opacity: 1;
}

.login-logo-languages {
    float: right;
    padding: 10px 0px 10px 0px;
}

.login-logo-spanish {
    opacity: 0.7;
    cursor: pointer;
}

.login-logo-spanish:hover {
    opacity: 1;
    cursor: pointer;
}

.login-logo-english {
    opacity: 0.7;
    cursor: pointer;
}

.login-logo-english:hover {
    opacity: 1;
    cursor: pointer;
}

.login-body {
    position: absolute;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    z-index: 1;
}

.login-float {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 600px;
    margin-left: -400px;
    margin-top: -300px;
    padding-top: 150px;
}

.login-panel-left {
    float: left;
    width: 470px;
    height: 250px;
    border: 1px solid #777777;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
}

.login-panel-right {
    float: right;
    width: 320px;
    height: 250px;
    border: 1px solid #777777;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
}

.login-panel-bottom {
    clear: both;
    float: right;
    width: 100%;
    text-align: center;
    font-family: "Verdana", "Times New Roman", Serif;
    font-size: 11px;
    color: #ffffff;
    margin-top: 10%;
}

.login-developer {
    float: left;
    width: 210px;
    height: 100%;
    padding-top: 25px;
}

.login-client {
    float: right;
    width: 210px;
    height: 100%;
    padding: 0px;
    padding-top: 25px;
}

.login-welcome {
    font-family: "Verdana", "Times New Roman", Serif;
    font-size: 15px;
    color: #444444;
    font-weight: bold;
    white-space: nowrap;
}

.login-text {
    font-family: "Verdana", "Times New Roman", Serif;
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
    color: #999999;
    font-weight: normal;
    white-space: pre-wrap;
}

.login-logo-client {
    opacity: 0.8;
    width: 210px;
    text-align: center;
}

.login-top {
    height: 80%;
}

.login-bottom {
    height: 20%;
}

.login-link {
    font-family: "Verdana", "Times New Roman", Serif;
    font-size: 12px;
    color: #B45F04;
    font-weight: normal;
    cursor: pointer;
}

.login-capture {
    width: 100%;
    height: 100%;
}

.login-form {
    width: 275px;
    height: 216px;
    display: table-cell;
    vertical-align: middle;
}


.login-form label {
    font-family: "Verdana", "Times New Roman", Serif;
    font-size: 13px;
    color: #777777;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 1px;
}

.login-form input {
    font-family: "Verdana", "Times New Roman", Serif;
    font-size: 13px;
    color: #444444;
    font-weight: normal;
}

.login-form .glyphicon {
    color: #777777;
    background: transparent;
    font-size: 11px;
}

.login-password {
    float: right;
    margin-top: 6px;
    margin-bottom: 0px;
}

.login-rememberme {
    float: left;
    width: 135px;
}

.login-submit {
    float: right;
    width: 135px;
}

.login-message {
    text-align: right;
}

.login-error { 
    font-family: "Verdana", "Times New Roman", Serif;
    font-size: 12px;
    color: #A94341;
    font-weight: normal;
    line-height: 1.1;
    white-space: pre-wrap;
    background: #F2DEDE;
    border: 1px solid #EBCCD1;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 4px 0px;
    display: none;
}

.login-info { 
    font-family: "Verdana", "Times New Roman", Serif;
    font-size: 12px;
    color: #307097;
    font-weight: normal;
    line-height: 1.1;
    white-space: pre-wrap;
    background: #D9EDF7;
    border: 1px solid #BCE8F1;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 4px 0px;
    display: none;
}

.login-group {
    width: 100%;
}

.login-password-left {
    float: left;
}

.login-password-right {
    float: right;
    margin-top: 5px;
}

#loginUsetoken {
    display: none;
}

.ajax-loader { 
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    display: none;
    z-index: 11;
}
