
.login-content{
    margin-top: 180px;
    width: 100%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.login-from{
    width: 400px;
}
.password-title{
    height: 80px;
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
}
input{
    border:1px solid #b2b5b4;
    height: 40px;
    width: 300px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-left: 30px;
}
button{
    border:0;
    outline:none;
    width: 320px;
    height: 40px;
    background-color: rgb(70,127,255);
    border-radius: 5px;
    font-size: 20px;
    color: white;
    margin-left: 30px;
}

