﻿ 


.container-register {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container-register button {
    padding: 10px;
    font-size: 1.1em;
}
button {
    padding: 10px;
    font-size: 1.1em;
}

.container-register input {
    padding: 15px;
    font-size: 16px;
}

/*
.wrapper-register button {
    background-color: #658d7f;
    border-color: #75a595;
}

    .wrapper-register button:hover {
        background-color: #658d7f;
        border-color: #658d7f;
    }*/

.wrapper-register h3 {
    text-align: center;
    padding: 1rem;
    color: #555;
}

.wrapper-register {
    width: 33.3%;
    padding: 2rem;
    min-height: 450px;
}

@media screen and (max-width: 768px ) {

    .wrapper-register {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {

    .wrapper-register {
        width: 100%;
        min-height: 350px;
    }
}
