body{
    position: relative;
    background-size: cover !important;
    background: #FFFFFF url(../images/templates/background-image.png) no-repeat top 28% center;
}
.cus-header{
    background-color: #FFFFFF;
    height:10%;
}
.cus-footer{
    background-color: #FFFFFF;
    height: 65px;
}
svg #Promeus {
  font-family: sans-serif;
  font-size: calc(0.75em + 1vmin);
}

input{
    border: 1px solid #a9a9a9;
}

.login-box, .register-box, .forgot-password-box, .reset-password-box{
    background-color: #ffffffed;
    border-radius: 20px;
    margin: 6.0% 0 0 0;
    padding: 2.5em 4.5em 3.5em 4.5em;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    position: relative;
    z-index: 1080;
}
.register-box {
    width: 90%;
}
.general-message-box, .registration-confirm-box, .forgot-password-confirm-box{
    background-color: #ffffffed;
    border-radius: 20px;
    margin: 10% 0 0 0;
    padding: 1.5em 3.5em 2em 3.5em;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    position: relative;
    min-height: 200px;
}
.cus-button{
    border-radius: 45px;
    background-color: transparent;
    color: #28a745;
    height: 40px;
    font-size: 15px;
    min-width: 100px;
}
.cus-button-h-auto {
    border-radius: 45px;
    background-color: transparent;
    color: #28a745;
    height: auto;
    font-size: 15px;
    min-width: 100px;
}
.cus-button:hover, .cus-button:focus{
    background-color: #28a745;
    color: #FFFFFF;
}
.btn-login{
    display: block;
    padding-bottom: 120px;
}
.label-welcome, .label-register, .label-page-title {
    font: normal normal bold 32px/27px 'Lato', sans-serif !important;
    text-align: left;
    letter-spacing: 0.5px;
    color: #002B49;
    opacity: 1;
}
.label-register-m {
    font: normal normal bold 22px/30px 'Lato', sans-serif !important;
    text-align: left;
    letter-spacing: 0.5px;
    color: #002B49;
    opacity: 1;
}
.login-box .form-control, .register-box .form-control, .forgot-password-box .form-control, .reset-password-box .form-control {
    font-size: 15px!important;
    color: #28a745;
    border-radius: 40px;
    padding-left:15px;
    width: 100%;
    height: 40px;
}
.register-box .form-control {
    height: 35px;
}
.register-box .cus-button {
    height: 35px;
}
.login-box .form-control:focus, .register-box .form-control:focus, .forgot-password-box .form-control:focus, .reset-password-box .form-control:focus {
    border-color: #28a745;
}
.login-box .form-control::placeholder, .register-box .form-control::placeholder, .forgot-password-box .form-control::placeholder, .reset-password-box .form-control::placeholder {
    font-size: 15px!important;
    color: #28a745;
    opacity: 0.5;
}

.register-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.register-box option[value=""][disabled] {
    display: none;
    color: #28a745;
    opacity: 0.5;
}

.invalid-feedback {
    display: block;
    font-size: 10px !important;
    margin: 0 0 0 1em !important;
}

.invalid-feedback p {
    margin: 0 !important;
}

.cus-divider {
    margin: 34px 6.5px 34px 6.5px;
    border: 0;
    border-bottom: 4px solid #009BD9;
}

.inactive-alert{
    position: absolute;
    z-index: 2000;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
}

.close{
    font-size: 24px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
    opacity: 0.25;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .login-box, .register-box, .forgot-password-box, .reset-password-box {
        margin: 20% 0 0 0;
        padding: 1.5em 1.5em 1.5em 1.5em;
        width: 84%;
    }
    .general-message-box, .registration-confirm-box, .forgot-password-confirm-box {
        margin: 20% 0 0 0;
        padding: 1.5em 1.5em 1.5em 1.5em;
        width: 84%;
    }
}
.close_icon{
    padding: 0 0 5% 0;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .login-box, .forgot-password-box, .reset-password-box {
        margin: 6.5% 0 0 0;
        width: 30%;
    }
}


