﻿body {
    margin: 0;
    text-align: center;
    font-family: Tahoma, Verdana, Arial !important;
    font-size: 12px;
    background-color: #AFAB37;
    background-position: center center;
    background-repeat: no-repeat;
}

#loginForm {
    background-color: #FFFFFF;
    overflow: hidden;
}

.logoEmpresa {
    background-image: url('../../Images/SuretyBroker/SbJg.png');
    float: left;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    margin-left: 40px;
    margin-top: 20px;
    width: 40%;
    height: 100%;
    background-size: contain;
}
.logoSistema {
    display:none;
    background-image: url('../../Images/SuretyBroker/logoJGSmall.png');
    /* float: left; */
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    margin-left: 20px;
    margin-top: 20px;
    width: 40%;
    height: 100%;
    background-size: 25%;
    position: absolute;
    top: -10px;
    left: 300px;
}

.header-wrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    position:relative;
}

.divisor {
    position: absolute;
    bottom: -100px;
    left: 0px;
    background-image: url(../Images/Login/Divisor.png);
    background-position-x: center;
    display: inline-block;
    width: 100%;
    height: 220px;
    text-align: center;
}

header {
    height: 150px;
    width: 100%;
    display: inline-block;
    min-width: 650px;
}

.body {
    margin-top: 50px;
    display: inline-block;
    width: 600px;
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: 10px 10px 10px #1b1a1a;
}

footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #00457E;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    min-width: 650px;
    display: none;
}

.footer-wrapper {
    display: inline-block;
    width: 70%;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: normal;
    display: none;
}

input[type="text"],
input[type="password"] {
    width: 400px;
    font-size: 1.3em;
    border: 1px solid #00a0b0;
    border-radius: 0px;
    color: #333333;
    height: 30px;
    background-color: #FFFFFF;
    padding-left: 5px;
}

a {
    color: #333333;
}

.SectionHeader {
    font-family: Tahoma, Verdana, Arial !important;
    height: 45px;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    display: inline-block;
    background-color: #00a0b0;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 1.7em;
    text-transform: uppercase;
}

.passwordHeader {
    background-image: url('../../Images/Login/PasswordHeader.jpg');
    color: #FFFFFF;
    font-size: 2.0em;
    line-height: 50px;
}

.SectionContent {
    height: 220px;
    width: 100%;
    top: 53px;
    left: 0px;
    right: 0px;
    padding-left: 70px;
    padding-right: 25px;
    padding-top: 35px;
    text-align: left;
    color: #FFFFFF;
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #aeaeae;
}

.SectionContentPass {
    height: 280px;
    width: 321px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: url('../../Images/Login/LoginBody.jpg');
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2px;
    text-align: left;
    color: #FFFFFF;
}

.validation-summary-errors {
    color: #ba5908;
}

.divRow {
    /*height:42px;*/
    margin-bottom: 5px;
    background-color: #FFFFFF;
}

.celda {
    display: inline-block;
}

.icon {
    width: 30px;
    height: 30px;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #00a0b0;
    border-right: 0px;
    background-size: contain;
}

    .icon.user {
        background-image: url('../../Images/Login/UserIcon.png');
    }

    .icon.password {
        background-image: url('../../Images/Login/LockIcon.png');
    }
/*.submit{
    margin-top:40px;
    background-color:#22A7F0;
    color:#FFFFFF;
}*/
.passwordSubmit {
    background-image: url('../../Images/Login/PasswordButton.jpg');
}

.msgs {
    text-align: right;
    background-color: transparent;
}

input[type="submit"],
input[type="button"] {
    height: 30px;
    border: 1px solid #333333;
    border-radius: 4px;
    background-color: #333333;
    margin: 0px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.2em;
    color: #FFFFFF;
}

.checkbox {
    background-color: transparent;
    font-size: 1.2em;
}

.k-widget.k-window {
    border-radius: 0px;
    border-color: #999999;
}

div.k-window-content {
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-bottom: 2.5em;
    background-color: #FFFFFF;
}

.k-window-titlebar {
    font-family: Tahoma, Verdana, Arial !important;
    background-image: none;
    background-color: #00a0b0;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 1.7em;
    text-transform: uppercase;
    text-align: left;
    border-radius: 0px;
    line-height: 2em;
    height: 30px;
    border-bottom: 5px solid #006E9E;
}
