@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

h2{
    padding-top: 6%;
    padding-left: 5%;
    font-family: outfit;
    font-weight: 600;
    font-size: 2em;
}
hr{
    width: 90%;
    border-top: 1.5px solid rgb(112, 112, 112);
    
}
.contenedor{
    top: 10%;
    position: relative;
    height: 40em;
    width: 50%;
    margin: auto;
    border-radius: 60px;
    box-shadow: 10px 10px 15px rgba(0, 0, 15, .25);
    background-image: url("../pictures/bck_signup.jpeg");
    padding-top: .5%;
}
.registro_letter{
    font-family: outfit;
    color: white;
    font-weight: 600;
    font-size: 3em;
    text-shadow: 0px 4px 4px rgba(4, 7, 4, .25);
}
.registro{
    padding-left: 10%;
}


label{
    font-family: outfit;
    font-weight: 600;
    color: white;
    font-size: 1.9em;
    text-shadow: 0px 4px 4px rgba(4, 7, 4, .25);
}


input{
    border-radius: 20px;
    font-family: outfit;
    font-weight: 500;
    padding-left: 10px;
    width: 80%;
    font-size: 1.2em;
    margin-top: 1%;
    box-shadow: 0px 4px 15px,rgba(0, 0, 0, .25);
    margin-bottom: 3%;
    border: none;
    height: 2em;
}

.send{
    background-color: #29C5F6;
    font-family: outfit;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 4px, 15, .25);
    font-size: 1.6em;
    width: 6em;
    text-align: center;
    transition: .3s ease;
    text-shadow: 0px 4px 4px rgba(4, 7, 4, .25);
}

.send:hover{
    transform: scale(1.4);
    cursor: pointer;
    background-color: white;
    color: #29C5F6;
}
.send_div{
    display: flex;
    justify-content: center;
    padding-right: 10%;
    margin-top: 3%;
}


.login{
    position: relative;
    color: #ffffff;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 3%;
    font-family: outfit;
    font-weight: 400;
    font-size: 1.2em;
    text-decoration: underline;
}
.login:hover{
    cursor: pointer;
}

.contact{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #ff2c2c;
    width: 100%;
    height: 30%;
    color: #ffffff;
    border-color: #ff2c2c;
    border: 2px;
    margin-top: 30%;
}
h5{
    font-size: 1.5em;
    font-family: outfit;
    font-weight: 400;
}
a{
    text-decoration: none;
    color: black;
}
