@font-face {
    font-family: 'Acme';
    src: url('/woogi/0.1/static/gmsui/fonts/COMMONACME-REGULAR.TTF') format('truetype');
}
[v-cloak] {
    display: none !important;
}
body {
    background-image: url("../img/BG_Single.png");
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Acme";
    padding: 1vw;
    box-sizing: border-box;
    overflow-y: auto;
}



.red_font {
    color: #ff3860;
    margin-top: 0.5vw;
    font-size: 2vw;
    height: 3vw;
}

.pwd-check {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 56.40vw;
    max-width: 1083px;
    height: 45.01vw;
    max-height: 749px;
    margin: 1vw auto;
    padding: 2vw;
    text-align: center;
    box-sizing: border-box;
    background-image: url("./../img/ReceiveCode/ReceiveCodeBG.png");
    background-size: 100% 100%;
}

.reset-popup {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48.80vw;
    max-width: 937px;
    height: 33.80vw;
    max-height: 649px;
    margin: 1vw auto;
    padding: 2vw;
    text-align: center;
    box-sizing: border-box;
    background-image: url("./../img/Enter&Choose/PopupBG.png");
    background-size: 100% 100%;
}

.reset-popup .popup-title{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 10vw;
}

.reset-popup .popup-content{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 80%;
}

input::-webkit-input-placeholder { /* Chrome/Safari/Opera */
    text-align: start;
}

.school_selector {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 48.80vw;
    max-width: 937px;
    height: 40.8vw;
    max-height: 660px;
    margin: 1vw auto;
    padding: 2vw;
    text-align: center;
    box-sizing: border-box;
    background-image: url('./../img/FindSchool&Teacher/PopupBG.png');
    background-size: 100% 100%;
    /* border: 1px solid; */
}

.school_selector .popup-title .tips {
    display: flex;
    justify-content: center;
    height: 3.59vw;
}

.school_selector .popup-title .tips .subtitle{
    color: #0f70b4;
    font-size: 2.08vw;
    padding: 0 1vw;
}

.school_selector .popup-title .tips img{
    width: 3.69vw;
    max-width: 71px;
    height: 0.41vw;
    max-height: 8px;
    margin-top: 1vw;
}

