*{
    font-family: "roboto";
    text-decoration: none;
}

html,body{
    background-color: #dcdedc;
}

.heading{
    display: flex;
 
flex-direction: column;
}

h1{
color:#2791E5;
font-size: 60px;
margin: 0;
}

.desc-slogan{
    width: 580px;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}

.container{
    display: flex;
    margin-left: 208px;
    margin-top: 205px;
}
input{
    display: block;
}

.login-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    border-radius: 10px;
    margin-top: -80px;
    width: 395px;
    height: 347px;;
    box-shadow: 2px -5px 0px 5px rgba(0,0,0,0.05);
    -webkit-box-shadow: 2px -5px 0px 13px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px -5px 0px 13px rgba(0,0,0,0.05);
    z-index: 10;
    
}

#email , #password{
    width: 365px;
    height: 50px;
    border-radius: 10px;
    border: solid #a0a0a0;
    text-indent: 20px;
}

#password{
    margin-top: 12px;
}

.btn-submit{
    width: 375px;
    height: 50px;
    display: inline-block;
    background-color: #0872f4;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
    border: transparent;
}

.fog-password {
display: flex;
text-align: center;
align-items:center;
justify-content: center;
padding-top: 20px;

}

.fog-password-link{
    color: #0872f4;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 21px;
}

.fog-password-link:hover{
    text-decoration: underline;
}

.make-account{
    width: 200px;
    height: 50px;
    text-align: center;
    background-color: #0a8c0c;
    line-height: 50px;
    margin-top: 27px;
    border-radius: 10px;
}

.make-account a{
color: #fff;
font-weight: 400px;
font-size: 17px;
}

.rf{
    content: "";
    display: block;
    width: 375px;
    height: 1px;
    background-color: #a0a0a0;
    position: relative;
}
