.body-login{
    background: rgb(0,43,101);
    background: linear-gradient(180deg, rgba(0,43,101,1) 0%, rgba(9,51,121,1) 4%, rgba(0,212,255,1) 100%);
}
.row-login{
    height: 100vh;
}
.box-login{
    height: 400px;
}

.box-login input{

    height: 20px;
}
.box-login button{

    background-color: #165099;
    border: none;
    color: white;
    padding: 10px 15px;
}
.box-login button:hover{

    opacity: 0.9;
    color: white;
}