
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: center;
    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;
}
.login-info-container{
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    padding-top: 0.5em;
    background-color: blueviolet;
}
#login-info-container2{
    width: 60%;
    height: 100%;
    align-items:baseline;
    justify-content: space-evenly;
    
    background-color: blueviolet;
}

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

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

.social-login{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding : 20px;
}
.social-login2{
    width: 100%;
    height: 20;
    display: flex;
    justify-content: space-evenly;
    padding : 20px;
}
.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-element2{
    width: 19.5rem;
    height: 5.75rem;
    font-size: 0.9em;
    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;
    color: white;
}

.span{
    color: azure;
    font-weight: 600;
    cursor:pointer;
}

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

}