* {
	font-family: "Montserrat";
	margin: 0;
	font-size: 16px;
	outline: none;
}

h1, 
h2,
h3,
h4,
h5 {
	color: #224466!important;
}

.bg-grey {
	background-color: #EFF2F7;
}

.title-login {
	font-size: 50px;
	margin: 0 0 50px;
	padding: 0;
}
.text-center{
	text-align: center;
}

.btn-readmore {
	color: #224466;
	display: flex;
	font-weight: 600;
	transition: all .5s;
	align-items: center;
}
.btn-readmore:hover {
	text-decoration: none;
	color: #224466;
	opacity: 0.75;
}
.btn-readmore .bi {
	color: #31ACE2;
	display: inline-block;
	margin-left: 25px;
	font-size: 30px;
	line-height: 1;
}

.title_sec {
	font-size: 30px;
	margin: 0 0 30px;
	line-height: 1.2;
	padding: 0;
	font-weight: 600;	
	color: #224466;
}
.title_main_sec {
	font-size: 40px;
	margin: 0 0 30px;
	line-height: 1.2;
	padding: 0;
	font-weight: 600;	
	color: #224466;
}
.alert-icon {

}
.alert-icon .info-alert-img {
	max-width: 40px;
	position: absolute;
	top: -20px;
}
.alert-icon .info-alert-img.center {
	left: 50%;
	margin-left: -20px;
}
.fs-4 {
	font-size: 22px;
	margin: 0 0 30px;
	line-height: 1.2;
	padding: 0;
	font-weight: 600;	
	color: #224466;	
}

.login-section {
	color: #224466;
	padding: 2.2%;
	min-height: 30vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    box-sizing: border-box;
}
.login-section > .container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#login-app-menu {
	width: 32vw;
	margin: 0 auto;
}

.border-top {
	margin-top: 70px;
	border-top: 1px solid #C0CCDA;
	position: relative;
	padding-top: 20px;
}
.border-top::before{
	position: absolute;
	content: '';
	width: 100px;
	height: 2px;
	top: -1px;
	left: 0;
	background: #42ABE2;
}

.vg-login {
	max-width: 600px;
	width: 100%;
	padding: 0;
}

.vg-login select,
.vg-login select:focus,
.vg-login select:active,
.vg-login select:focus-visible,
.vg-login input[type="number"],
.vg-login input[type="number"]:focus,
.vg-login input[type="number"]:active,
.vg-login input[type="number"]:focus-visible,
.vg-login input[type="email"],
.vg-login input[type="email"]:focus,
.vg-login input[type="email"]:active,
.vg-login input[type="email"]:focus-visible,
.vg-login input[type="text"],
.vg-login input[type="text"]:focus,
.vg-login input[type="text"]:active,
.vg-login input[type="text"]:focus-visible,
.vg-login input[type="password"],
.vg-login input[type="password"]:focus,
.vg-login input[type="password"]:active,
.vg-login input[type="password"]:focus-visible {
    color: #666;
    padding: 0.75em;
    height: auto;
    border: 1px solid #c0ccda;
    border-radius: 0;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    display: block;
    width: 100%;
    outline: none;
    min-height: 45px;
}
.vg-login input#password {
	padding-right: 40px;
}
.vg-login .row-field {
	position: relative;
}
.vg-login .row-field + .row-field {
	margin-top: 20px;
} 
.vg-login label {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
.vg-login .field-submit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vg-login .field-submit button {
	background: #42ABE2;
	color: #fff!important;
	border: 0;	
	display: flex;
	align-items: center;
	column-gap: 30px;
	padding: 10px 15px;
	cursor: pointer;
	transition: all .5s;
}
.vg-login .field-submit button:hover {
	opacity: .75;
}
.vg-login .field-submit a {
	color: #224466;
	text-decoration-color: #42ABE2!important;
	text-align: right;
	text-decoration: underline;
}

.languageSwitch {
	text-align: center;
}

.show_pass_fleet, .show_pass_adv {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	border: 0;
	padding: 0;
	background: transparent;
	color: #C0CCDA;
}

.show_pass_fleet i, .show_pass_adv i {
	font-size: 22px;
}

.alert-top {
	position: relative;
	color: #E0592A;
	padding: 22px;
	border: 2px solid #E0592A;
	margin-bottom: 40px;
}
.alert-top .intro {
	background: rgba(224, 89, 42, 0.2);
	border: 1px solid #E0592A;	
	padding: 20px;
	font-weight: 500;
}

#tab-via, #tab-viaadv {
	text-transform: uppercase;
	color: #224466;
	cursor: pointer;
	/*	border: 1px solid #e1e1e1;*/
	border-radius: 0px;
}

#tab-via.active {
	color: #224466;
    background-color: #bde961;
    border: 1px solid transparent;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
}

#tab-viaadv.active {
	color: #224466;
    background-color: #8de78d;
    border: 1px solid transparent;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
}

/* ANIMATIONS */

.btn-readmore, button.submit, a img {
    transition: all .20s ease-in-out;
}
.btn-readmore:hover, button.submit:hover {
    transform: translate(0, -3px);
}

a:hover img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(34, 68, 102, 0.1) 0px 4px 6px -1px, rgba(34, 68, 102, 0.06) 0px 2px 4px -1px;
    box-shadow: rgba(34, 68, 102, 0.3) 0px 10px 15px -3px, rgba(34, 68, 102, 0.15) 0px 4px 6px -2px;
    
    box-shadow: rgba(34, 68, 102, 0.55) 0px 20px 15px -15px;
    transform: translate(0, -7px);
}

/* END ANIMATIONS */