body{
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

a{
    color: #000000;
    position: relative;
}

a:hover,
a:hover,
a:focus{
    color: #000000;
}

.container{
    width: 1600px;
}

/* Buttons */
.btn-success,
.btn-primary{
    background-color: #000000;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 70px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn:hover,
.btn:focus,
.btn:active:focus{
    background-color: #000000;
    opacity: 0.7;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus{
    background-color: #000000;
    opacity: 0.7;
}

/* Modals */
.modal-content{
    box-shadow: none;
    border: none;
}

.modal-footer .btn{
    background-color: #000000;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 70px;
}
.modal-footer .btn.btn-default{
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
}
.modal-header{
    background: #000000;
    padding: 15px 35px;
}

.modal .title{
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.modal .close{
    font-size: 30px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 0;
}

.modal-body{
    padding: 35px;
}

.form-group label{
    font-weight: 500;
    color: #000000;
}

.modal .form-control{
    border: 1px solid #E7E7E7;
    height: 38px;
}

.forgotten-password{
    top: -5px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #FA0505;
}

.modal .validation-errors-list{
    bottom: -2px;
}

.modal .form-group-checklabel .validation-errors-list {
    top: 15px;
    width: 160px;
}

.modal .validation-errors-list li{
    line-height: 13px;
}

.modal-footer{
    padding: 0 35px 40px;
    border-top: none;
    background: #ffffff;
    text-align: center;
}

.modal-footer .btn-login{
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #000000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 70px;
}

.modal-footer .btn-login:hover{
    background: #373737;
}

.modal-footer .social-newtwork-login{
    display: none;
}

.modal-footer .registration-btn-wrapper{
    margin-top: 30px;
}

.modal-footer .registration-btn-wrapper .title{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #1E1E1E;
    text-transform: none;
}

.modal-footer .registration-btn-wrapper .btn{
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 70px;
}

.modal-footer .registration-btn-wrapper .btn:hover{
    background: #373737;
    border: 1px solid #373737;
    color: #ffffff;
}

.form-footer-notice{
    display: none;
}

input::-webkit-input-placeholder{
    color: #ffffff !important;
}

input::-moz-placeholder{
    color: #ffffff !important;
}

input:-ms-input-placeholder{
    color: #ffffff !important;
}

input:-moz-placeholder{
    color: #ffffff !important;
}

.modal .form-group.form-group-checklabel{
    margin-bottom: 10px;
}

.form-group.form-group-checklabel label{
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.form-group.form-group-checklabel label a{
    text-decoration: underline;
}

.form-group.form-group-checklabel label a:hover{
    text-decoration: none;
}
.form-group-checklabel > a{
    color: #000000;
    text-decoration: underline;
}
.icheckbox_flat, .iradio_flat{
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
}

.iradio_flat.checked:after{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000000;
}

.icheckbox_flat{
    border-radius: 3px;
}

.icheckbox_flat.checked, .iradio_flat.checked{
    background: #ffffff;
}

.icheckbox_flat.checked{
    background: #000000 url(../../images/core/check_box.png) center no-repeat;
}

.icheckbox_flat:hover, .iradio_flat:hover{
    border: 1px solid #b8d2ec;
}

.icheckbox_flat:hover{
    border: 1px solid #000000;
    background: #E8E8E8;
}

/*.icheckbox_flat.checked.disabled, .iradio_flat.checked.disabled{
    background: #E8E8E8;
}*/
.icheckbox_flat.checked.disabled {
    background: #E8E8E8 url(../../images/core/check_box.png) center no-repeat;
}

.form-control{
    border-color: #e7e7e7;
}

