@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;
}

.pageRegister {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    background-color: #e6c15f;
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 3rem;
}
.textForgot{
    font-size: 0.75rem;
    font-weight: 400;
}
.pageRegister .bgTopAbsolute {
    position: absolute;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    background-image: url("../images/signup/bgTop.jpg");
    background-size: cover;
    background-position: bottom center;
    top: 0;
    left: 0;
    right: 0;
}
.btn.btn-pre-next{
    background-color: #52a6ca;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.85rem;
}
.pageRegister .yourstorylogo {
    width: 60%;
    max-width: 420px;
}
.pageRegister .cardRegister {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4rem 3.5rem;
    margin-top: 2rem;
    border-radius: 3rem;
}
.cardRegister.noRad {
    border-radius: 0;
}
.cardRegister .labelSignUp {
    margin-bottom: 0;
    font-weight: 500;
    color: #4d4d4d;
}
.labelForm2{
    margin-bottom: 0;
    font-weight: 500;
    color: #4d4d4d;
}
.form-signup {
    background-color: #cbcbcb;
    border-radius: 0;
}
.btn-SingUp {
    background-color: #d12b2d;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.2rem;
    min-width: 200px;
    border-radius: 2rem;
}
.textIntro {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 1.25rem;
}
.textIntroDate{
    color: #4d4d4d;
    font-weight: 500;
    font-style: italic;
    font-size: 1.25rem;
}
.dBlockInlineForm{
    font-size: 1.3rem;
    color: #4d4d4d;
    font-weight: 500;
}
.dBlockInlineForm input.form-control{
    border-radius: 0;
    background-color: #cbcbcb;
    width: 120px;
    display: inline-flex;
}
.hrDisney{
    border-top: 2px solid #cbcbcb;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.textThank1{
    margin-top: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    color: #4d4d4d;
}
.textThank2{
    font-size: 1.5rem;
    font-weight: 400;
    color: #4d4d4d;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
    .cardRegister .col-label {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    .col-form2{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .textIntro {
        color: #4d4d4d;
        font-weight: 400;
        font-size: 1rem;
    }
    .textIntroDate{
        color: #4d4d4d;
        font-weight: 500;
        font-style: italic;
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .cardRegister .col-label {
        text-align: left;
    }
    .pageRegister .cardRegister {
        padding: 2rem 1.5rem;
    }
    .textIntro {
        color: #4d4d4d;
        font-weight: 400;
        font-size: 0.95rem;
    }
    .textIntroDate{
        color: #4d4d4d;
        font-weight: 500;
        font-style: italic;
        font-size: 0.95rem;
    }
    .textThank1{
        margin-top: 1.5rem;
        font-size: 1.3rem;
        font-weight: 500;
        color: #4d4d4d;
    }
    .textThank2{
        font-size: 1.2rem;
        font-weight: 400;
        color: #4d4d4d;
        margin-bottom: 1.5rem;
    }
}
