.formulario{
	background-color: #0e1c42bd;
	color:#fff;
	padding: 30% 30px;
	border-radius: 50px 0 50px 0;
}

.bordes{
    border-radius: 20px!important;
}

.boton{
    border-radius: 20px!important;
	background: #f79003;
}

.login-page, .register-page {
    background: url(../../../img/img.jpg)
	no-repeat center center fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
}