@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
body {
    font-family: "Prompt", sans-serif;
}

.cardRegister {
    width: 95%;
    max-width: 750px;
    background-color: #ffffff;
    margin-top: 1.5rem;
    border-radius: 1.8rem;
}

.cardRegPH {
    width: 100%;
    min-height: 40vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cardRegister .headerCard {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.btnSelectTypePH {
    font-size: 18px;
    color: #ffffff;
    background-color: #2484c6;
    border-radius: 1.5rem;
    border: 1px solid #2484c6;
}

.btnSelectTypePH:hover {
    background-color: #ffffff;
    border: 1px solid #2484c6;
}

.bodyRegister {
    min-height: 100vh;
    background-image: url("../images/register/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    padding: 1rem 3rem;
}

.containRegister {
    max-width: 1200px;
    margin: 0 auto;
}
.containRegister.intro{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.cardIntro{
    background-image: url("../images/register/bgCardIntro.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4rem 4.6rem;
    
}
.imgLogoReg {
    width: auto;
    height: 70px;
}

.imgTitleRegister {
    width: 85%;
    max-width: 700px;
}
.imgTitleIntro {
    width: 80%;
    max-width: 550px;
}
.setBGTooth{
    background-image: url('../images/register/bgTooth.png');
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.boxForm {
    background-color: #f1f2f2;
    width: 95%;
    margin: 0 auto;
    padding: 4rem 2rem;
    box-shadow: -1px 0px 15px 0px rgba(27, 62, 145, 0.75);
    -webkit-box-shadow: -1px 0px 15px 0px rgba(27, 62, 145, 0.75);
    -moz-box-shadow: -1px 0px 15px 0px rgba(27, 62, 145, 0.75);
    border-top-right-radius: 3rem;
    margin-top: 1rem;
}

.titleTxtRegister {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500;
    color: #060e9f;
}

.subTitleTxtRegister {
    font-size: 16px;
    font-weight: 500;
    color: #58595b;
    margin-bottom: 0;
}

.btnLinkReg {
    box-shadow: none;
    background-image: url("../images/register/btn.png");
    width: 270px;
    height: 70px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    padding: 0 0;
}

.btnLinkReg:hover,
.btnLinkReg:active,
.btnLinkReg:focus,
.btnLinkReg:focus-within,
.btnLinkReg:focus-visible {
    box-shadow: none;
    color: #ffffff;
}

.btnLinkReg.btnLinkReg2 {
    width: 250px;
    height: 60px;
}

.custom-control-label {
    font-size: 16px;
    font-weight: 500;
    color: #060e9f;
}

.custom-control-label.policy,
.txtLiknkPolicy {
    color: #58595b;
    font-size: 13px;
}
.txtLiknkPolicy {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #060e9f;
    text-decoration: underline;
}
.custom-control-label.policy::before {
    background-color: #ffffff;
}
.custom-control-label::before {
    background-color: #060e9f;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #060e9f;
    border-color: #060e9f;
}

.col.col-form-label {
    color: #58595b;
    font-weight: 500;
}

.form-control {
    background-color: #d2d3d5 !important;
    border-radius: 1.5rem;
}
.swal2-title.titleAlert {
    color: #060e9f;
    margin-top: 1rem;
}
.swal2-popup.bgAlert {
    background-image: url("../images/register/bgThank.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2rem;
}
.swal2-styled.swal2-confirm.btnLinkReg,
.swal2-styled.swal2-confirm.btnLinkReg:hover,
.swal2-styled.swal2-confirm.btnLinkReg:active,
.swal2-styled.swal2-confirm.btnLinkReg:focus,
.swal2-styled.swal2-confirm.btnLinkReg:focus-visible,
.swal2-styled.swal2-confirm.btnLinkReg:focus-within {
    box-shadow: none!important;
    background-image: url("../images/register/btn.png")!important;
    width: 240px;
    height: 60px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    padding: 0 0;
    background-color: transparent!important;
    outline: none;
}
.select2.select2-container.select2-container--default{
    width: 100%!important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #d2d3d5 !important;
    border-radius: 1.5rem;
}
.select2-container--default .select2-selection--single{
    background-color: transparent;
    border: none;
}

@media screen and (max-width: 515px) {
    .bodyRegister {
        padding: 1rem 1rem;
    }

    .imgLogoReg {
        height: 45px;
    }

    .titleTxtRegister {
        font-size: 22px;
    }

    .boxForm {
        padding: 2.5rem 1.2rem;
    }
    .boxForm.boxFormRegister {
        width: 100%;
        padding: 2.5rem 0.9rem;
    }
    .subTitleTxtRegister {
        font-size: 14px;
    }

    .btnLinkReg {
        font-size: 14px;
        width: 250px;
        height: 62px;
    }
    .cardIntro{
        padding: 2rem 2rem;
    }
    .imgTitleIntro{
        width: 95%;
    }
}
@media screen and (max-width: 379px) {
    .bodyRegister{
        padding: 1rem 0.75rem;
    }
    .custom-control-label{
        font-size: 14px;
    }
    .col.col-form-label{
        font-size: 14px;
    }
    .form-group{
        margin-bottom: 0.35rem;
    }
}