.footer {
	display: none;
}

.ft_main {
	width: 100vw;
	height: 100vh;
	background-image: url(/images/app/Blue-Square-Toolkit-Free-Trial.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.ft_form_container {
    height: fit-content;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0px auto;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.ft_form_wrapper {
    height: -webkit-fill-available;
    width: -moz-available;
}

.ft_form {
	padding-top: 60px;
    padding-bottom: 60px;
    margin: 0px auto;
    overflow: auto;
    padding-right: 20px;
}

#ft_full_form {
	height: 100%;
}

.ft_form_back {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 32px;
}

.form_return_back_container {
	position: absolute;
    left: 18px;
    top: 20px;
}

.form_return_back_container span {
	padding-left:10px;
	color: #000;
}

.form_return_back_container span:hover {
	text-decoration: underline;
}

.ft_form_return_back {
	max-width: 32px;
    margin-top: -4px;
}

#ft_full_form {
	background: #fff;	
}

.ft_form_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.ft_form_subtitle {
	font-size: 16px;
	margin-bottom: 40px;
}

.ft_form_input_label {
	font-size: 16px;
	margin-bottom: 10px;
}

.ft_Form_input {
    position: relative;
}

.ft_form_button_container {
	margin-top: 10px;
}

.ft_form_account {
	margin-top: 20px;
	text-align: center;
}

.ft_form_image {
	position: relative;
	background-color: #87c3eb;
	background-image: linear-gradient(19deg, #87c3eb 0%, #16387d 100%);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 30%;
}

.ft_form_right_content {
    padding: 15px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    color: #fff;
}

.ft_form_testimonial {
	margin-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
}

.ft_form_testimonial_source {
	font-size: 16px;
}

.ft_form_disclaimer {
    font-size: 14px;
    margin-top: 20px;
}

.ft_a {
	color: blue;	
}

.ft_a:hover {
	text-decoration: underline;
}

.ft_return_container {
	height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
}

.ft_return_content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: max-content;
}

.ft_return_text {    
    margin-bottom: 60px;
}

.ft_return_mail {
	display: inline-block;
	padding: 1vw 1vw 1vw 1vw;
	margin: 0px 15px 0px 15px;
	border-radius: 10px;
    border: 1px solid #f0effa;
    transition: border 0.3s linear;
}


.ft_return_mail:hover {
	border: 1px solid #16387D;
}

.ft_return_gmail, .ft_return_outlook {
	max-height: 100px;	
}

.ft_ortto_form {
	visibility: hidden;
	position: absolute;
}

.ft_geo_cont {
	padding-left: 20px;
}

/* -- Start Mobile Styles ------------------------------------------------------------ */

/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 

}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
 
}

/* -- Tablets (Android) ------------------------- */

/*Portrait*/
@media (min-width: 768px) and (max-width: 1024px) {	
	.ft_form_container {
		height: fit-content;
		width: 60vw;
	}
	
	.ft_return_content {
		font-size: 21px !important;
	}
}

/*Landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
}

/* -- Custom ------------------------------------------------------------------- */
/*-- Portrait -- */
@media screen and (max-width: 790px) and (max-aspect-ratio: 13/9) { 
	.ft_form_container {
	    width: 100vw;
	    height: fit-content !important;
	    border-radius: 0px;    
	}
	
	.ft_return_content {
		width: 100vw;
	    font-size: 16px;
	}
	
	.ft_form {
		width: 80vw !important;
	}
	
	.ft_form_image {
		display: none;
	}
}
/* ------------------------------------------------------------------------------ */

/* -- End Mobile Styles -------------------------------------------------------------- */