
body{
    height: 120vh;
    justify-content: center;
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
    
}

#login-container{
    height: 43.75em;
    width: 60em;
    margin: 6em auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    Border border-radius: 5px;
}
#login-info-container{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
    padding-top: 0.5em;
    background-color: blueviolet;
}

.cont2{
    width: 50%;
    padding-top: 2rem;
    background-color: white;
}

.title{
    text-transform: capitalize;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: aliceblue;
}

.social-login{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.social-login-element{
    width: 13.5rem;
    height: 5.75rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    justify-content:center;
    align-items: center;
    border: 1px solid aliceblue;
    border-radius: 5px
}
.social-login-element img{
    width: 5rem;
    height: 5rem;
    display: flex;
    position: relative;
    top: 0;
    left: -0.325rem;
}

.social-login-element:hover{
    background-color: #fff;
    cursor:pointer;
}

#label{
    font-size: 1.25em;
    margin-top:1em;
    
}



button{
    letter-spacing: 1px;
    font-size: 25px;
    color: white;
    
    background: darkorchid;
    border: 2px black solid;
    border-radius: 5px;

}
button:hover{
    font-size: 25px;
    color: blueviolet;
    background: white;
    border: 2px black dotted;
    border-radius: 5px;
}
.inputcontainer p{
    margin 0;
    
}
.span{
    color: azure;
    font-weight: 600;
    cursor:pointer;
}

.recibe{
    height: 43.75em;
    width: 60em;
    margin: 6em auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    Border border-radius: 5px;
}