body {
    background-color: #e4e4e4;
    background-image: linear-gradient(90deg, #e00c34 0%, #d70c34 40%, #bf0c34 60%, #a10c34 100%)!important;;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
html, body {
    margin: 0;
    height: 100%;
}

.user_card {
    height: 400px;
    width: 400px;
    margin-top: auto;
    margin-bottom: auto;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}
.login_name_wrapper {
    height: 20%!important;
    min-height: 200px;
    margin-bottom: auto;
    margin-top: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.login_logo_container {
    position: absolute;
    height: 155px;
    width: 155px;
    top: -75px;
    border-radius: 50%;
    /*background: #233588;*/
    /*background: #e00c34;*/
    background: #000;
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.login_logo {
    height: 135px;
    width: 120px;
    border-radius: 50%;
}
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    background: #000 !important;
    color: white !important;
}
.login_btn:hover {
    background: #ff042d !important;
}

.login_container {
    padding: 0 2.5em;
}
.input-group-text {
    /*background: #233588 !important;*/
    background: #000;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e00c34 !important;
}

.input-group-text {
    height: 38px;
}

.border-red {
    border: 1px solid red;
}

.help-text {
    color: red;
    line-height: 5px;
}

.font-11 {
    font-size: 11px!important;
}

.btn-close {
    padding: 0.8rem 0.5rem !important;
    font-size: 10px!important;
}