.mat20{margin-top:20px !important;}

.mal50{margin-left:50px !important;}

.mar50{margin-right:50px !important;}

.pat20{padding-top:20px !important;}

.pab10{padding-bottom:10px !important;}
.pab20{padding-bottom:20px !important;}
.pab50{padding-bottom:50px !important;}

.pa10{padding:10px !important;}
.pa30{padding:30px !important;}
.pa40{padding:40px !important;}

.border-form {
    color: #8e8e8e;
}

@media only screen and (min-width: 992px) {
    .border-form {
        border: 2px solid #2C7A30;
        border-bottom: 7px solid #2C7A30;
    }
}

.title-form {
    background-color: #2c7a30;
    color: #ffffff;
    font-weight: bolder;
    font-size: 20px;
    height: 30px;
}

.label-require {
    font-size: 12px;
    position: relative;
    bottom: 7px;
    left: 7px;
    color: #e95504;
}

.label-input-login {
    font-weight: 700;
    color: #777777;
}

.input-login {
    border: 1px solid #707070;
}

.link-forgot {
    text-decoration: none;
    color: #1597d2;
}

.instruction-text-login {
    color: #5e5e5e;
}

.show_hide_password {
    float: right;
    margin-top: -31px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

input.error {
    box-shadow: rgb(255, 164, 115) 0px 0px 3px 3px;
}

label.error {
    font-size: 12px;
    color: #e95504;
    font-weight: bold;
}
