html, body {
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    line-height: 23px;
    font-size: 16px;
}

.content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
}

.btn-common {
    display: flex;
    width: 177px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0px 8px 8px 0px #00000040;
    text-decoration: unset;
    align-items: center;
    justify-content: center;
    border: unset;
}

.btn-common:hover {
    cursor: pointer;
}

.btn-orange {
    background-color: #FF993A;
    color: black;
}

.top-title {
    font-size: 24px;
    color: black;
    margin: 1rem 0 2rem;
}

.note p {
    font-size: 16px;
    margin-bottom: .5rem;
}

.cl-red {
    color: #FF3131;
}

.form-email {
    width: 100%;
}

.form-email > div {
    width: 275px;
}

.form-label {
    font-size: 16px;
    margin-bottom: unset;
    padding-top: 6px;
    padding-bottom: 6px
}
.fs-20 {
    font-size: 20px;
}

.form-control[type="email"], .form-control[type="text"] {
    border: 1px solid #626262;
    height: 35px;
}

.link-term {
    margin-top: 6.75rem;
}

a {
    text-decoration: none;
    color: #0074C8;
}

.form-check-input[type="checkbox"] {
    width: 19px;
    height: 21px;
    border-radius: 0;
    border: 1px solid #626262;
    margin-top: unset;
    margin-left: 14px;
}
.form-checkbox div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.text-error {
    color: #FF3131;
    font-size: 14px;
    margin-top: 5px;
}

.form-group label{
    text-align: left;
}
.form-group .form-control{
    height: 35px;
    border: 1px solid #626262;
}
.form-group option{
    text-align: center;
}
.list-radio {
    padding-top: 6px;
}
.form-check-input {
    border: 1px solid black;
}

.choose_image {
    font-size: 45px;
    background-color: #EEEEEE;
    padding: 111px 169px;
    width: 378px;
    height: 267px;
    border: 1px dashed #000000
}
.preview-image {
    width: 378px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.box-preview {
    position: relative;
}
.box-preview i{
    position: absolute;
    top: 5px;
    right: 5px;
    color: red;
    font-size: 24px;
}
.box-preview i:hover{
    cursor: pointer;
}
.box-guide {
    font-size: 16px;
    background-color: #EEEEEE;
    padding: 23px 23px;
    border-radius: 20px;
    color: black;
}
.text-red {
    color: red;
}
.forgot-password-page .success-message {
    display: inline-block;
    padding: 0.5rem;
    background-color: #86efac;
    color: #fff;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .form-group label{
        text-align: right;
    }
    .box-guide {
        padding: 23px 56px;
    }
    .top-title {
        margin: 3.5rem 0;
    }
}
.member-id {
    letter-spacing: 1em;
    text-align: center;
}