.content-wrap{
    height: 100vh;
    width: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.content-body{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    background-color: aliceblue;
    border: 1px aliceblue;
    border-radius: 8px;
    padding: 40px 30px;
}
.lupa-password{
    text-decoration: none;
    color: #6e6e6e;
}
.lupa-password:hover{
    color: #adadad;
    text-decoration: none;
}



