@font-face {
    font-family: 'light';
    src: url(../../assets/fonts/Balboa-UltraLight/font.ttf);
}
/* RESET */
*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

html {
    background-color: #FFFFFF;
}

#body-content {
    color: #001212;
    display: flex;
    flex-direction: column;
    font: 62.5% 'light', sans-serif;
    font-size: 1.1rem;
    min-height: 100vh;
    padding-top: 180px;
    overflow-x: hidden;
    width: 100%;
}

@media (max-width: 1024px) {
    #body-content {
        padding-top: 150px;
    }
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}
/* END RESET */

/* #body-content.dark { background-color: #003838; color: #fff } */

#body-content #header_logo_white { display: none; }
#body-content.dark #header_logo_white { display: initial; }

#body-content #header_logo_black { display: initial; }
#body-content.dark #header_logo_black { display: none; }

#body-content.dark h1,
#body-content.dark h2,
#body-content.dark h3 { font-weight: 100; }

input[type="checkbox"] {
    accent-color: #FBA00B;
    margin-right: 7px;
}

.logo{
    text-align: center;
    margin-bottom: 20px;
}

.logo img {
    margin: 50px 0;
    width: 150px;
}

.step, .title{
    text-align: start;
    margin-bottom: 15px;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.box{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 40%;
}

.box>*{
    width: 100%;
}

.form_body{
    width: 100%;
    height: auto;
}

.form_input {
    /* background: #003838; */
    border-radius: 5px;
    font-weight: 100;
    color: black;
    font-size: 1rem;
    margin: 10px 0 10px 0;
    padding: 13px 0;
    width: 100%;
}

.form_input_field {
    padding-left: 10px;
}

#form_error {
    color: rgb(247, 64, 64);
    font-weight: 700;
    padding: 7px 0;
    min-height: 40px;
    text-align: center;
}

#body-content.dark .form_input {
    /* background: #fff; */
    /* color: #003838; */
    font-weight: 700;
}

/* .form_input{
    background: #003838;
    font-weight: bold;
    height: 50px;
    width: 100%;
    margin: 10px 0 10px 0;
} */

.note{
    font-size: 0.8rem;
    font-style: italic;
    margin: 5px 5px 25px 5px;
}

.news{
    padding-top: 25px;
}

.text_age,
.phone{
    margin-top: 1rem;
}

#phone_code {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.pass{
    color: #FBA00B;
}

#phone-form1-1 {
    flex-basis: 30%;
    text-align: center;
}

#card_code_pass, #pass_success {
    background-color: #ffffff7d;
    border-radius: 5px;
    color: black;
    font-size: 1.4rem;
    padding: 0.5rem;
    text-align: center;
}

#pass_success {
    padding: 26px;
    margin-bottom: 52px;;
    min-width: 60vw;
}

#pass_success .small-info {
    margin-top: 26px;
}

.validate_btn {
    background-color: #fba00b;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    margin: 7px 0;
    padding: 13px;
    text-align: center;
    width: 100%;
}

.validate_btn:hover {
    background-color: #e68e00;
    cursor: pointer;
}

input{
    color:#fff;
    font-size: 1.2rem;
}

input:focus-within {
    border: 2px ridge #FBA00B;
}

#register_form_btn {
    background-color: #fba00b;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    margin: 10px 0;
    padding: 13px;
    text-align: center;
    width: 100%;
}

#register_form_btn:hover {
    cursor: pointer;
}

/* .btn_input{
    background: #fba00b;
    font-weight: bold;
    color:#fff;
    font-size: 1.5rem;
    height: 50px;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
}

.btn_input:hover{
    background: linear-gradient(to right, #FBA00B 50%, #FFF 50%);
    background-size: 300% 100%;
    background-position: right bottom;
    border-color: #FFF !important;
    color: #FBA00B !important;
    transition: all 0.8s ease;
} */

.log{
    flex-direction: row;
    margin: 15px 0 15px 0;
   
}

