/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template

 
    Created on : Oct 29, 2023, 6:50:36 AM
    Author     : phanl*/

@import url("https://fonts.googleapis.com/css2?family=Playpen+Sans&family=Roboto:ital,wght@0,300;0,400;0,500;1,300&display=swap");

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    opacity: 1;
    overflow-y: hidden;
    margin: 0;
    background-color: #f5f5f5;
    height: 100%;
}

form {
    width: 100%;
}

.login_box-title {
    background: linear-gradient(165deg, #0120d4 1.62%, #8d4df3 99.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.containerr {
    max-width: 95%;
    margin: auto;
}

.signup__content {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.img__logo--signup {
    width: 50%;
    overflow: hidden;
}

.login_box {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    width: 100%;
    margin: auto;
}

.div__ipt {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #808190;
}

.ipt-rally {
    border: none;
    outline: none;
    background: #fafafa;
    color: #808190;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    padding: 5px 10px;
    width: 100%;
}

.ipt-rally--icon {
    background: #fafafa;
    color: #808190;
    font-size: 18px;
    font-style: normal;
    padding: 10px;
}

.ipt-gender {
    padding: 7px 0;
}

.ipt-lable {
    color: #464646;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
}

.login_now {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.signin_now {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
}

/*.error {
  border: 1px solid red;  
  border-radius: 10px;
}*/

.error-message {
    color: red;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.rules--desc {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

#user-logo {
    width: 50%;
}

.login_box > h2 {
    margin-top: 15px;
    text-align: center;
}

.login_box .registry-mesg {
    text-align: center;
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
}

.login_box > button {
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: #2e2ede;
    height: 50px;
    color: #fff;
}

.tooltip-inner {
    background-color: #e05454; /* Màu nền */
    color: #fff; /* Màu chữ */
    font-size: 14px; /* Kích thước chữ */
    padding: 10px; /* Khoảng cách */
    border-radius: 5px; /* Bo góc */
    max-width: 100% !important;
}

.custom-tooltip .arrow::before {
    border-top-color: #e05454; /* Màu mũi tên */
}

/*.img-logo {
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    object-fit: contain;
}*/
@media (max-width: 360px) {
    .registry__img {
        display: none;
    }
    .registry__form {
        width: 100%;
    }
}

@media (min-width: 360px) and (max-width: 575.98px) {
    body {
        overflow-y: scroll;
    }

    .registry__img {
        display: none;
    }

    .registry {
        display: flex;
        justify-content: center;
    }

    .registry__form {
        width: 80%;
    }

    .login_now {
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .signin_now {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        text-decoration: underline;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        overflow-y: scroll;
    }

    .registry__img {
        display: none;
    }

    .registry {
        display: flex;
        justify-content: center;
    }

    .registry__form {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        overflow-y: scroll;
    }

    .registry__img {
        display: none;
    }

    .registry {
        display: flex;
        justify-content: center;
    }

    .registry__form {
        width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 199.98px) {
    body {
        overflow-y: scroll !important;
    }
}

@media (min-width: 992px) and (max-width: 199.98px) {
    body {
        overflow-y: scroll !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    body {
        overflow-y: scroll !important;
    }

    .login_box > img {
        height: 80px;
        width: auto;
    }

    .registry {
        display: flex;
        justify-content: space-between;
    }

    .registry__img {
        width: 60%;
        height: 100%;
        position: fixed;
    }

    .registry__form {
        flex: 0 0 auto;
        width: 40%;
        position: absolute;
        right: 0;
    }

    .login_box > h2 {
        margin-top: 10px;
        text-align: center;
    }

    .login_box-title {
        background: linear-gradient(165deg, #0120d4 1.62%, #8d4df3 99.1%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
    }

    .rules--captcha {
        display: none;
    }
}
