@charset "utf-8";

*/

*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
}

html {
    height: -webkit-fill-available; 
}

main {
    background-color: white;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

footer {
    text-align: center;    
    color: white;
    width: 100%;
    padding: 1rem;
    font-size: 0.8rem;
    background-color: #4abcea;
}

.seguinos {
    display: inline-block;
    flex-direction: row;
    padding-bottom: .4em;
}

footer h3{
    font-size: 1rem;
    color:white;
    text-transform: uppercase;
    text-align: center; 
    margin: .3em;
}

.legales{
    background-color: #4abcea;
    color: white;
    padding: .1em;
    font-size: 0.8rem;
}

.icono {
    width: 20px;
    padding: .5em;
    align-content: center;
}

.form-login {
    width: 300px;
    height: 700px;
    margin: auto;
    margin-top: 150px;
    padding: 20px;
    color: black;
}

.form-login h5 {
    margin: 0;
    text-align: center;
    height: 80px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    font-size: 24px;
}

.form-login input {
    cursor: pointer;
}

.controls {
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: 15px;
    padding: 11px 10px;
    background: #eae9e9;
    font-size: 14px;
    font-weight: bold;
}

.button {
    width: 100%;
    height: 40px;
    border: none;
    margin-bottom: 16px;
    background-color: #39afdf;
}

.form-login p {
    height: 10px;
    text-align: center;
    font-size: 14px;
}

.form-login a {
    border-color: white;
    text-decoration: none;
    font-size: 14px;
}

.acumarl img {
    margin: auto;
    display: block;
    max-width: 200px;
    margin-bottom: 3em;   
}

