
body#PF_merchant input[type="text"] {
    background-color: #FFF5EF;
    height: 40px;
}

input[type="password"] {
    background-color: #FFF5EF;
    height: 40px !important;
    width: 100%;
    border: solid 0;
    border-bottom: solid 2px #E5E5E5;
}
input[type="password"]::placeholder {
    color: #cccccc; }

.rule {
    margin-top: 40px;
}

.login-rule {
    text-align: center;
}

.notes {
    min-height: 120px;
    border: 1px solid #707070;
    border-radius: 3px;
    opacity: 1;

}

.content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-son {
    padding-left: 20px;
}
.login-page__logo img {
    height: 50px;
}

@media (max-width: 959px) {
    .login-rule {
        margin-left: 0 !important;
    }
}

.error-input {
    font-size: 10px;
    margin-top: 5px;
}
.error-input span {
    color: red;
}

.btn-transparent {
    background: transparent !important;
}
.btn-transparent:hover {
    border-color: #EB5505 ;
}

.notes {
    min-height: 120px;
    border: 1px solid #707070;
    border-radius: 3px;
    opacity: 1;
}
.bottom-btn-custom {
    margin-bottom: 20px;
}

.form-login {
    margin: 0 auto 0px;
    padding: 5px 10px;
}
