h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

body {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

h1, .h1 {
    font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.25rem;
    }
}

h2, .h2 {
    font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.8rem;
    }
}

h3, .h3 {
    font-size: calc(1.2825rem + 0.39vw);
}
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.575rem;
    }
}

h4, .h4 {
    font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.35rem;
    }
}

h5, .h5 {
    font-size: 1.125rem;
}

h6, .h6 {
    font-size: 0.9rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.left {
    padding-top: 1.5rem;
    padding-left: 2.5rem;
}

.form-cointainer {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: #CED4DA 2px solid;
    background-color: transparent;
    padding: .5rem;
}
.form-cointainer.is-invalid {
    border-bottom: 2px #ea4353 solid;
}

.invalid-feedback {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.invalid-feedback p {
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 0.25rem;
    background-color: #ea4353;
    padding: 4px 3px;
    border-radius: 0.25rem;
    margin-bottom: 0 !important;
}

.form-cointainer input {
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0rem;
    font-size: 1rem;
    color: #FFF;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

.btn-transparent {
    background-color: transparent !important;
}

/* remove background when input is fill by auto complete */
.form-cointainer input:-webkit-autofill,
.form-cointainer input:-webkit-autofill:hover,
.form-cointainer input:-webkit-autofill:focus,
.form-cointainer input:-webkit-autofill:active {
    border: none;
    background-color: transparent;
    -webkit-text-fill-color: #FFF !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.form-cointainer input:-internal-autofill-selected {
    background-color: transparent !important;
}

.form-cointainer input::placeholder {
    color: #CED4DA;
    font-family: 'Poppins', sans-serif;
}

.rounded-lg {
    border-radius: 30px;
}

.form-cointainer:focus-within {
    border-color: none;
    box-shadow: none;
}

.form-cointainer input:focus {
    outline: none;
}

.form-cointainer input::placeholder {
    color: #CED4DA;
}

.slide-custom {
    position: fixed;
    width: 50%;
    height: 100vh;
}

.slide-custom img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* .carousel-indicators {
    position: absolute;
    top: 70px !important;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    padding-left: 0;
    list-style: none;
} */
.form-sso {
    z-index: 999;
}

header {
    height: 60px;
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 40px;
}

header img {
    height: 55px;
}

.container-login {
    margin: 0 0;
    width: 100%;
    background-image: url("/Content/assets/img/main-background.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.form-login {
    position: absolute;
    z-index: 10;
    right: 135px;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
    display: flex;
    border-radius: 2rem;
    padding-bottom: 24px;
    /* make glass effect background */
    background: rgba(24, 125, 219, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.form-login .body-form {
    width: 100%;
    padding: 12px 24px;
}

.form-login .form-group {
    width: 100%;
}

.form-group .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CED4DA;
}

.form-parent {
    position: relative;
    width: 80%;
}

.activity-image {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 135px;
    width: calc(100% - 600px);
}

.activity-image .card {
    background: rgba(24, 125, 219, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    width: 100%;
    border-radius: 2rem;
}

.activity-image .card .card-body {
    padding: 20px;
}

.carousel-item {
    overflow: hidden;
    border-radius: 2rem;
}

.carousel-item img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    border-radius: 2rem;
}

@media (max-width: 420px) {
    .form-login {
        position: relative;
        width: 100%;
    }

    .container-login {
        padding: 12px;
    }

    .form-parent {
        width: 100%;
    }
}
/* New CSS */
