
.forgotpassword-title{

    color:#fff;
 text-shadow:2px 2px rgba(0,0,0,0.8);
}

.forgotpassword-title h2{
    font-weight:normal;
    padding:20px;
    letter-spacing: 1.6px;

}

.forgot-container{
    width:500px;
color:ghostwhite;
 
    height:60vh;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:20px auto;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.7);
    border-radius:10px;
}
.forgot-container a{
    color:ghostwhite;
}
.title-forgot h2{
    text-align:center;
    margin-bottom:20px;
}
.title-forgot p{
    text-align:Center;
    line-height: 2;
    font-size:12px;
    margin-bottom:20px;
}

.forgot-container form p{
    text-align:Center;
    margin-top:10px;
}
.forgot-container input{
    outline:none;
    padding:3px;
   
}
.forgot-container input[type="submit"]{
    background-color:blue;
    color:white;
    outline:none;
    border:none;
    padding:5px;
    border-radius:2px;
    width:80px;
}
.multi form{
    display:flex;
    flex-direction: column;
}
.multi form input[type="submit"]{
    margin-top:10px;
}

@media only screen and (max-width: 768px){
.forgot-container{
    width:300px;
    display:block;
    text-align: center;
}
}