.titleLogo{
	font-family: 'Oswald', sans-serif;
	color:#FFFFFF;
}
body {
	background-color:#000000;
}

.login-wrapper {
	margin-top:20px;
	background: white;
    	padding: 34px 34px 44px 34px;
    	border-radius: 10px;
    	text-transform: uppercase;
}

.login-wrapper button{
	background-color:#234690 !important;
	border:none;
	color:white;
	font-size: 17px;
    	padding: 12px;
    	text-transform: uppercase;
}
.login-wrapper button:hover {
	background-color:#4f74c3 !important;
	color:white;
}
.attention-alert {
	border: 1px solid green;
    	width: 56%;
    	margin: 0 auto;
    	border-radius: 5px;
    	background: #edf9ee;
    	color: #155724;
    	padding:5px 30px;
   	text-align: center;
	font-family:'Oswald', sans-serif;
}
.attention-alert p {
	font-size:16px;
}
.footer {
	font-size: 12px;
	margin-top:40px;
	font-weight: bold;
	color:white;
}

.footer a {
	color:white;
	text-decoration:none;
}
.single-images img {
    height: 15em !important;
    margin: 0px 0px !important;
}
@media screen and (max-width: 500px)  {
	.attention-alert {
		width:100% !important;
	}
	.mob {
		font-size:28px !important;
	}
	.login-wrapper button{
		font-size:13px !important;
	}
}