html {
    font-family: 'Open Sans', sans-serif;
    background: #c8e8e8;
}

body {
    text-align: center;
}

.volver{
    position: fixed;
    top: 2em;
    left: 2em;
    text-decoration: none;
    font-size: 12px;
    color: #9dd1d3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.volver:hover{
    position: fixed;
    top: 2em;
    left: 2em;
    text-decoration: none;
    font-size: 12px;
    color: #3fa09c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo_reg {
    height: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 70px 0 30px;
}

.logo {
    height: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 100px 0 30px;
}

h3 {
    font-weight: 700;
    font-size: 16px;
    color: #3e9f9b;
    padding: 0px 30px 0px;
    margin: 20px 30px 20px;
}

p {
    font-weight: 400;
    font-size: 16px;
    color: #3e9f9b;
    padding: 0px 30px 30px;
    margin: 0px 30px 20px;
}

.registro form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registro input[name="reg"] {
    padding: 10px;
    width: 55%;
    margin-bottom: 15px;
    border: none;
    text-align: center;
    letter-spacing: 1px;
}

::-webkit-input-placeholder {
    color: #b7b7b7;
}

.registrarse {
    border: none;
    background: linear-gradient(90deg, #6cbebe, #9ed2d4);
    padding: 10px 30px 10px;
    margin: 10px;
    font-size: 13px;
    font-weight: 400;
    color: white;
    border-radius: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 2px 3px 6px rgba(125, 127, 129, 0.49);
}

.registrarse:hover {
    border: none;
    background: #3fa09c;
    padding: 10px 30px 10px;
    margin: 10px;
    font-size: 13px;
    font-weight: 400;
    color: white;
    border-radius: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 2px 3px 6px rgba(125, 127, 129, 0.49);
}

.bases {
    margin: 10px 40px 0px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #6cbebe;
    font-weight: 400;
}

.bases:hover {
   margin: 10px 40px 0px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #6cbebe;
    font-weight: 600;
}

.ingresar {
    background: linear-gradient(90deg, #f39222, #ffbd63);
    padding: 8px 40px 8px;
    font-size: 13px;
    font-weight: 400;
    color: white;
    border-radius: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 2px 3px 6px rgba(125, 127, 129, 0.49);
}

.reenviar {
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #f39222;
    font-weight: 400;
}


