html,body {
     background: url('/img/background.jpg') fixed;
	 background-size: cover;
	 background-repeat: no-repeat;
	 height: 100%;
}

*[role="form"] {
    max-width: 530px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0.3em;
    background-color: rgba(0,0,0,0) !important;
}

*[role="form"] h2 { 
    font-family: 'Open Sans' , sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin-top: 5%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.container{
	height: 100%;
	align-content: center;
}

.card{	
	margin-top: auto;
	margin-bottom: auto;
	width: 600px;
	background-color: rgba(0,0,0,0.8) !important;
}

.card-header h3{
	color: white;
}

.help-block {
	color: red;
}

.registration_btn{
	color: black;
	background-color: #FFC312;
	width: 200px;
}

.registration_btn:hover{
	color: black;
	background-color: white;
}
}