@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    background-color: #dbdbdb;
}

/**SEÇÃO DO FORMULÁRIO**/
a {
	cursor: pointer;
}

h6 span{
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.section{
    position: relative;
    width: 100%;
    display: block;
}

/**ESTILIZAÇÃO DOS FORMATOS DO CARTÃO DE FORM**/
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
}

.checkbox:checked + label,
.checkbox:not(:checked) + label{
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 16px;
    border-radius: 8px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    background-color: #fd9b7e;
}

.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before{
    position: absolute;
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #ffeba7;
    background-color: #db541f;
    font-family: 'unicons';
    content: '';
    z-index: 20;
    top: -10px;
    left: -10px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s ease;
}

.checkbox:checked + label:before {
    transform: translateX(44px) rotate(-270deg);
}

/**ESTILIZAÇÃO DOS FORMATOS DO CARTÃO DE FORM**/
.card-3d-wrap {
    position: relative;
    width: 400px;
    max-width: 100%;
    height: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800px;
    margin-top: 100px;
}

.card-3d-wrapper {
    width: 100%;
    height: 600px;
    position:absolute;    
    top: 0;
    left: 0;  
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out; 
}

.card-front, .card-back {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-back {
    transform: rotateY(180deg);
}

.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);
}

.center-wrap{
    position: absolute;
    width: 100%;
    padding: 0 35px;
    top: 46%;
    left: 0;
    transform: translate3d(0, -50%, 35px) perspective(100px);
    z-index: 20;
    display: block;
}

/**INPUTS DO FORMULÁRIO**/
.form-group{ 
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.form-style {
    padding: 13px 20px;
    padding-left: 40px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    outline: none;
    color: #000000;
    background-color: #dbdbdb;
    border: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}

.form-style:focus,
.form-style:active {
    border: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}

.form-group input:-ms-input-placeholder  {
    color: #000000;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input::-moz-placeholder  {
    color: #000000;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:-moz-placeholder  {
    color: #000000;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input::-webkit-input-placeholder  {
    color: #000000;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus:-ms-input-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus::-moz-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus:-moz-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus::-webkit-input-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/**BOTÕES DO FORMULÁRIO**/
.btn{  
    border-radius: 4px;
    height: 44px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition : all 200ms linear;
    transition: all 200ms linear;
    padding: 0 30px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    background-color: #f07d5a;
    color: #f0f0f0;
    box-shadow: 0 8px 24px 0 rgba(255,235,167,.2);
}

.btn:active,
.btn:focus{  
    background-color: #e44e13;
    color: #ffeba7;
    box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}

.btn:hover{  
    background-color: #e44e13;
    color: #ffeba7;
    box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}


/**SELETOR DE TEMA**/
#sun {
    width: 35px;
    height: 35px;
}

.main-login {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-login {
    margin-top: 10px;
    font-family: 'Titillium Web', sans-serif;
    width: 25vw;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 20px;
}

.left-login > h1 {
    color: #f07d5a;
    text-align: center;
    font-family: 'Protest Riot', sans-serif;
}

.right-login {
    width: 75vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-login-image {
    width: 40vw;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 600px) {
    #planta {
        display: none;
    }
    
    .main-login {
        flex-direction: column;
    }

    .left-login > h1 {
        display: none;
    }

    .left-login {
        width: 100%;
        height: auto;
    }

    .left-login-image {
        width: 75vw;
    }

    .right-login {
        width: 100%;
        height: auto;
    }

    .container {
        margin: 0;
        padding: 0;
    }

    .card-front {
        width: 85%;
        left: 30px;
    }
    .card-back {
        left: 30px;
        width: 85%;
    }
}

.errormessage {
    background-color: #f0f0f0 !important;
    border: none;
}

.submit-cart {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

.submit-cart a {
    color: #f07d5a;
    text-decoration: none;
}

.recaptcha-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 620px;
}

.mt-x {
    margin-top: 10px;
}

.dbdp {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
}

#id_birth_date {
    width: 100%;
}

.dbdp div {
    border-radius: 10px !important;
    background-color: #dbdbdb !important;
    color: #000000 !important;
}