body{
     text-align:center;
     font-family: 'DM Sans', sans-serif;
}

a{
    display: block;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: #0000d2;
    text-decoration: none;
    border-radius: 6px;
    padding: 10px;
}

a:hover{    
    color: white;
    background-color: #0000d2;
    text-decoration: none;
}

a img{
        vertical-align: middle;
}

.boxLogin{
	padding: 20px;
	border: 1px solid #B3B3B3;
	border-radius: 6px;
	max-width: 412px;
	min-width: 301px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
	position:relative;
	margin-top: 20px;
}

.boxLogin a{
	position: absolute;
	bottom: 40px;
	left: 16%;
	right: 16%;
}

.boxLogin p{
	font-weight: bold;
	font-size: 16px;
}

h4{
	color: #0000d2;
	font-weight: bold;
	margin-bottom: 30px;
}

span.borderBottom{
	border-bottom: 3px solid #ea447b;
}