.school_selector .search-wrapper {
    position: relative;
    height: 5.52vw;
    max-height: 106px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.school_selector .search-wrapper input{
    position: absolute;
    background-color: transparent;
    width: 27.08vw;
    max-width: 520px;
    height: 4.16vw;
    max-height: 80px;
    border: 0;
    font-size: 2vw;
    font-weight: 700;
    text-align: start;
    right: 8vw;
    display: block;
    z-index: 11;
    outline: none;
}

.school_selector .search-wrapper img{
    position: absolute;
    width: 27.08vw;
    max-width: 520px;
    height: 4.16vw;
    max-height: 80px;
    display: block;
}

.school_selector .school_list {
    width: 90%;
    margin: 0 auto;
    /* margin-top: .5vw; */
    display: flex;
    justify-content: center;
}

.school_selector .school_list button {
    width: 4vw;
    height: 4vw;
    border: 0;
}

.school_selector .school_list .arrow {
    width: 4.11vw;
    max-width: 79px;
    height: 5.72vw;
    max-height: 110px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.school_selector .school_list .left {
    background-image: url("./../img/FindSchool&Teacher/Left.png");
    align-self: start;
    background-color: transparent;
    margin-top: 2vw;
}

.school_selector .school_list .right {
    background-image: url("./../img/FindSchool&Teacher/Right.png");
    align-self: start;
    background-color: transparent;
    margin-top: 2vw;
}

.school_selector .school_list .school_results {
    width: 30vw;
    margin: 0 auto;
}

.school_selector .school_list .school_results p{
    margin-bottom: .1vw;
    width: 46.66vw;
    max-width: 100%;
    height: 3vw;
    line-height: 3vw;
    font-size: 1.5vw;
    text-align: center;
    overflow: hidden;
    background-image: url("./../img/FindSchool&Teacher/SchoolBG.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.school_selector .school_list .school_results p:hover{
    cursor: pointer;
}

.school_selector .notfound {
    display: block;
    width: 25.87vw;
    max-width: 700px;
    height: 4.81vw;
    max-height: 150px;
    color: white;
    font-size: 2vw;
    font-weight: 700;
    -webkit-text-stroke: .01vw black;  /* Chrome/Safari */
    text-stroke: .01vw black;
    margin: 0 auto;
    cursor: pointer;
    border: 0;
    background-image: url("./../img/FindSchool&Teacher/RedBtn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}

.school_selector .back-btn {
    display: block;
    width: 25.87vw;
    max-width: 700px;
    height: 4.81vw;
    max-height: 150px;
    color: white;
    font-size: 2vw;
    font-weight: 700;
    -webkit-text-stroke: .01vw black;  /* Chrome/Safari */
    text-stroke: .01vw black;
    margin: 0 auto;
    cursor: pointer;
    border: 0;
    background-image: url("./../img/FindSchool&Teacher/BlueBtn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    margin-top: .7vw;
}

.title {
    color: #002555;
    font-size: 4.5vw;
    font-weight: bold;
    /* text-transform: uppercase; */
    word-break: break-word;
}

.subtitle {
    color: #0f70b4;
    margin-bottom: 1vw;
    font-size: 1.7vw;
}

.input-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 5.88vw;
}

.input-container img{
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 39.84vw;
    max-width: 765px;
    height: 5.88vw;
    max-height: 113px;
}

.input-field {
    position: absolute;
    display: block;
    width: 39.84vw;
    max-width: 765px;
    height: 5.88vw;
    max-height: 113px;
    font-weight: 700;
    padding: 0.8vw;
    /* margin-bottom: 1vw; */
    font-size: 3.2vw;
    background-color: transparent;
    text-align: start;
    outline: none;
    border: 0;
    opacity: 1;
    z-index: 11;
    margin: 0 auto;
}

.input-container .receive-input{
    height: 4.375vw;
    max-height: 84px;
}
.pwd-check .input-container input{
    position: absolute;
    display: block;
    width: 39.84vw;
    max-width: 765px;
    height: 4.375vw;
    max-height: 84px;
    font-size: 2.2vw;
    font-weight: 700;
    background-color: transparent;
    outline: none;
    border: 0;
    opacity: 1;
    z-index: 11;
}

.password-inputs {
    display: flex;
    flex-direction: row;
    gap: 0.5vw;
    margin-bottom: 1vw;
}

.password-inputs .input-field {
    width: 50%;
    margin-bottom: 0;
}

.btn{
    width: 33.95vw;
    height: 6.45vw;
    font-size: 3vw;
    font-weight: 700;
    line-height: 4.45vw;
    color: white;
    cursor: pointer;
    background-size: 100% 100%;
    border: 0;
    -webkit-text-stroke: .01vw black;  /* Chrome/Safari */
    background-color: transparent;
    text-stroke: .01vw black;
}

.btn_font_outline {
    -webkit-text-stroke: 0.08vw black;  /* Chrome/Safari */
    text-stroke: .08vw black;
}

.choose_btns{
    height: 59%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.submit-btn {
    padding: 1vw;
    text-transform: uppercase;
    background-image: url("./../img/Enter&Choose/ResetBtn_Blue.png");
    background-repeat: no-repeat;
    margin: 0 auto;
}

.gold_btn {
    padding: 1vw;
    text-transform: uppercase;
    background-image: url("./../img/Enter&Choose/ResetBtn_Green.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    background-color: transparent;
}

.bottom-links {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    font-size: 1vw;
    padding: 0 1vw;
}

.back-link, .signup-link, .learn-more {
    color: #2196F3;
    text-decoration: none;
    padding: 0.5vw;
    transition: color 0.3s ease;
}

.back-link:hover, .signup-link:hover, .learn-more:hover {
    text-decoration: underline;
    color: #1976D2;
}

.signup-section {
    color: #666;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    align-items: center;
}

.signup-section span {
    font-weight: bold;
    white-space: nowrap;
}

.error-message {
    position: absolute;
    color: #ff3860;
    font-size: 2vw;
    /* margin: -0.5vw 0 1vw; */
    min-height: 1.5vw;
    text-align: center;
    /* padding: 0px 0.5vw; */
    font-weight: 500;
    opacity: 0;
    top: 5.5vw;
    animation: fadeIn 0.3s ease forwards;
}

.success-message {
    color: #45a049;
    font-size: 1vw;
    margin: -0.5vw 0 1vw;
    min-height: 1.5vw;
    text-align: center;
    padding: 0 0.5vw;
    font-weight: 500;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-0.5vw);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.success-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2vw;
    z-index: 1001;
    width: 47.5vw;
    max-width: 912px;
    height: 22.60vw;
    max-height: 434px;
    background-image: url("./../img/ClosePage/ClosePageBG.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.button-group {
    display: flex;
    justify-content: center;
    gap: 1vw;
    margin-top: 1vw;
}

.success-popup .popup-title{
    display: flex;
    margin: 0 auto;
    font-size: 2vw;
    flex-direction: column;
    justify-content: space-between;
    color: #002555;
    /* height: 10vw; */
}

.success-popup .popup-content .btn{
    width: 18.07vw;
    max-width: 347px;
    height: 6.45vw;
    max-height: 124px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-text-stroke: .1vw #002555;  /* Chrome/Safari */
    font-weight: 700;
    text-stroke: .1vw #002555;
    background-color: transparent;
}

.success-popup .btn-rows {
    /* margin: 0 auto; */
    width: 94%;
    display: flex;
    justify-content: space-between;
}
.success-popup .popup-content .submit-btn {
    background-image: url("./../img/ClosePage/BlueBtn.png");
}
.success-popup .popup-content .cancel-btn {
    background-image: url("./../img/ClosePage/RedBtn.png");
}

.success_h1 {
    color: #4CAF50;
}

.btn-groups {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media (orientation: landscape) and (max-height:768px) {
    .school_selector {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 61.8vw;
        max-width: 937px;
        height: 41.8vw;
        max-height: 662px;
        margin: 1vw auto;
        padding: 2vw;
        text-align: center;
        box-sizing: border-box;
        background-image: url('./../img/FindSchool&Teacher/PopupBG.png');
        background-size: 100% 100%;
    }

    .school_selector .popup-title .tips {
        display: flex;
        justify-content: center;
        height: 3.59vw;
    }

    .school_selector .popup-title .tips .subtitle{
        color: #0f70b4;
        font-size: 2.08vw;
        padding: 0 1vw;
    }

    .school_selector .popup-title .tips img{
        width: 3.69vw;
        max-width: 71px;
        height: 0.41vw;
        max-height: 8px;
        margin-top: 1vw;
    }

    .school_selector .search-wrapper {
        position: relative;
        height: 5.52vw;
        max-height: 106px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .school_selector .search-wrapper input{
        position: absolute;
        background-color: transparent;
        width: 27.08vw;
        max-width: 520px;
        height: 4.16vw;
        max-height: 80px;
        border: 0;
        font-size: 2vw;
        font-weight: 700;
        text-align: start;
        right: 14vw;
        display: block;
        z-index: 11;
        outline: none;
    }

    .school_selector .search-wrapper img{
        position: absolute;
        width: 27.08vw;
        max-width: 520px;
        height: 4.16vw;
        max-height: 80px;
        display: block;
    }

    .school_selector .school_list {
        width: 90%;
        margin: 0 auto;
        /* margin-top: .5vw; */
        display: flex;
        justify-content: center;
    }

    .school_selector .school_list button {
        width: 4vw;
        height: 4vw;
        border: 0;
    }

    .school_selector .school_list .arrow {
        width: 4.11vw;
        max-width: 79px;
        height: 5.72vw;
        max-height: 110px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .school_selector .school_list .left {
        background-image: url("./../img/FindSchool&Teacher/Left.png");
        align-self: start;
        background-color: transparent;
        margin-top: 3vw;
    }

    .school_selector .school_list .right {
        background-image: url("./../img/FindSchool&Teacher/Right.png");
        align-self: start;
        background-color: transparent;
        margin-top: 3vw;
    }

    .school_selector .school_list .school_results {
        width: 42vw;
        /* max-width: 420px; */
        margin: 0 auto;
    }

    .school_selector .school_list .school_results p{
        margin-bottom: 0.2vw;
        width: 46.66vw;
        max-width: 100%;
        height: 4vw;
        line-height: 4vw;
        font-size: 2vw;
        text-align: center;
        overflow: hidden;
        background-image: url("./../img/FindSchool&Teacher/SchoolBG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .school_selector .school_list .school_results p:hover{
        cursor: pointer;
    }

    .school_selector .notfound {
        display: block;
        width: 27.87vw;
        max-width: 700px;
        height: 4.81vw;
        max-height: 150px;
        color: white;
        font-size: 2.2vw;
        font-weight: 700;
        -webkit-text-stroke: .09vw black;  /* Chrome/Safari */
        text-stroke: .09vw black;
        margin: 0 auto;
        cursor: pointer;
        border: 0;
        background-image: url("./../img/FindSchool&Teacher/RedBtn.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: transparent;
    }

    .school_selector .back-btn {
        display: block;
        width: 27.87vw;
        max-width: 700px;
        height: 4.81vw;
        max-height: 150px;
        color: white;
        font-size: 2.2vw;
        font-weight: 700;
        -webkit-text-stroke: .09vw black;  /* Chrome/Safari */
        text-stroke: .09vw black;
        margin: 0 auto;
        cursor: pointer;
        border: 0;
        background-image: url("./../img/FindSchool&Teacher/BlueBtn.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: transparent;
        margin-top: .7vw;
    }

    .btn{
        width: 33.95vw;
        height: 6.45vw;
        font-size: 3vw;
        font-weight: 700;
        line-height: 4.45vw;
        color: white;
        cursor: pointer;
        background-size: 100% 100%;
        border: 0;
        -webkit-text-stroke: 0.09vw black;  /* Chrome/Safari */
        background-color: transparent;
        text-stroke: .01vw black;
    }
}

@media (max-width: 768px) and (orientation:portrait) {
    .pwd-check {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 100vw;
        max-width: 1083px;
        height: 120vw;
        max-height: 917px;
        margin: 1vw auto;
        padding: 2vw;
        text-align: center;
        box-sizing: border-box;
        background-image: url("./../img/ReceiveCode/ReceiveCodeBG.png");
        background-size: 100% 100%;
    }

    .red_font {
        color: #ff3860;
        margin-top: -0.5vw;
        font-size: 5vw;
        height: 3vw;
    }

    .reset-popup {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100vw;
        max-width: 937px;
        height: 84.8vw;
        max-height: 649px;
        margin: 1vw auto;
        padding: 2vw;
        text-align: center;
        box-sizing: border-box;
        background-image: url("./../img/Enter&Choose/PopupBG.png");
        background-size: 100% 100%;
    }

    .reset-popup .popup-title{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 10vw;
        margin-top: 5vw;
    }

    .title {
        color: #002555;
        font-size: 13.5vw;
        font-weight: bold;
        /* text-transform: uppercase; */
        word-break: break-word;
    }

    .subtitle {
        color: #0f70b4;
        margin-bottom: 1vw;
        font-size: 4.2vw;
    }

    .btn{
        width: 80.95vw;
        height: 15.45vw;
        font-size: 8vw;
        font-weight: 700;
        line-height: 14.45vw;
        color: white;
        /* gap: 2vw; */
        cursor: pointer;
        background-size: 100% 100%;
        border: 0;
        -webkit-text-stroke: .1vw black;  /* Chrome/Safari */
        text-stroke: .1vw black;
    }

    .btn_font_outline {
        -webkit-text-stroke: 0.3vw black;  /* Chrome/Safari */
        text-stroke: .3vw black;
    }


    .choose_btns{
        height: 59%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .submit-btn {
        padding: 1vw;
        text-transform: uppercase;
        background-image: url("./../img/Enter&Choose/ResetBtn_Blue.png");
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    .gold_btn {
        padding: 1vw;
        text-transform: uppercase;
        background-image: url("./../img/Enter&Choose/ResetBtn_Green.png");
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    .input-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 100%;
        height: 15.88vw;
    }

    .input-container .error-message {
        position: absolute;
        color: #ff3860;
        font-size: 5vw;
        /* margin: -0.5vw 0 1vw; */
        min-height: 1.5vw;
        text-align: center;
        /* padding: 0px 0.5vw; */
        font-weight: 500;
        opacity: 0;
        top: 15.5vw;
        animation: fadeIn 0.3s ease forwards;
    }

    .input-container img{
        display: block;
        position: absolute;
        margin: 0 auto;
        width: 78.84vw;
        max-width: 765px;
        height: 15.88vw;
        max-height: 113px;
    }

    .input-field {
        position: absolute;
        display: block;
        width: 78.84vw;
        max-width: 765px;
        height: 15.88vw;
        max-height: 113px;
        /* line-height: 0vw; */
        font-weight: 700;
        /* margin-bottom: 1vw; */
        font-size: 9.2vw;
        background-color: transparent;
        text-align: start;
        outline: none;
        border: 0;
        opacity: 1;
        z-index: 11;
        margin: 0 auto;
        vertical-align: middle;
        top: 1vw;
        left: 10vw;
    }

    .input-container .receive-input{
        height: 12.375vw;
        max-height: 84px;
    }
    .pwd-check .input-container input{
        position: absolute;
        display: block;
        width: 75.84vw;
        max-width: 765px;
        height: 12.375vw;
        max-height: 84px;
        font-size: 6.2vw;
        font-weight: 700;
        background-color: transparent;
        outline: none;
        border: 0;
        opacity: 1;
        z-index: 11;
        top: 0vw;
    }

    .reset-popup .popup-content{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 60%;
        /* margin-top: 5vw; */
    }

    input::-webkit-input-placeholder { /* Chrome/Safari/Opera */
        text-align: start;
    }

    .success-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2vw;
        z-index: 1001;
        width: 53.5vw;
        max-width: 912px;
        height: 31.6vw;
        max-height: 434px;
        background-image: url("./../img/ClosePage/ClosePageBG.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .success-popup .popup-title{
        display: flex;
        margin: 0 auto;
        font-size: 3vw;
        flex-direction: column;
        justify-content: space-between;
        color: #002555;
        /* height: 10vw; */
    }

    .success-popup .popup-content .btn{
        width: 19.07vw;
        max-width: 347px;
        height: 6.45vw;
        max-height: 124px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-text-stroke: .2vw #002555;  /* Chrome/Safari */
        font-weight: 700;
        font-size: 5vw;
        line-height: 4.45vw;
        text-stroke: .2vw #002555;
        background-color: transparent;
    }

    .success-popup .btn-rows {
        /* margin: 0 auto; */
        width: 94%;
        display: flex;
        justify-content: space-between;
    }
    .success-popup .popup-content .submit-btn {
        background-image: url("./../img/ClosePage/BlueBtn.png");
    }
    .success-popup .popup-content .cancel-btn {
        background-image: url("./../img/ClosePage/RedBtn.png");
    }

    .school_selector {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 100vw;
        max-width: 937px;
        height: 105vw;
        max-height: 810px;
        margin: 1vw auto;
        padding: 2vw;
        text-align: center;
        box-sizing: border-box;
        background-image: url('./../img/FindSchool&Teacher/PopupBG.png');
        background-size: 100% 100%;
    }

    .school_selector .popup-title .tips {
        display: flex;
        justify-content: center;
        height: 8.59vw;
        /* display: block; */
        /* position: absolute; */
    }

    .school_selector .popup-title .tips .subtitle{
        color: #0f70b4;
        font-size: 7.08vw;
        padding: 0px 1vw;
    }

    .school_selector .popup-content {
        height: 65%;
    }

    .school_selector .popup-title .tips img{
        width: 5.69vw;
        max-width: 71px;
        height: 0.41vw;
        max-height: 8px;
        margin-top: 4vw;
    }

    .school_selector .search-wrapper {
        position: relative;
        height: 5.52vw;
        max-height: 106px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .school_selector .search-wrapper input{
        position: absolute;
        background-color: transparent;
        width: 66.08vw;
        max-width: 520px;
        height: 11.16vw;
        max-height: 80px;
        /* border: 0; */
        font-size: 6vw;
        font-weight: 700;
        text-align: start;
        left: 18vw;
        display: block;
        z-index: 11;
        outline: none;
    }

    .school_selector .search-wrapper img{
        position: absolute;
        width: 66.08vw;
        max-width: 520px;
        height: 11.16vw;
        max-height: 80px;
        display: block;
    }

    .school_selector .school_list {
        width: 90%;
        margin: 7vw auto;
        /* margin-top: .5vw; */
        display: flex;
        justify-content: center;
    }

    .school_selector .school_list button {
        width: 4vw;
        height: 4vw;
        border: 0;
    }

    .school_selector .school_list .arrow {
        width: 4.11vw;
        max-width: 79px;
        height: 5.72vw;
        max-height: 110px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .school_selector .school_list .left {
        background-image: url("./../img/FindSchool&Teacher/Left.png");
        align-self: start;
        background-color: transparent;
        margin-top: 17vw;
    }

    .school_selector .school_list .right {
        background-image: url("./../img/FindSchool&Teacher/Right.png");
        align-self: start;
        background-color: transparent;
        margin-top: 17vw;
    }

    .school_selector .school_list .school_results {
        width: 70vw;
        max-width: 412px;
        /* margin: 0 auto; */
    }

    .school_selector .school_list .school_results p{
        margin-bottom: 0.4vw;
        width: 70vw;
        max-width: 100%;
        height: 10vw;
        line-height: 10vw;
        font-size: 5.5vw;
        text-align: center;
        overflow: hidden;
        background-image: url("./../img/FindSchool&Teacher/SchoolBG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .school_selector .school_list .school_results p:hover{
        cursor: pointer;
    }

    .school_selector .notfound {
        display: block;
        width: 64.87vw;
        max-width: 700px;
        height: 14.81vw;
        max-height: 150px;
        color: white;
        font-size: 4.8vw;
        font-weight: 700;
        -webkit-text-stroke: .1vw black;  /* Chrome/Safari */
        text-stroke: .1vw black;
        margin: 0 auto;
        cursor: pointer;
        border: 0;
        background-image: url("./../img/FindSchool&Teacher/RedBtn.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .school_selector .back-btn {
        display: block;
        width: 64.87vw;
        max-width: 700px;
        height: 14.81vw;
        max-height: 150px;
        color: white;
        font-size: 4.8vw;
        font-weight: 700;
        -webkit-text-stroke: .1vw black;  /* Chrome/Safari */
        text-stroke: .1vw black;
        margin: 0 auto;
        cursor: pointer;
        border: 0;
        background-image: url("./../img/FindSchool&Teacher/BlueBtn.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: .5vw;
    }
}

@media (max-width: 576px) and (orientation:portrait) {
    .pwd-check {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 100vw;
        max-width: 1083px;
        height: 118vw;
        max-height: 749px;
        margin: 1vw auto;
        padding: 2vw;
        text-align: center;
        box-sizing: border-box;
        background-image: url("./../img/ReceiveCode/ReceiveCodeBG.png");
        background-size: 100% 100%;
    }

    .red_font {
        color: #ff3860;
        margin-top: -0.5vw;
        font-size: 5vw;
        height: 3vw;
    }

    .reset-popup {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100vw;
        max-width: 937px;
        height: 84.8vw;
        max-height: 649px;
        margin: 1vw auto;
        padding: 2vw;
        text-align: center;
        box-sizing: border-box;
        background-image: url("./../img/Enter&Choose/PopupBG.png");
        background-size: 100% 100%;
    }

    .reset-popup .popup-title{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 10vw;
        margin-top: 5vw;
    }

    .title {
        color: #002555;
        font-size: 12.5vw;
        font-weight: bold;
        /* text-transform: uppercase; */
        word-break: break-word;
    }

    .subtitle {
        color: #0f70b4;
        margin-bottom: 1vw;
        font-size: 4.2vw;
    }

    .btn{
        width: 80.95vw;
        height: 15.45vw;
        font-size: 8vw;
        font-weight: 700;
        line-height: 12.45vw;
        color: white;
        /* gap: 2vw; */
        cursor: pointer;
        background-size: 100% 100%;
        border: 0;
        -webkit-text-stroke: .03vw black;  /* Chrome/Safari */
        text-stroke: .01vw black;
    }

    .btn_font_outline {
        -webkit-text-stroke: 0.3vw black;  /* Chrome/Safari */
        text-stroke: .3vw black;
    }


    .choose_btns{
        height: 59%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .submit-btn {
        padding: 1vw;
        text-transform: uppercase;
        background-image: url("./../img/Enter&Choose/ResetBtn_Blue.png");
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    .gold_btn {
        padding: 1vw;
        text-transform: uppercase;
        background-image: url("./../img/Enter&Choose/ResetBtn_Green.png");
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    .input-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 100%;
        height: 15.88vw;
    }

    .input-container .error-message {
        position: absolute;
        color: #ff3860;
        font-size: 5vw;
        /* margin: -0.5vw 0 1vw; */
        min-height: 1.5vw;
        text-align: center;
        /* padding: 0px 0.5vw; */
        font-weight: 500;
        opacity: 0;
        top: 15.5vw;
        animation: fadeIn 0.3s ease forwards;
    }

    .input-container img{
        display: block;
        position: absolute;
        margin: 0 auto;
        width: 78.84vw;
        max-width: 765px;
        height: 15.88vw;
        max-height: 113px;
    }

    .input-field {
        position: absolute;
        display: block;
        width: 78.84vw;
        max-width: 765px;
        height: 15.88vw;
        max-height: 113px;
        /* line-height: 0vw; */
        font-weight: 700;
        /* margin-bottom: 1vw; */
        font-size: 9.2vw;
        background-color: transparent;
        text-align: start;
        outline: none;
        border: 0;
        opacity: 1;
        z-index: 11;
        margin: 0 auto;
        vertical-align: middle;
        top: 1vw;
        left: 10vw;
    }

    .input-container .receive-input{
        height: 12.375vw;
        max-height: 84px;
    }
    .pwd-check .input-container input{
        position: absolute;
        display: block;
        width: 75.84vw;
        max-width: 765px;
        height: 12.375vw;
        max-height: 84px;
        font-size: 6.2vw;
        font-weight: 700;
        background-color: transparent;
        outline: none;
        border: 0;
        opacity: 1;
        z-index: 11;
        top: 0vw;
    }

    .reset-popup .popup-content{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 60%;
        /* margin-top: 5vw; */
    }

    input::-webkit-input-placeholder { /* Chrome/Safari/Opera */
        text-align: start;
    }

    .success-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2vw;
        z-index: 1001;
        width: 53.5vw;
        max-width: 912px;
        height: 31.6vw;
        max-height: 434px;
        background-image: url("./../img/ClosePage/ClosePageBG.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .success-popup .popup-title{
        display: flex;
        margin: 0 auto;
        font-size: 3vw;
        flex-direction: column;
        justify-content: space-between;
        color: #002555;
        /* height: 10vw; */
    }

    .success-popup .popup-content .btn{
        width: 19.07vw;
        max-width: 347px;
        height: 6.45vw;
        max-height: 124px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-text-stroke: .2vw #002555;  /* Chrome/Safari */
        font-weight: 700;
        font-size: 5vw;
        line-height: 4.45vw;
        text-stroke: .2vw #002555;
        background-color: transparent;
    }

    .success-popup .btn-rows {
        /* margin: 0 auto; */
        width: 94%;
        display: flex;
        justify-content: space-between;
    }
    .success-popup .popup-content .submit-btn {
        background-image: url("./../img/ClosePage/BlueBtn.png");
    }
    .success-popup .popup-content .cancel-btn {
        background-image: url("./../img/ClosePage/RedBtn.png");
    }

    .school_selector {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 100vw;
        max-width: 937px;
        height: 144vw;
        max-height: 660px;
        margin: 1vw auto;
        padding: 4vw;
        text-align: center;
        box-sizing: border-box;
        background-image: url('./../img/FindSchool&Teacher/PopupBG.png');
        background-size: 100% 100%;
    }

    .school_selector .popup-title .tips {
        display: flex;
        justify-content: center;
        height: 11.59vw;
    }

    .school_selector .popup-title .tips .subtitle{
        color: #0f70b4;
        font-size: 8.08vw;
        padding: 0 1vw;
    }

    .school_selector .popup-content {
        height: 55%;
    }

    .school_selector .popup-title .tips img{
        width: 5.69vw;
        max-width: 71px;
        height: 0.41vw;
        max-height: 8px;
        margin-top: 5vw;
    }

    .school_selector .search-wrapper {
        position: relative;
        height: 5.52vw;
        max-height: 106px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .school_selector .search-wrapper input{
        position: absolute;
        background-color: transparent;
        width: 66.08vw;
        max-width: 520px;
        height: 11.16vw;
        max-height: 80px;
        /* border: 0; */
        font-size: 6vw;
        font-weight: 700;
        text-align: start;
        left: 18vw;
        display: block;
        z-index: 11;
        outline: none;
    }

    .school_selector .search-wrapper img{
        position: absolute;
        width: 66.08vw;
        max-width: 520px;
        height: 11.16vw;
        max-height: 80px;
        display: block;
    }

    .school_selector .school_list {
        width: 97%;
        margin: 7vw auto;
        /* margin-top: .5vw; */
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .school_selector .school_list button {
        width: 4vw;
        height: 4vw;
        border: 0;
    }

    .school_selector .school_list .arrow {
        display: block;
        width: 8.11vw;
        max-width: 79px;
        height: 10.72vw;
        max-height: 110px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .school_selector .school_list .left {
        background-image: url("./../img/FindSchool&Teacher/Left.png");
        align-self: start;
        background-color: transparent;
        margin-top: 17vw;
    }

    .school_selector .school_list .right {
        background-image: url("./../img/FindSchool&Teacher/Right.png");
        align-self: start;
        background-color: transparent;
        margin-top: 17vw;
    }

    .school_selector .school_list .school_results {
        width: 70vw;
        max-width: 420px;
        margin: 0 auto;
    }

    .school_selector .school_list .school_results p{
        margin-bottom: 0.4vw;
        width: 70vw;
        max-width: 100%;
        height: 13vw;
        line-height: 12vw;
        font-size: 6.5vw;
        text-align: center;
        overflow: hidden;
        background-image: url("./../img/FindSchool&Teacher/SchoolBG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .school_selector .school_list .school_results p:hover{
        cursor: pointer;
    }

    .school_selector .notfound {
        display: block;
        width: 64.87vw;
        max-width: 700px;
        height: 14.81vw;
        max-height: 150px;
        color: white;
        font-size: 5.8vw;
        font-weight: 700;
        -webkit-text-stroke: .01vw black;  /* Chrome/Safari */
        text-stroke: .01vw black;
        margin: 0 auto;
        cursor: pointer;
        border: 0;
        background-image: url("./../img/FindSchool&Teacher/RedBtn.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .school_selector .back-btn {
        display: block;
        width: 64.87vw;
        max-width: 700px;
        height: 14.81vw;
        max-height: 150px;
        color: white;
        font-size: 5.8vw;
        font-weight: 700;
        /* -webkit-text-stroke: .1vw black; */  /* Chrome/Safari */
        text-stroke: .1vw black;
        margin: 0 auto;
        cursor: pointer;
        border: 0;
        background-image: url("./../img/FindSchool&Teacher/BlueBtn.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: .5vw;
    }
}

button,
input{
    font-family: "Acme";
}