body.hexo-custom-srs .right-body .main-form #pass-and-repass,
body.hexo-custom-srs .right-body .main-form #re-new-password-strength-message,
body.hexo-custom-srs .right-body .main-form #new-password-strength-message {
    margin: 5px;
    font-weight: 700;
}

body.hexo-custom-srs .right-body .main-form #pass-and-repass {
    text-align: center;
    display: none;
    color: red;
}

body.hexo-custom-srs .right-body .main-form .short-pass {
    color: red;
}

body.hexo-custom-srs .right-body .main-form .weak-pass {
    color: red;
}

body.hexo-custom-srs .right-body .main-form .good-pass {
    color: forestgreen;
}

body.hexo-custom-srs .right-body .main-form .strong-pass {
    color: green;
}

body.hexo-custom-srs .right-body .main-form .password p,
body.hexo-custom-srs .right-body .main-form .re-password,
body.hexo-custom-srs .right-body .main-form .re-password p {
    margin-bottom: 0px;
}

body.hexo-custom-srs .right-body .main-form .title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

body.hexo-custom-srs .right-body .main-form .title-container h1 {
    margin: 0px;
    margin-bottom: 0px;
    color: black;
    font-size: 22px;
    margin-left: 5px;
}

body.hexo-custom-srs .right-body .main-form .title-container a.top {
    margin-bottom: 0px;
    margin-top: 5px;
}

html {
    height: 100%
}

html[dir=rtl][lang] {
    background: linear-gradient(-45deg, var(--hcsrs-first-gradient-color), var(--hcsrs-second-gradient-color), var(--hcsrs-third-gradient-color), var(--hcsrs-fourth-gradient-color)) !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

body.hexo-custom-srs {
    color: #6a6a6a;
    font-size: 14px;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(-45deg, var(--hcsrs-first-gradient-color), var(--hcsrs-second-gradient-color), var(--hcsrs-third-gradient-color), var(--hcsrs-fourth-gradient-color)) !important;
    background-size: 125% 125%;
    animation: gradient 15s ease-out infinite;
}

body.hexo-custom-srs .main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    width: 75vw;
    box-shadow: 0px 6px 11px -7px rgb(0 0 0 / 30%);
}

