main.password {
    background: linear-gradient(180deg, rgba(210, 240, 255, 0.50) 0%, rgba(136, 152, 255, 0.20) 100%);
    position: relative;
}

.password-button {
    color: #ffffff;
    fill: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 20px;
    background-color: #0A122F;
    min-height: 62px;
    min-width: 186px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    cursor: pointer;
    border: solid 1px transparent;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    column-gap: 10px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.password-button:hover {
    border-radius: 20px 10px 20px 10px;
}

.password-button.password-button-simple {
    background-color: #3949F5;
}

.password-button.password-button-google {
    background-color: #5775CD;
}

.password-button:disabled {
    pointer-events: none;
    opacity: .5;
}

.password-button.loading {
    pointer-events: none;
    overflow: hidden;
}

.password-button.loading:before {
    content: "";
    background-image: url('../images/button-loading.svg');
    background-color: rgb(255 255 255 / 94%);
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-size: 70px;
    z-index: 1;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: -1px;
    left: -1px;
}

.password-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    max-width: 440px;
    margin-bottom: auto;
}

.password-form-field input[type="text"],
.password-form-field input[type="password"] {
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #0A122F;
    font-family: Poppins;
    min-height: 60px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.14px;
    max-width: 100%;
    width: 100%;
    transition: all .3s ease;
}

.password-form-field input[type="text"]::placeholder,
.password-form-field input[type="password"]::placeholder {
    color: #DDDFE4;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.14px;
    transition: color .3s ease;
}

.password-form-field input[type="text"]:hover::placeholder,
.password-form-field input[type="password"]:hover::placeholder {
    color: #c5c7cb;
}

.password-form-field input[type="text"].notice,
.password-form-field input[type="password"].notice {
    border-color: #F26B4D;
}

.password-form-field .label--password input[data-input="password"] {
    padding-right: 50px;
    padding-left: 50px;
}


.password-form-fields {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 30px;
}

.password-form-button {
    width: 100%;
    margin-top: 60px;
    max-width: 350px;
}

.password-form-button .button {
    min-height: 52px;
    width: 100%;
}

.password-form-field .notice-field {
    text-align: center;
    display: block;
    margin-top: 8px;
}

.password-form-field .checkbox {
    justify-content: center;
}

.password-or {
    color: #878CA1;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: lowercase;
    position: relative;
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px;
}

.password-or:after {
    content: attr(data-text);
    background-color: #e8f1ff;
    z-index: 1;
    padding: 0 10px;
}

.password-or:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(135, 140, 161, 0.30);
    position: absolute;
}

.password-header-title {
    color: #0A122F;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.22px;
    margin-bottom: 10px;
}

.password-header-description {
    color: #878CA1;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.password-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 60px 0;
}

.password-header {
    display: flex;
    width: calc(100% - 40px);
    max-width: 1070px;
    margin-bottom: auto;
}

.password-header-logo {
    width: 84px;
    margin-bottom: 40px;
}

.password-header-logo img {
    width: 100%;
}

.password-form-fiedls {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.password-form-image {
    width: 120px;
    margin-bottom: 40px;
}

.password-header-back a {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    column-gap: 14px;
}

.password-header-back a:hover {
    color: #3949F5;
    fill: #3949F5;
}

.password-form-title {
    color: #0A122F;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.22px;
    margin-bottom: 15px;
}

.password-form-description {
    color: #878CA1;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
}

.password-reset .window-warning-icon img {
    width: 78px;
}

.password-change .password-form-image {
    width: 200px;
}

.password-change .password-form-title {
    margin-bottom: 30px;
}

.password-reset .window-warning-title {
    font-size: 18px;
}

.password-change .password-form {
    max-width: 350px;
}

.join-cloud {
    position: absolute;
    opacity: .4;
}

.join-cloud.join-cloud-1 {
    width: clamp(45px, 8vw, 95px);
    left: 12%;
    top: 25%;
}

.join-cloud.join-cloud-2 {
    width: clamp(54px, 10vw, 134px);
    left: 18%;
    top: 60%;
}

.join-cloud.join-cloud-3 {
    width: clamp(50px, 9vw, 115px);
    left: 4%;
    top: 86%;
    transform: scaleX(-1);
}

.join-cloud.join-cloud-4 {
    width: clamp(50px, 9vw, 115px);
    left: 80%;
    top: 46%;
}

.join-cloud.join-cloud-5 {
    width: clamp(45px, 8vw, 95px);
    left: 70%;
    top: 90%;
}