.fluidBG {
    background: url("../../imgs/showcase/group_circle.png") no-repeat -20% 20px /
            140px,
        url("../../imgs/showcase/orange_circle.png") no-repeat 105% 90% / 60px,
        url("../../imgs/showcase/green_circle.png") no-repeat 112% 20% / 80px;
}
.container-wrapper {
    min-height: calc(100vh - 85px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mascotForm {
    z-index: 1;
    width: 100px;
    margin-bottom: -100px;
    margin-left: 35px;
    margin-right: auto;
}
.userInputArea {
    width: 100%;
    max-width: 570px;
    min-height: 400px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding: 30px 40px;
}
.loginForm h1 {
    font-size: 26px;
    color: #333;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.detail-t {
    font-size: 14px;
    color: #777;
    font-family: 'Bai Jamjuree', Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.login_field {
    margin: 20px 0;
}
.jhInputLogin {
    width: 100%;
    height: 45px;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 15px;
    font-family: 'prompt', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    padding: 0 15px;
    font-weight: 500;
}
.jh_link {
    font-size: 14px;
    color: #00916E;
    font-family: 'Bai Jamjuree';
    text-decoration: none;
}
.jh_link.underLine {
    text-decoration: underline;
}
.jh_link:hover {
    color: #00916E;
}
.jh_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #C60000;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-family: 'prompt', Arial, Helvetica, sans-serif;
    margin: 0 auto;
}
.noAccText {
    font-size: 14px;
    color: #333;
    font-family: 'Bai Jamjuree', Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
    .fluidBG {
        background: url("../../imgs/showcase/group_circle.png") no-repeat 0 30% /
            140px,
        url("../../imgs/showcase/orange_circle.png") no-repeat 95% 90% / 60px,
        url("../../imgs/showcase/green_circle.png") no-repeat 110% 50% / 120px;
    }
    .mascotForm {
        margin-left: 60px;
    }
    .userInputArea {
        padding: 40px 85px;
    }
    .container-wrapper {
        padding: 40px 80px;
        margin-bottom: 50px;
        justify-content: flex-start;
    }
}
@media screen and (min-width: 992px) {
    .fluidBG {
        background: url("../../imgs/showcase/group_circle.png") no-repeat 0 40% /
            160px,
        url("../../imgs/showcase/orange_circle.png") no-repeat 85% 90% / 60px,
        url("../../imgs/showcase/green_circle.png") no-repeat 110% 50% / 160px;
    }
    /* .container-wrapper {

    } */
    .mascotForm {
        margin-left: 160px;
    }
}
@media screen and (min-width: 1200px) {
    .mascotForm {
        margin-left: 230px;
    }
    .fluidBG {
        background: url("../../imgs/showcase/group_circle.png") no-repeat 0% 40% /
            160px,
        url("../../imgs/showcase/orange_circle.png") no-repeat 80% 90% / 60px,
        url("../../imgs/showcase/green_circle.png") no-repeat 105% 50% / 160px;
    }
    .container-wrapper {
        margin-bottom: 80px;
    }
}
@media screen and (min-width: 1400px) {
    .fluidBG {
        max-width: 1500px;
    }
    .mascotForm {
        margin-left: 320px;
    }
    .fluidBG {
        background: url("../../imgs/showcase/group_circle.png") no-repeat 0% 40% /
            160px,
        url("../../imgs/showcase/orange_circle.png") no-repeat 75% 85% / 60px,
        url("../../imgs/showcase/green_circle.png") no-repeat 105% 50% / 160px;
    }
}
@media screen and (min-width: 1500px) {
    .fluidBG {
        background: url("../../imgs/showcase/group_circle.png") no-repeat 0% 40% /
            160px,
        url("../../imgs/showcase/orange_circle.png") no-repeat 75% 85% / 60px,
        url("../../imgs/showcase/green_circle.png") no-repeat 100% 50% / 160px;
    }
}
