@import url(style_guardar.css);
body {
    font-family: 'Golos Text', sans-serif;
    background-color: #f4f4f4;
    padding: 20px;
}

.texto-1{
    font-weight: 600;
    
    padding: 5px 19px;
    border-radius: 20px;
    background-color: hsl(130, 76%, 49%);
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

form {
    
    max-width: 330px;
    margin: 30px auto;
    background: white;
    padding: 20px;
    border-radius: 22px;
    box-shadow: 3px 10px 10px #aaaaaa;
}

label {
    display: flex;
    margin-top: 10px;
    color: #555;
}

input {
    
    height: 40px;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
    border-radius: 13px;
    border: 2px solid #e0e0e0;
}

button {

    width: 100%;
    padding: 10px;
    background: #797979cb;
    color: white;
    border: none;
    margin-top: 15px;
    font-size: 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

button:hover {
    background-color: hsl(130, 76%, 49%);
}
.logo img{
    filter: drop-shadow(0px 3px 5px #686868);
    display: block;
    margin: 0 auto 20px;
    width: 130px;
    height: auto;
}   