.login{
    color: #fba00b;
}

.social{
    margin-top: 70px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.facebook{
    align-items: center;
    display: flex;
    height: 50px !important;
    margin-top: 5px;
}

.facebook img {
    height: 38px;
}

.google{
    height: 50px;
    margin: 50px;
    display: flex;
    align-items: center;
}

.face {
    display: flex;
    width: 250px;
    background: #3B579D;
    color: #fff;
    text-align: center;
    margin: 5px;
    border-radius: 2px;
    padding: 6px;
    cursor: pointer;
}
.google:hover,
.face:hover,
.pass:hover,
#redirect_login_from_register:hover,
#redirect_cga_from_register:hover,
#register_form_btn:hover {
    opacity: 80%;
}
.google,
.face,
.pass,
#redirect_login_from_register,
#redirect_cga_from_register,
#register_form_btn {
    transition: 0.3s;
}

#google_sub{
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
}

.face>span{
    font-size: 1.2rem;
    font-weight: 100;
    margin: 4px;
    padding-left: 20px;
    text-align: center;
    transform: translate(5%, 24%);
}

/* .face:hover{
    background: linear-gradient(to right, #385898 50%, #FFF 50%);
    background-size: 300% 100%;
    background-position: right bottom;
    border-color: #FFF !important;
    color: #385898 !important;
    transition: all 0.8s ease;
}
#google_sub:hover{
    border-color: #385898 !important;
} */

/* RESPONSIVE */

@media (max-width: 1080px){
    .box{
        width: 60%;
    }

    .form_input{
        height: 40px;
    }

    input{
        font-size: 1rem;
    }
}


@media (max-width: 700PX){
    .box{
        width: 80%;
    }

    .form_input{
        height: 30px;
    }

    input{
        font-size: .8rem;
    }

    .text_news, .phone{
        /* font-size: .8rem; */
        line-height: 1.2rem;
    }

    .btn_input{
        font-size: 1.2rem;
    }

    .face>span{
        font-size: 1rem;
    }

    .social{
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .face{
        margin-bottom: 50px;
        width: 250px;
    }
}

#input_pass_box {
    margin-top: 1rem;
}

#input_pass {
    margin-top: 1rem;
}

#input_pass_box:hover { cursor: pointer; }
#input_pass_box input:hover { cursor: pointer; }
#input_pass_box label:hover { cursor: pointer; }

/* LOADER */

#body-content.wait * {
    cursor: wait !important;
}

#loading-mask {
    align-items: center;
    background-color: rgba(56, 56, 56, 0.56);
    display: none;
    justify-content: center;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 2;
}

#loading-mask.show { display: flex; }

#loader {
    position: relative;
    z-index: 1;
}

#loader div.loader-part {
	animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border: 8px solid #fff;
	border-color: #FBA00B transparent transparent transparent;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
    height: 160px;
    left: -80px;
	margin: 8px;
    position: absolute;
    top: -80px;
	width: 160px;
	z-index: 1;
}

#loader div.loader-part:nth-child(1) { animation-delay: -0.45s; }
#loader div.loader-part:nth-child(2) { animation-delay: -0.3s; }
#loader div.loader-part:nth-child(3) { animation-delay: -0.15s; }

#loader div.loader-text {
	color: #FBA00B;;
	box-sizing: border-box;
    font-size: 4rem;
    font-weight: 700;
	left: -106px;
    margin: 0;
	position: absolute;
	text-align: center;
	top: -250px;
	z-index: 2;
}

#loader div.loader-icon {
	color: #FBA00B;
	box-sizing: border-box;
	font-size: 6rem;
	left: -25px;
	margin: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	top: -42px;
	z-index: 1;	
}

@keyframes loading {
    0% { transform: rotate( 0deg ); }
    100% { transform: rotate( 360deg ); }
}

/* END LOADER */

#forgotten-pass { display: none; text-align: center; }
#forgotten-pass.show { display: block; }