
#see_more{
    border: 2px solid transparent;
    width: 12%;
    padding: 9px;
    border-radius: 10px;
    text-align: center;
    transition: 1.5s;
}

.navbar-inverse{
    height: 4em;
}

#see_more:hover{
    border: 2px solid #ffff;
}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.form{
    overflow-y: hidden;
    transition: 2s;
}
.radios{
    width: 30rem;
}
#choice{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -2%;
}
#choice li{
    border: 2px solid transparent;
    border-radius: 5px;
    display: inline-block;
    transition: 1.5s;
}
label{
    width: 11.5rem;
    min-height: 20px;
    padding: 15px;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 1.3rem;
    cursor: pointer; 
    border-radius: 30px;
    text-align: center;
    color: white;
    height: 2.7em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #585858;
}

label:hover{
    background-color: #2a2a2a;
}

#div-password{
    display: flex;
    flex-direction: column;
    
}
#div-confirm-password{
    display: flex;
    flex-direction: column;
    
}
.material-symbols-outlined {
    direction: rtl;
    user-select: none;
    margin-left: 92%;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    cursor: pointer;
    margin-top: -29px;
    margin-right: 3px;
}


.navbar-inverse .container{
    display: block;
}

.navbar-right {
    float: right!important;
    position: absolute;
    right: 15px;
}

@media (max-width: 426px){
    #divRecaptcha{
        transform: scale(0.88);
        margin-left: -7px;
    }
    .page-header h1{
        font-size: 2.5em;
    }
    .navbar{
        margin-bottom: 0px;
    }
    .col-md-4{
        margin-top: 5%;
    }
    .img-magic{
        display: none;
    } 
}
@media(max-width: 690px) and (min-width: 427px){
    .img-magic{
        display: none;
    }
    
    .col-md-4{
        font-size: 1.3em;
    }
    .form{
        width: 45vw;
    }
}
@media(max-width: 768px) and (min-width: 691px){
    .img-magic{
        display: none;
    }
    
}
@media (max-width: 1025px) and (min-width: 769px){
    .img-magic{
        width: 30%;
    }
    .magic-img{
        width: 100%;
    }
    .col-md-4{
        font-size: 1.3em;
    }

}
@media (max-width: 1999px) and (min-width: 1026px){
    .img-magic {
        position: absolute;
        width: 30%;
        right: 0;
        top: 25%;
    }
    .magic-img{
        width: 100%;
    }

}

@media(min-width: 2000px) {
    .navbar-brand {
        font-size: 4em;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
        margin-left: -20%;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #9d9d9d;
        font-size: 4em;
    }
    .navbar-right {
        float: right!important;
        margin-right: -35%;
    }
    h1{
        font-size: 9em;
    }
}

.content{
    background-color: #ffffff69;
    width: 35%;
    height: 43rem;
    border-radius: 14px;
    box-shadow:  -4px 3px 5px;
}

.page-header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.img-magic{
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 3%;
}
h1{
    font-size: 2rem;
    color: black;
}

#choice-0, #choice-1{
    display: none;
}

#escolhido{
    background-color: #2a2a2a;
    color: #ffff;
}

.col-md-4 {
    width: 100%;
    font-size: 1.1vw;
}
footer{
    display: none;
}
.footer-section{
    display: flex;
    align-items: center;
}
#divRecaptcha{
    transform: scaleX(0.8) scaleY(0.62);
}
#submit{
    height: 4rem;
    transform: scaleX(1.5) scaleY(1);
    margin: 0 1.2rem;
    background-color:#2a2a2a;
    color: #ffff;
}


#username{
    text-transform: uppercase;
}

@media(max-width: 1200px){
    .radios{
        width: 90%;
    }
    label{
        width: 8.5rem;
        font-size: 1rem;
    }
    #submit{
        height: 100%;
        margin: 0;
        transform: scaleX(1) scaleY(1);
    }
    #divRecaptcha {
        margin-left: -15px;
        transform: scaleX(0.6) scaleY(0.46);
    }
}

@media(max-width: 992px){
    #divRecaptcha {
        margin-left: -65px;
        transform: scaleX(0.5) scaleY(0.46);
    }
    #choice{
        margin-left: -35px;
    }
}

@media(max-width: 735px){
    #divRecaptcha {
        margin-left: -65px;
        transform: scaleX(0.4) scaleY(0.46);
    }
}
@media(max-width: 691px){
    #divRecaptcha {
        margin-left: -85px;
        transform: scaleX(0.4) scaleY(0.46);
    }
    label {
        width: 7rem;
        font-size: 0.7rem;
    }
    .form-control{
        width: 100%;
    }
    .material-symbols-outlined {
        width: 15%;
        direction: ltr;
        margin-left: 85%;
    }
}