label {
    color: #000;
}
#content {
    padding: 0;
}
.input-group-addon {
    height: 20px !important;
}
#logo_login {
    text-align: center;
    position: relative;
    top: 60%;
    margin: -120px 10px 10px 10px;
}
.form-group {
    width: 100%;
    margin-bottom: 20px !important;
}
.btn-primary {
    color: #fff;
    background-color: #2d3067;
    width: 100%;
    height: 40px;
    margin: 50px;
    border-color: #2d3067;
    position: relative;
    margin: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
.btn-primary:hover {
    color: #fff;
    background-color: #cc9354;
    width: 100%;
    height: 40px;
    margin: 50px;
    border-color: #cc9354;
    position: relative;
    margin: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
.input-group-addon {
    border: none;
}
form-login {
    float: center;
    height: 25px !important;
    border: none;
}
.div_captcha {
    margin-left: -40%;
}
@media only all and (max-width: 800px) {
    #login {
        margin-left: 0;
        margin-right: 60px;
    }
    #form_login {
        width: 600px !important;
    }
    .col-sm-5 {
        width: 40%;
    }
}
@media only all and (max-width: 400px) {
    #login {
        margin-left: 0;
        margin-right: 0;
    }
    #logo_login {
        width: 230px;
    }
    .col-sm-5 input {
        width: 100px;
    }
}
.form-control {
    width: 100% !important;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
div.wide.form label {
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: right;
    width: 15% !important;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #d58402 !important;
    border-color: #152738 !important;
}
.btn-primary:hover {
    opacity: 0.8px;
}
div.wide.form label {
    visibility: hidden;
}

.modal {
    z-index: 1000000 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}