body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f2f2f2 !important;
    font-family: 'Poppins', sans-serif;
}

h2 {
    color: #343E48;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 2rem;
}

h5 {
    color: #343E48;
    font-size: 1.2rem;
    font-weight: 300;
}

.separation {
    border: 0.5px solid #dedede;
    max-width: 770px;
    width: 100%;
    margin-top: 0.7rem;
    margin-bottom: 1.2rem;
}

.user_card {
    width: 350px;
    margin-bottom: auto;
    background: #343E48;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    color: #ffffff;
}

.user_card form {
    width: 270px;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.user_card_title {
    width: 350px;
    min-height: 60px;
    border-radius: 13px 13px 0 0;
    background: #ffffff;
    padding: 13px;
    margin-top: 2rem;
}

.user_card_title .logo {
    max-height: 27px;
    width: auto;
    margin: 0;
}

.form_container {
    margin-top: 20px;
}

#form-title{
    color: #343E48;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: bold;

}

.footer-sentence {
    color: #343E48;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 2rem;
}

.login_btn {
    width: 80%;
    background: #f08b2f !important;
    color: white !important;
}
.login_btn:hover {
    background-color:#0081c5 !important ;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #f08b2f !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;
}

#messages{
    background-color: grey;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}
#logo {
    background: #343E48;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
}
#logo .logo {
  height: 100%;
}

#logo img {
  max-height: 100%;
}
#error_message {
    color: #fff;
}

#id_new_password1 {
  display: block;
  width: 100%;
}

#id_new_password2 {
  display: block;
  width: 100%;
}
