.post-content {
    text-align: justify;
}

.logger_form .form-submit {
    margin-top: 20px;
}

.logger_form a {
    color: #f19b39;
}

.logger_form a:hover {
    color: #333;
    text-decoration: underline;
}

.logger_form .form-inputs > p {
    display: block;
    position: relative;
}

.logger_form .form-inputs > p > input[type="password"] {
    font-size: 10px;
    letter-spacing: 1px;
}

.logger_form .form-inputs > p > .viewpwd {
    top: 50%;
    right: 0%;
    color: #9ba1a8;
    position: absolute;
    transform: translate(-50%, -50%);
}

.logger_form .form-inputs > p > .viewpwd:hover {
    cursor: pointer;
}

.logger_form p.rememberme label {
    display: inline-block;
}

.logger_form a.forget-password {
    float: right;
}

.logger_form .new-account-container {
    float: right;
    padding: 8px 0px;
}