.reset-pwd-container {
    width: 100%;
    min-height: 100%;
    overflow-y: hidden;
}

.reset-pwd-content {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reset-pwd-content .error-message {
    font-family: Inter;
    font-size: 13px;
    color: var(--main_purple);
}

.main-title {
    font-family: Inter;
    font-size: 36px;
    text-align: left;
    color: var(--text-07-color);
}

.reset-password-title {
    font-family: Interstate;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: var(--text-01-color);
}

.sub-title {
    font-family: Inter;
    font-size: 16px;
    color: var(--text-01-color);
}
.content {
    font-family: Inter;
    font-size: 13px;
    color: var(--text-01-color);
}

.reset-pwd-id {
    width: 444px;
    height: 33px;
    border-radius: 2px;
    border: solid 1px var(--modal-line-01-color);
    background-color: transparent;
    color: var(--main_purple);
    font-family: Inter;
    font-size: 13px;
    padding-left: 15px;
    outline:none;
}

.reset-pwd-id:hover{
    border-color: var(--main_purple);
}

.reset-pwd-id:focus{
    border-color: var(--main_purple);
}

.resetPwdPopupContent {
    font-family: Inter;
}

.action-button {
    width: 369px;
    height: 59px;
    border-radius: 9px;
    border: none;
    background-color: var(--main_purple);
    font-family: Interstate;
    font-size: 18px;
    line-height: 1.18;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}