body {
    background-color: #e5f5ea;
}

.login_card {
    position: absolute;
    margin: auto;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    width: 343px;
}

.error_msg {
    width: 400px;
}

.input-group {
    border: 1px solid #a6aba7;
    border-radius: 5px;
    padding: 0.25rem;
}

.input-group .form-control {
    border: unset;
}

.input-group .form-control:focus {
    box-shadow: unset;
}

.input-group-prepend span {
    width: 50px;
    background-color: #fff;
    color: black;
    border: 0 !important;
    text-align: center;
    display: inline-block;
}

.card {
    border: unset !important;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: unset !important;
    border: unset;
}

.card-footer {
    background-color: unset !important;
}

.card input {
    border: unset !important;
}

.submit_btn {
    background-color: #009933;
    color: #fff;
    width: 80px;
    padding: 8px;
}

.submit_btn:hover {
    background-color: #ffcc00;
    color: #fff;
}

#forget_password {
    color: #009933;
    margin: 8px;
}

#register {
    color: #009933;
    margin-left: 4px;
}

#forget_password:hover,
#register:hover {
    text-decoration: none;
    color: #ffcc00;
}

.login_bottom {
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, .03);
    padding-top: 12px;
}

#back_home a {
    color: #009933;
    border-bottom: 1px dashed #009933;
    margin: 0px 5px;
}

#language {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#language p {
    margin-left: 2px;
}

#language a {
    color: #009933;
    border-bottom: 1px dashed #009933;
    margin: 0px 5px;
}

#language a:hover {
    color: #ffcc00;
    border-bottom: 1px dashed #ffcc00;
    text-decoration: none;
    border-bottom-style: solid;
}

#icon_bg {
    background: white;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: -17%;
    left: 29%;
}

#icon_bg img {
    z-index: 1;
    position: relative;
    left: 49px;
    top: 15px;
    object-fit: cover;
    max-width: 70px;
}

#captcha_area {
    text-align: -webkit-center;
    margin-bottom: 1rem;
}

.forget_password_icon {
    top: -25% !important;
}