.user_card {
    width: 350px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    background: linear-gradient(to top right, #808080 0%, #505050 100%) !important;
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    padding: 10px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 5px !important;
    color: white !important;
    font-size: 16px !important;
    border: 1px solid #353535;
}

.form_container {
    margin-top: 25px !important;
}

.login_btn {
    width: 100% !important;
    background: #008CFF !important;
    color: white !important;
    transition: 0.3s ease;
}

.login_btn:hover {
    opacity: 0.8;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

#forgotLink {
    font-style: italic;
}
#forgotLink:hover{
    cursor: pointer;
    text-decoration: underline;
}

.login_container {
    padding: 0 2rem !important;
}

.input-group-text {
    background: #008CFF !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
    width: 40px;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

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

.SZ_TEXT {
    font-size: 16px !important;
}

.SZ_BODY {
    font-size: 16px !important;
}

.modal-title {
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    color: white !important;
}

.modal-content {
    border: none !important;
}

#login_error {
    white-space: pre-line;
}