@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");html,body {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #333
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

#wrapper {
    padding: 20px
}

#wrapper .box {
    max-width: 362px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
    padding-bottom: 100px;
}

#wrapper .box .logo {
    margin-bottom: 30px
}

#wrapper .box .title {
    margin-bottom: 60px
}

#wrapper .box .title.style2 {
    margin-bottom: 30px
}

#wrapper .box .title.style2 h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #111322
}

#wrapper .box .title.style2 p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px
}

#wrapper .box .title h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #eff1f5;
    margin-bottom: 0
}

#wrapper .box .title h3 span {
    color: #111322
}

#wrapper .box .title p {
    color: #b9c0d4;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700
}

#wrapper .box .links {
    margin-bottom: 10px;
    display: flex;
    align-items: cener;
    justify-content: space-between
}

#wrapper .box .links a {
    display: flex;
    width: 48%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    border-radius: 16px;
    padding: 24px;
    color: #27272a;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    line-height: 23px;
    transition: all 0.3s
}

#wrapper .box .links a:first-child {
    background: #e9f6fa
}

#wrapper .box .links a:last-child {
    background: #f9f9f9;
    color: #475467
}

#wrapper .box .links a:hover {
    background: #eff1f5
}

#wrapper .box p.txt {
    color: #b9c0d4;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center
}

#wrapper .box p.txt span {
    color: #3ea2f8;
    cursor: pointer
}

#wrapper .box p.txt2 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #667085;
    font-size: 14px;
    margin-bottom: 20px
}

#wrapper .box .foot {
    color: #eaecf0;
    margin-top: 50px;
    text-align: center;
    font-size: 13px
}

#wrapper .box .top {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
    color: #344054;
    text-align: center
}

#wrapper .box .choose {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#wrapper .box .choose div {
    border: 1px solid #f4f4f5;
    background-color: #fcfcfc;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    padding: 20px;
}

#wrapper .box .choose div:hover {
    background: #eff1f5;
    border-color: #e4e4e7;
}

#wrapper .box form .words {
    background: #f9f9fb;
    border-radius: .5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 16px;
    margin-bottom: 30px;
    position: relative
}

#wrapper .box form .words .copy {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer
}

#wrapper .box form .words div {
    display: flex;
    align-items: center;
    height: 36px
}

#wrapper .box form .words div span:first-child {
    user-select: none;
    text-align: right;
    color: #b9c0d4;
    width: 14px
}

#wrapper .box form .words div span:last-child {
    margin-left: 8px;
    color: #344054
}

#wrapper .box form .form-group input {
    height: 158px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    border-radius: 12px;
    color: #111322;
    padding: 10px;
    background: #fbfbfb
}

#wrapper .box form .form-group input:focus {
    box-shadow: none;
    outline: 0
}

#wrapper .box form .form-group input::placeholder {
    color: #aaaed1
}

#wrapper .box form .chooses {
    position: relative;
    margin-bottom: 20px;
}

#wrapper .box form .chooses button {
    color: #475467;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border: 0
}

#wrapper .box form .chooses ul {
    padding: 0;
    margin: 0;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 26px;
    background: #FFF;
    box-shadow: 0 0 10px #ddd;
    padding: 3px;
    display: none
}

#wrapper .box form .chooses ul li {
    list-style-type: none;
    color: #475467;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 12px
}

#wrapper .box form .chooses ul li:hover {
    background: #EFF1F5
}

#wrapper .box form .inputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

#wrapper .box form .inputs .input input {
    height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 12px;
    color: #111322;
    padding: 10px;
    background: #fbfbfb
}

#wrapper .box form .inputs .input input:focus {
    box-shadow: none;
    outline: 0
}

#wrapper .box form .inputs .input input::placeholder {
    color: #aaaed1
}

#wrapper .box form .inputs .input .err {
    color: #f04438;
    margin-top: 4px;
    font-size: 14px
}

#wrapper .box form .btns button {
    background: #3ea2f8;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    height: 48px;
    border: 0;
    border-radius: 16px;
    transition: all 0.3s;
    padding: 0 20px;
    width: 100%;
    display: block;
    cursor: pointer
}

#wrapper .box form .btns button:hover {
    background: #1f5eb2
}

#wrapper .box form .btns button:focus {
    outline: 0;
    box-shadow: none
}

#wrapper .box form .btns button.disabled {
    opacity: 0.2;
    cursor: not-allowed
}

#wrapper .box form .btns button.disabled:hover {
    background: #3ea2f8
}

/* Footer styles */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.footer .terms-text {
    color: #b9c0d4;
    font-size: 13px;
    margin-bottom: 10px;
    margin: 0;
}

.footer .terms-text span {
    color: #3ea2f8;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.footer .terms-text span:hover {
    background-color: #eff1f5;
}

.footer .version {
    color: #eaecf0;
    font-size: 13px;
    margin-top: 8px;
}

/* Header with back button styles */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    height: 40px;
}

.back-btn {
    text-decoration: none;
    border-radius: 50%;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.back-btn:hover {
    background-color: #e9ecef;
}

.header .middle {
    flex: 1;
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    color: #344054;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.header .spacer {
    width: 40px;
    height: 40px;
}

/* Password form styles */
.password-inputs .form-group {
    margin-bottom: 20px;
}

.password-inputs .form-label {
    color: #667085;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.password-inputs .form-control {
    height: 40px !important;
    border: 1px solid #e5e5e5 !important;
    font-size: 16px !important;
    border-radius: 12px !important;
    color: #111322 !important;
    padding: 8px 12px !important;
    background: #fbfbfb !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    min-height: auto !important;
    line-height: normal !important;
}

.password-inputs .form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border-color: #3ea2f8 !important;
    background: #fff !important;
}

.password-inputs .form-control::placeholder {
    color: #aaaed1;
    font-size: 16px;
}

.password-error {
    color: #f04438;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

/* Bottom button styles */
.bottom-button {
    position: fixed;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    max-width: 362px;
    width: calc(100% - 40px);
    padding: 0px 10px;
}

.bottom-button button {
    background: #3ea2f8;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    height: 48px;
    border: 0;
    border-radius: 16px;
    transition: all 0.3s;
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 8px;
}

.bottom-button button:hover {
    background: #1f5eb2;
}

.bottom-button button:focus {
    outline: 0;
    box-shadow: none;
}
