@font-face {
	font-family: "futura";
	src: url("../util/fonts/urbanist_extra_bold_italic.otf") format("truetype");
}
@font-face {
	font-family: "futura_book";
	src: url("../util/fonts/urbanist_regular.ttf") format("truetype");
}

body {
	background-color: #1365B7;
	font-family: "futura_book";
}

a {
	color: gray;
}
a:hover {
	color: #29487D;
}

.top {
	width: 100%;
	height: 60px;
	float: left;
	box-sizing: border-box;
}

.content-left {
	width: 33%;
	height: 550px;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.content-center {
	width: 33%;
	height: 550px;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	padding-top: 15%;
	position: relative;
	font-size: 20pt;
	cursor: default;
}

.content-center p {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.content-right {
	width: 33%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding-top: 50px;
}

.img-android-down {
	width: 240px;
}

.img-ios-down {
	padding: 0 17px 17px 17px;
	width: 270px;
}

.div-right-downloads {
	display: none;
	margin-left: 13%;
}

.fields-login {
	margin-bottom: 0px;
}

.check-remember {
	box-sizing: content-box; 
	float : left;
	padding: 0 0 0 10px;
	float: left;
}

[type="checkbox"]:checked + label::before {
    border-color: transparent #1365B7 #1365B7 transparent;
}

.login-panel {
	width: 70%;
	max-width: 300px;
	padding: 10px 10px 25px;
	border-radius: 0 0 7px 7px;
}

.login-logo {
	float:left; 
	width:70%;
	max-width: 300px;
	background-color: #C7C9C5;
}

.img-logo {
    float: left;
    width: 50px;
}

.brand-logo-left-text {
	color: #1365b7;
	cursor: default;
	float: left;
	font-family: "futura";
	font-size: 15pt;
	line-height: 1;
	margin-left: 7px;
	margin-top: 15px;
	text-shadow: 3px 2px 2px #A3A3A3;
}

.link {
	cursor: pointer;
}

.social-network {
	width: 45%;
	text-align: center;
}

.color-icon {
	color: gray !important;
}

.btn-facebook {
	background: #29487D none repeat;
}
.btn-facebook:hover {
   background-color: #1365B7;
}

.btn-google {
	background-color: #EFEFEF;
}
.btn-google:hover {
	background-color: #DBDCDA;
}

.btn-login {
	background-color: #C7C9C5;
	color: #1365b7;
	font-family: "futura";
	margin-top: -10px;
	margin-bottom: 5px;
	padding-top: 1px;
}
.btn-login:hover {
	background-color: #E1E1E1;
}
.btn-login:after {
	background-color: #C7C9C5;
}

.footer-login {
    font-family: "futura_book";
	font-size: 9pt;
/*     font-weight: bold; */
    margin-top: 6px;
}

.modal-recovery {
	width: 33%;
	overflow-y: visible;
	padding: 0px;
}

.modal-text-header {
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-shadow: black;
}

.modal-footer-cancel {
	float: left;
	font-weight: bold;	
}

@media screen and (max-width: 1100px) {
	.content-left, .content-center, .top {
		display: normal;
	}
	.content-right {
		width: 33%;
	}
	
	.modal-recovery {
		width: 33%;
	}
	
	.div-right-downloads {
		display: none;
	}
}

@media screen and (max-width: 1099px) {
	.content-left, .content-center, .top {
		display: normal;
	}
	
	.content-center {
		display:none;
	}
	
	.content-right, .content-left {
		width: 50%;
	}
	
	.modal-recovery {
		width: 50%;
	}
	
	.div-right-downloads {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.content-left, .content-center, .top {
		display: normal;
	}
	
	.content-center {
		display:none;
	}
	
	.content-left {
		width: 50%;
	}
	
	.content-right {
		width: 50%;
		float: right;
	}
	
	.login-panel {
		width: 85%;
	}
	
	.login-logo {
		width: 85%;
	}
	
	.modal-recovery {
		width: 85%;
	}
	
	.div-right-downloads {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.content-left, .content-center, .top {
		display: none;
	}
	.content-right {
		width: 99%;
	}
	
	.login-panel {
		width: 70%;
		margin-left: 13%;
	}
	
	.login-logo {
		margin-left: 13%;
		width:70%;
	}
	
	.modal-recovery {
		width: 85%;
	}
	
	.modal-footer-cancel {
		float: right;
	}
	
	.div-right-downloads {
		display: flex;
	}
}