#hppr-form .mob-field {
    display: flex;
}
#hppr-form {
    max-width: 700px;
    min-height: 350px;
    margin: 30px auto;
    border-radius: 7px;
    background-position: top right;
    box-shadow: 1px 2px 19px 0 rgb(182 194 208 / 40%);
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.alert-dismissable .close, .alert-dismissible .close {
    top: unset;
    right: unset;
}
.verification-code-success {
    border: 1px solid #77a600!important;
    background: #efefef;
    pointer-events: none;
}
#hppr-form input[type='text'], #hppr-form input[type='password'], #hppr-form input[type='number'] {
    width: 100%;
    border: 1px solid #0004;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 0;
    border-radius: 0;
}
#hppr-form .bg-part {
    background-size: cover;
    background-position: center;
    padding: 20px;
    min-height: 400px;
}
#hppr-form .bg-part div {
    width: 100%;
}
#hppr-form .bg-part img {
    width: 60%;
    margin: auto;
    display: block;
}
#hppr-form .form-part {
    padding: 20px;
}
.btn-green {
    line-height: 40px;
    display: block;
    text-align: center;
    height: 40px;
    padding: 0 25px;
    border: none;
    border-radius: 5px;
    background: #254642;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    width: 100%;
}
#hppr-form h2 {
    color: #0f8860;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    text-transform: capitalize;
}
#hppr-form .form-group {
    margin-bottom: 0;
    margin-top: 10px;
}
/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}
#submit-login:hover {
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    #hppr-form .bg-part {
        min-height: 200px;
    }
}
#form-login input {
    font-size: 14px !important;
}
#profileIncompleteHpprForm div.col-sm-12 {
    width: 100%;
}
#hppr-form input {
    height: 40px !important;
    border-radius: 4px !important;
}
#hppr-form .mob-field button.btn.dropdown-toggle {
    border-left: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-right: 0 !important;
    height: 40px !important;
    padding: 0 13px;
    line-height: 40px;
}
#hppr-form .text-danger {
    font-size: 13px;
    padding-top: 7px;
}
.hppr-dev-mode {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
