section#registro {
    background-color: #f6f6f6;
    padding-top: 170px;
    padding-bottom: 80px;
}

section#registro .text {
    font-size: 0.8rem;
    padding-bottom: 27px;
    max-width: 500px;
    color: #777;
}

section#registro .title {
    font-size: 0.9rem;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

section#registro .container {
    max-width: 930px;
}

.form {
    background-color: #fff;
    font-size: 0.8rem;
    padding: 30px;
    padding-top: 40px;
    width: calc(100%);
    margin-right: -20px;
    padding-bottom: 6px;
    box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 20%);
}


.form .btn{
    font-size: 0.75rem;
    padding: 15px 35px;
}

.form label{
    color: #666;
}

.animated-label input:focus + label,
.animated-label input:not(:placeholder-shown) + label{
    color: #aaa;
}

.animated-label input:focus,
.animated-label input:not(:placeholder-shown){
    border-color: var(--c-secondary);
}

/*Mobile*/
@media screen and (max-width: 900px){
    section#registro{
        padding-top: 120px;
    }
	.form label{
		left: 0;
	}
}