html, body {height:100%; position: relative;}


.register {
    background-image: url(../img/bg-registro.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #00E0D7;
}

.invalid-message
{
    color:red;
}
.bg-registro .form-control {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #2F2F2F;
    border-radius: 0;
    color: #2F2F2F;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 9%;
}

.form-check-input {vertical-align: middle; margin-right: 5px; position: inherit !important; margin-top: 0 !important}

.btn-ingresa {
    background-color: #2F2F2F;
    border-radius: 40px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    padding: 4% 13% 4% 0%;
    width: 52%;
}

.bajada p {
    margin-bottom: 0;
    font-size: 14px;
}

.btn-ingresa:hover {
    color: #FFFFFF;
    background-color: #1d1d1d;
}

span.ico-btn {
    position: absolute;
    right: 15px;
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 8px;
    color: #2F2F2F;
    line-height: 40px;
}

section.bg-registro {
    margin-top: 5%;
}

.invalid-input {
	border-color: red !important;
	border-width: 2px !important;
}

::placeholder {color: #2F2F2F !important;};

.invalid-checkbox {
	color: red;
}

h3 {
    font-size: 33px !important;
    letter-spacing: 5px;
    line-height: 45px !important;
}

.form-check {
	 width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12%;
}


@media (max-width: 786px) {

	.btn-ingresa {
   
    padding: 3% 10% 3% 0%;
    width: 42%;
}

}

@media (max-width: 600px) {
span.ico-btn {
    right: 10px;
    width: 32px;
    height: 32px;
    top: 7px;
    line-height: 38px;
    font-size: 20px;
}

 #navbar_top {
    background-color: transparent !important;
}
}

@media (max-width: 480px) {
.btn-ingresa {
    width: 62%;
    font-size: 15px;
}

span.ico-btn {top: 3px;}
}