body.hexo-custom-srs .main.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.hexo-custom-srs .right-body {
    width: 50%;
    text-align: right;
    direction: rtl;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.hexo-custom-srs .left-body {
    width: 50%;
    position: relative;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(-45deg, var(--hcsrs-first-logo-gradient-color), var(--hcsrs-second-logo-gradient-color)) !important;
}

body.hexo-custom-srs .right-body .main-form {
    margin: 9em 7.5em;
    color: #888;
}

body.hexo-custom-srs .right-body .main-form .main-validation {
    color: rgb(253, 61, 61);
    margin-top: 2em;
    margin-right: 1em;
}

body.hexo-custom-srs .right-body .main-form .main-input-row {
    position: relative;
    margin-bottom: 2.2em;
    width: 100%;
    display: flex;
    flex-direction: column;
}

body.hexo-custom-srs .right-body .main-form .main-links-row {
    margin-top: 1.8em;
}

body.hexo-custom-srs .right-body .main-form .main-links-row a {
    font-size: 0.9em;
}

body.hexo-custom-srs .right-body .main-form .main-input-row input.main-input {
    display: block;
    width: 100%;
    direction: ltr;
    background-color: #fff;
    line-height: 3;
    padding: 0 1em;
    border: 1px solid #ccc;
    border-radius: 12px;
    outline: none;
}

body.hexo-custom-srs .right-body .main-form .main-input-row .main-label {
    position: absolute;
    display: block;
    padding: 0.1em 0.5em;
    font-size: 0.9em;
    font-weight: 100;
    cursor: text;
    background-color: white;
    top: -1.3em;
    right: 1.3em;
}

body.hexo-custom-srs .right-body .main-form .buttons-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

body.hexo-custom-srs .right-body .main-form .buttons-container .main-btn {
    width: 100%;
    background-color: var(--hcsrs-primary-color);
    color: #fff;
    font-weight: 400;
    border-radius: 12px;
    font-size: 1em;
    line-height: 3;
    border: none;
    margin: 0 !important;
    outline: none;
    text-align: center;
    align-items: center;
    box-shadow: none;
    display: block;
    padding: 0px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

body.hexo-custom-srs .right-body .main-form .buttons-container .main-btn.otp {
    margin-right: 5px !important;
}

body.hexo-custom-srs .right-body .main-form .buttons-container .main-btn.main {
    width: 40%;
}

body.hexo-custom-srs .left-body img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

body.hexo-custom-srs .right-body .main-form .buttons-container .main-btn,
body.hexo-custom-srs .right-body .main-form .main-input-row input.main-input {
    height: 50px;
}

body.hexo-custom-srs .right-body .main-form .buttons-container input {
    cursor: pointer;
    padding: 0 !important;
}

body.hexo-custom-srs .right-body .main-form a {
    color: var(--hcsrs-primary-color);
    text-decoration: none;
    margin-bottom: 5px;
}

body.hexo-custom-srs #password-toggle {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

body.hexo-custom-srs .error {
    margin: 25px 12px;
    display: block;
    color: red;
    margin-top: -25px;
    margin-bottom: 30px;
    font-weight: 600;
}

body.hexo-custom-srs .success,
body.hexo-custom-srs .signup,
body.hexo-custom-srs .resetpassword {
    margin: 25px 12px;
    display: block;
    color: green;
    margin-top: -25px;
    margin-bottom: 30px;
    font-weight: 600;
}

body.hexo-custom-srs .logout {
    margin: 25px 12px;
    display: block;
    color: orange;
    margin-top: -25px;
    margin-bottom: 30px;
    font-weight: 600;
}

@media (max-width: 1267px) {
    .main {
        width: 92vw;
    }
}

@media (max-width: 992px) {
    body.hexo-custom-srs .main {
        flex-direction: column-reverse;
        width: 100%;
    }

    body.hexo-custom-srs .right-body {
        width: 100%;
    }

    body.hexo-custom-srs {
        padding: 0px 30px;
    }

    body.hexo-custom-srs .left-body {
        width: 100%;
        border-radius: 10px;
        padding: 50px 0px;
    }

    body.hexo-custom-srs .main-container {
        width: 100%;
    }

    body.hexo-custom-srs .main-form {
        margin: 2em 1.5em;
        color: #888;
    }

    body.hexo-custom-srs .left-body img {
        width: 130px;
        height: auto;
    }
}

@media (max-width: 300px) {
    body.hexo-custom-srs .left-body img {
        width: 60px;
        height: auto;
    }
}

@media (max-width: 500px) {
    body.hexo-custom-srs .left-body img {
        width: 100px;
        height: auto;
    }

    body.hexo-custom-srs .right-body .main-form {
        margin: 3.5em 2em;
    }
}

@media (max-width: 600px) {
    body.hexo-custom-srs .right-body .main-form {
        margin: 4em 2.5em;
    }
}

@media (max-height: 600px) {
    html {
        height: auto;
    }

    body.hexo-custom-srs {
        height: auto !important;
        padding: 40px 30px;
    }
}

@media (max-width: 450px) {
    body.hexo-custom-srs .right-body .main-form .main-input-row .main-label {
        right: 1.3em;
    }
}

@media (max-width: 400px) {
    body.hexo-custom-srs .right-body .main-form .buttons-container input {
        font-size: 13px;
    }

    body.hexo-custom-srs .right-body .main-form .main-input-row .main-label {
        font-size: 13px;
        right: 1.1em;
        top: -1.2em;
        padding: 0 5px;
    }

    body.hexo-custom-srs .right-body .main-form .main-input-row input.main-input {
        font-size: 14px;
    }
}

body.hexo-custom-srs .error a {
    display: none;
}