body, html{
    height: 100%;
}

.col{
    height: 100%;
}

.banner{
    overflow: hidden;
    position: relative;
}

.banner .bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerLogin{
    padding: 40px 70px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.bannerLogin img{
    position: relative;
    display: block;
}
.bannerLogin h3{
    color: #F1B80F;
    font-family: DM Sans;
    font-size: 24.692px !important;
    margin-bottom: 0 !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 155.9%; /* 38.495px */
}
.bannerLogin p{
    color: #FFF;
    font-family: DM Sans;
    font-size: 20.203px;
    font-style: normal;
    font-weight: 400;
    line-height: 210.4%;
}
.bannerLogin .contacts{
    margin-top: 80px;
}
.bannerLogin .contacts strong{
    color: #FFF;
    font-family: DM Sans;
    font-size: 16.497px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    display: block;
}
.bannerLogin .contacts p, .bannerLogin .contacts a{
    color: #FFF;
    font-family: DM Sans;
    font-size: 16.497px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.bannerLogin .contacts a{
    color: #F1B80F !important;
}
.vincular p{
    color: #46484A;
    text-align: center;
    font-family: Montserrat;
    font-size: 12.243px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.containerOnboarding {
    width: 100%;
    height: 100%;
    background-image: url("../images/bg.svg") !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: left top !important;
    background-color: white;
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.contBox{
    height: 90%;
}
.contBox .row{
    height: 100%;
}
.contBox .banner{
    background: url("../images/backgroundBannerOnboarding.jpg");
    background-size: cover;
    width: 29vw;
    height: 100%;
    min-width: 560px;
    border-radius: 20px;
}
.contBox .col{
    padding: 0;
}
.contForm{
    width: 580px !important;
    padding: 0 80px !important;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.heading h1{
	font-family: DM Sans !important;
    font-style: normal !important;
	color: #000;
    font-size: 25.298px;
    font-weight: 700;
    line-height: normal;
}

.working{
	width: 100%;
	text-align: center;
	display: none;
}

.loading{
	margin-bottom: 30px;
}

#api .intro h2{
	color: #5c5d5f;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.611px;
}

#api .options {
	margin-top: 20px;
}

#api .options button {
	border-radius: 5px;
	background-color: white;
	border: 1px solid #ccc;
	width: 100%;
	height: 50px;
	font-size: 16px;
	margin-bottom: 5px;
}

#GoogleExchange:hover, #GoogleManagedExchange:hover{
	background-color:#e67c5f!important;
	color: white;
	display: none;
	transition: .5s;
	background-image: url(../images/white-google-logo.png);
}
#GoogleExchange, #GoogleManagedExchange {
	background-size: 20px;
	background-position:10% 50%;
	display: none;
	background-image: url(../images/color-google-logo.png);
	background-repeat: no-repeat;
}

#AppleExchange, #AppleManagedExchange {
	background-size: 20px;
	background-position:10% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/apple-black-logo.png);
}
#AppleExchange:hover, #AppleManagedExchange:hover {
	background-color:#000000!important;
	color: white;
	transition: .5s;
	background-image: url(../images/apple-white-logo.png);
}
#MicrosoftAccountExchange, #MicrosoftAccountManagedExchange {
	background-size: 20px;
	background-position:10% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/microsoft-colored.png);
}
#MicrosoftAccountExchange:hover, #MicrosoftAccountManagedExchange:hover {
	background-color:#3188da!important;
	color: white;
	transition: .5s;
	background-image: url(../images/microsoft.png);
}
#api .divider{
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	margin: 40px auto;
	border-top: 1px solid #BABABA;
}

#api .divider h2{
	display: block;
    margin: 0px auto 0 !important;
    width: 30px;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    left: calc(50% - 15px);
    right: 50%;
    top: -10px;
    color: #BABABA;
    background: #fff;
	font-size: 16px
}

#api #localAccountForm .divider{
	display: none !important;
}

#api .create{
	position: inherit;
	color: #8692A6;
    right: 50px;
    top: 0;
    font-family: DM Sans;
    font-size: 18.179px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.611px; /* 155.556% */
	width: 100%;
}

#api .create a{
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    background: #6c757d;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-family: Montserrat;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 15px!important;
    text-transform: uppercase;
    width: 100%;
}

#api .entry{
	margin-top: -5px
}

#api .entry-item{
	display: flex;
	flex-direction: column;
	margin: 25px auto
}

#api .entry-item label{
	color: #46484a;
    font-family: DM Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
}

#api .entry-item input{
	background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    height: 64px;
	padding: 10px; 
}

input[type="text"]:focus, input[type="password"]:focus, input[type="submit"]:focus, input[type="date"]:focus, input[type="number"]:focus, input[type="email"]:focus, select:focus{
    box-shadow: 0 0 0 0.15rem #F3B90E !important;
    border: 1px solid #F3B90E !important;
}
input[type="text"]:focus-visible, input[type="password"]:focus-visible, input[type="submit"]:focus-visible, input[type="date"]:focus-visible, input[type="number"]:focus-visible, input[type="email"]:focus-visible, select:focus-visible{
    outline: none;
}

#api .buttons #next{
	display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
	background: #f3b90e;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-family: Montserrat;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 15px!important;
    text-transform: uppercase;
	width: 100%;
}

#api #forgotPassword{
    color: #F3B90E;
	text-decoration: none;
	line-height: 2px;
}

#api .error{
	color: red;
}

@media (max-width: 500px){
	.vAlign{
		margin: 0 60px;
	}
	.contForm{
		display: flex;
		justify-content: center;
		padding: 0 !important;
		width: 100% !important;
	}
}

@media (max-width: 391px){
	.password-label{
		line-height: 0;
    	margin-bottom: 20px;
	}
}

@media (max-width: 760px){
	#api .divider h2 {
		background-color: #f9f9f9;
	}
}

@media (max-width: 922px){
	#api .create{
		position: inherit;
		margin: auto;
		margin-top: 20px;
		width: 100%;
	}

	.left-side{
		display: none !important;
	}
}

@media (max-width: 750px){
	.containerOnboarding {
		height: fit-content;
		padding: 60px 0;
	}
}