.page[name='suwe'] {
    background-color: #ffffff;
}
.page[name='suwe'] > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px;
    overflow-y: auto;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='suwe'] > .content > .title {
    font-size: 26px;
    margin-bottom: 24px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
}
.page[name='suwe'] > .content > .formWrapper > .fForm > .fields > .field {
    margin-bottom: 16px;
}
.page[name='suwe'] > .content > .formWrapper > .fForm > .fields > .field > input {
    font-size: 16px;
    width: 100%;
    height: 56px;
    border-radius: 16px;
    padding: 24px 16px;
}
.page[name='suwe'] > .content > .formWrapper > .fForm > .fields > .field > input::placeholder {
    font-size: 16px;
}
.page[name='suwe'] > .content > .formWrapper > .fForm > .fields > .field > .message {
    line-height: 22px;
    font-size: 14px;
}
.page[name='suwe'] > .content > .formWrapper > .fForm > .fields > .field > .message > img {
   width: 10px;
   margin-top: 6px;
}
.page[name='suwe'] > .content > .formWrapper > .fForm > .fields > .field[key='pass'] > img,
.page[name='suwe'] > .content > .formWrapper > .fForm > .fields > .field[key='retype'] > img {
    position: absolute;
    top: 16px;
    width: 24px;
    height: 24px;
}
.page[name='suwe'] > .content > .contract {
    margin-bottom: 16px;
    overflow: hidden;
}
.page[name='suwe'] > .content > .contract > .checkBox {
    border-width: 1.5px;
    border-style: solid;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}
.page[name='suwe'] > .content > .contract > .text {
    width: calc(100% - 36px);
    display: inline-block;
    vertical-align: middle;
}
.page[name='suwe'] > .content > .contract > .text > .terms,
.page[name='suwe'] > .content > .contract > .text > .privacy {
    text-decoration: underline;
}
.page[name='suwe'] > .content > .button {
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
}
.page[name='suwe'] > .content > .signIn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px;
    text-align: center;
}
.page[name='suwe'] > .content > .signIn > span:last-child {
    font-weight: 600;
}

#panel[ids='agreement'] {
    display: block;
    right: 20px;
    left: 20px;
}
#panel[ids='agreement'] > .close {
    padding: 9px;
    border-radius: 50%;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}
#panel[ids='agreement'] > .content {
    position: absolute;
    top: 44px;
    right: 0;
    left: 0;
    overflow: auto;
    bottom: 0;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
}