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

html, body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main{
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    
    
}

img{
    width: 150px;
    padding-bottom: 20px;
}

form{
    background-color: #fff;
    height: 420px;
    display: flex;
    flex-direction: column;
    width: 420px;
    z-index: 10000000;
    border: 0px solid;
    border-radius: 15px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    justify-items: center;
    align-items: center;
    
}

h2{
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 500;
}

.email-field{
    padding-bottom: 20px;
    
}

.emails{
    width: 350px;
    height: 45px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 10px;
}

.password{
    width: 350px;
    height: 45px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 10px;
}

.submit{
    padding-top: 25px;
}

.submit-pass{
    width: 350px;
    height: 45px;
    font-size: 15px;
    background-color: black;
    color: white;
    border: 1px solid;
    border-radius: 5px;
}

.forgot{
    padding-top: 20px;
}

.fpass{
    background-color: transparent;
    border: 0px;
}

.fpass a{
    color: black;
}

.divider{
    border-bottom: 0.5px solid #cccccc;
    width: 350px;
    padding-top: 30px;
}

.signup{
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    
    
}

.sign{
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    
}

h3{
    font-weight: 400;
    font-size: 17px;
}

.sign1{
    background-color: transparent;
    border: 0px;
    font-size: 17px;
    font-weight: 400;
}

.sign1 a{
    text-decoration: none;
    color: black;
}



