/* Override some defaults */

/* The white background content wrapper */
.container > .content {
    background-color: #fff;
    padding: 20px;
    margin: 0 -20px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.login-form {
    margin-left: 65px;
}

legend {
    margin-right: -50px;
    font-weight: bold;
    color: #404040;
}

[class*=" icon-"], [class^="icon-"] {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: -1px;
}

#login-form-modal{
    margin: 5% auto 5%;
    display: block;
    max-width: 425px;
    min-width: 250px;
}

#login-form-modal .dialog-wrapper .dialog-head{
    padding: 5px 0;
    background: #0581D3;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#login-form-modal .dialog-wrapper .dialog-head .title {
    line-height: 22px;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px 10px 0;
}

.forgot_pass_content .dialog-body {
    min-height : 100px;
}

.forgot_pass_content .dialog-body a{
    display: block;
    padding:10px;
}

.forgot_pass_content .dialog-body h4{
    margin-left:10px;
}

.forgot_pass_content .dialog-body input {
    margin: auto;
    margin-top:15px;
    box-sizing: content-box;
    max-width: 206px;
    height: 20px;
    padding: 6px 6px;
    background: #E9E9E9;
}

.forgot_pass_content .btn_row {
    margin: auto;
    margin-bottom: 10px;
}

#login-form-modal .dialog-wrapper .dialog-body {
    border: 1px solid #bebebe;
    border-top: none;
    background: url('../img/login-form-background.jpg') center right no-repeat #f4f4f4;
}

#login-form-modal .dialog-wrapper .dialog-body #login-form {
    outline: none;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

#login-form-modal  .dialog-wrapper .dialog-body .dialog-row {
    margin: 10px 0;
}

#login-form-modal .dialog-wrapper .dialog-body #login-form .dialog-row label {
    display: inline;
}

#login-form-modal .dialog-wrapper .dialog-body #login-form .dialog-row label i {
    height: 15px;
    width: 16px;
    position: relative;
}

#login-form-modal .dialog-wrapper .dialog-body #login-form .dialog-row label i.icon-login-username {
    top: 2px;
    background-image: url('../img/sprite-icons.png');
    background-position: -50px -700px;
}

#login-form-modal .dialog-wrapper .dialog-body #login-form .dialog-row label i.icon-login-password {
    top: -4px;
    background-image: url('../img/sprite-icons.png');
    background-position: -100px -700px;
}

#login-form-modal .dialog-wrapper .dialog-body #login-form .dialog-row input {
    display: inline-block;
    box-sizing: content-box;
    max-width: 206px;
    height: 20px;
    padding: 6px 6px;
    background: #E9E9E9;
}

#login-form-modal .btn-primary{
    display: block;
    background: #0581d3;
}

#container-access {
    padding-bottom: 10px;
}

