
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.user_card {
    height: 400px;
    width: 350px;
    margin-top: 2em;
    padding: 1em;
    background: white;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color:rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    border-radius: 1em;

}
.brand_logo_container {
    text-align: center;
}
.brand_logo {
    width: 90%;
}

.form_container {
    margin-top: 2em;
}

.input-group-text {
    vertical-align: middle;
}

.input-group-text {
    background: #3FB980 !important;
    color: white !important;
    border-radius: 2em !important;
}

.login_btn {
    width: 100%;
    margin-top: 1em;
    background: #3FB980 !important;
    color: white !important;
    border-radius: 2em;
}


/* Register */
.register .mb-3 {
    margin-bottom: 1rem !important;
}
.register .mb-4 {
    margin-bottom: 1rem !important;
}
#id_username, #id_password,
#id_email, #id_confirm_password {
    display: block;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    padding: 2px;
    width: 80%;
    max-width: 80%;
}
.register {
    max-width: 80% !important;
    margin: 75px auto 0 auto;
}
.register .user_card {
    height: 500px;
}