/********************
	FONTS
*********************/
.title {
	color: aqua;
}

body {
	font-family: Tahoma, serif;
	background-image: url(../images/corporate/CPP-login-background.png);
} 

h1, h2, h3 {
	color:#359bff;
	font-weight: bold;
}

h1 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom:0;
}

h3 {
    font-size: 19px;
    line-height: 1.4;
	margin-top:5px;
}   

.message{
	background-color:#359bff;
}

.flex-row .flexmargin {
	flex: .5;
}

img{
	max-width: 70%!important;
}


@media screen and (max-width: 767px){
	img{
		max-width: 65%!important;
	}
	.flex-row .flexmargin {
		flex: .2;
	}
	h1{
		font-size: 22px;
	}
	h3{
		font-size: 16px;
	}
}

a{
	color:#359bff;
}

a:hover{
	color:#0b64bc;
}
