.container {
	padding-top: 5%;
}

.bg-rgba-gradient {
    background-image: -moz-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background-image: -webkit-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background-image: linear-gradient(to 45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background-size: cover;
    background-attachment: fixed;
}

.p-5 {
    margin-top: -10%;
    margin-bottom: -10%;
}

#captcha {
	margin-bottom: 5%;
}

#captcha_input {
	margin-bottom: 5%;
}