body,
html {
    color: rgba(51, 51, 51, 0.66);
    margin: 0;
    padding: 0;
    height: 100%;
    background: none;
}
#logo_image {
    width:100%;
    max-height: 60px;
}
.logo-container {
    padding-bottom: 20px;
}
.custGradient1 {
    box-shadow: 0 4px 8px 0 rgba(74, 122, 148, 0.5);
    height: 82px;
}
.note {
    text-align: center;
    margin-top: 40px;
    color: rgba(51, 51, 51, 0.66);
    margin-bottom: 30px;
}
.user_card .input-group p:last-child {
    margin-bottom:0;
}
.user_card {
    max-width: 500px;
    width: 100%;
    margin-top: 10%;
    padding: 20px 20px 20px 20px;

}
.form_container {
    margin-top: 20px;
}
.btn.login_btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.btn.login_btn:focus {
    box-shadow: none;
    outline: 0;
}
.input-group-text {
    background: #1e6aa8 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.consent_block {
    margin:12px 0 5px 0;
}