body.hexo-custom-srs .right-body .main-form .main .main-form .policy label {
    color: black;
    font-weight: 900;
    position: unset;
}

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

body.hexo-custom-srs .right-body .main-form .main-btn.main {
    width: 100% !important;
}

body.hexo-custom-srs .right-body .main-form .main-input-row.policy {
    display: flex;
    padding-right: 10px;
    flex-direction: row;
    width: 100%;
}

body.hexo-custom-srs .right-body .main-form input[type="number"]::-webkit-outer-spin-button,
body.hexo-custom-srs .right-body .main-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.hexo-custom-srs .right-body .main-form input[type="number"] {
  -moz-appearance: textfield;
}

body.hexo-custom-srs .right-body .main-form .main-input-row.policy input {
    margin-left: 10px;
}

/*@media (max-height: 930px)
{
*/
    html {
        height: auto !important;
    }
    body.hexo-custom-srs {
        height: auto !important;
        padding: 40px 30px !important;   
    }
/* } */