@charset "utf-8";
/* CSS Document */

.fm_text {
    font-size: 12px;
    color: #333;
    border: 1px solid #d9dbe7;
    height: 36px;
    padding-left: 10px;
    outline: none;
}


.message_bt {
    margin-right: 24px;
    display: inline-block;
    float: left;
    width: 190px;
}

.fm_textarea {
    width: 650px !important;
}

.fm-text2 {
    font-size: 12px;
    color: #333;
    border: 1px solid #d7d8d9;
    width: 224px;
    height: 28px;
    padding-left: 10px;
    outline: none;
}

.succes_box {
    margin-left: 12px;
}

@charset "utf-8";
/* forgot password — shared */
html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
}

/* verify code page */
.verify-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.verify-card {
    background: #fff;
    max-width: 560px;
    width: 100%;
    padding: 0 48px 30px;
    box-sizing: border-box;
}

.verify-title {
    font-size: 22px;
    font-family: 'Inter SemiBold';
    color: #273244;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.verify-input {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.verify-input input {
    flex: 1;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d0d7de;
    font-size: 15px;
    color: #1e293b;
    border-radius: 4px;
    outline: none;
    min-width: 0;
}

.verify-input input:focus {
    border-color: #1cc9c5;
}

.resend-link {
    color: #1a73e8;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.resend-link.disable {
    color: #999;
    pointer-events: none;
    cursor: default;
}

.verify-error {
    font-size: 13px;
    color: #d93025;
    margin-bottom: 8px;
    display: none;
}

/* reset password page */
.reset-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
}

.reset-card {
    background: #fff;
    max-width: 560px;
    width: 100%;
    padding: 0 48px 30px;
    box-sizing: border-box;
}

.reset-title {
    font-size: 22px;
    font-family: 'Inter SemiBold';
    color: #273244;
    text-align: center;
    line-height: 1;
    margin-bottom: 24px;
}

.reset-field {
    margin-bottom: 18px;
}

.reset-field label {
    display: block;
    font-size: 13px;
    color: #5c7488;
    margin-bottom: 6px;
}

.reset-field input {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d0d7de;
    font-size: 14px;
    color: #1e293b;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
}

.reset-field input:focus {
    border-color: #1cc9c5;
}

.reset-field select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d0d7de;
    font-size: 14px;
    color: #1e293b;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
}

.reset-error {
    font-size: 13px;
    color: #d93025;
    margin-top: 4px;
    display: none;
}

/* timer in verify code page */
.timer {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    margin-left: 4px;
}
