.container-register-black{
	background: url(../img/administracion.jpg);
	background-size: cover;
    background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.register-box{
    min-width: 320px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
}
.register-box label{
    margin: 0;
    padding: 0;
    font-weight: bold;
	color: #FFFFFF;
}

.register-password{
	margin-bottom: 20px;
	border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
}

.register-box .input-mostrar-password-register{
    width: 85%;
	border: none;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}

.register-box a{
	text-decoration:none;
	color:#BDBDBD;
}

.register-box a:link{
	text-decoration:none;
	color:#BDBDBD;
}

.register-box a:active{
	text-decoration:none;
	color:#FFFFFF;
}

.register-box a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.register-box .input-text-register{
	width: 100%;
	margin-bottom: 20px;
    border: none;
	border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.btn-register{
    margin-top: 20px;
	background: #2f64e2;
	border: 1px solid #2f64e2;
}

.btn-register:hover{
	background-color: #4a84ea;
	border: 1px solid #4a84ea;
}

.btn-register:active{
	background: #2f64e2;
	border: 1px solid #2f64e2;
}

.btn-register:link{
	background: #2f64e2;
	border: 1px solid #2f64e2;
}

.estoyResgistrado{
    position:absolute;
    bottom:15px;
    left:30px;
}

@media only screen and (max-width: 700px) {
	.register-box{
		margin-top:200px;
        margin-bottom: 20px;
	}
}
