body{
    font-family: "Inter", sans-serif;
}

.bg-login{
    margin-top: 50px;
    background-color: #222e3c;
}

.login-logo{
    text-align: center;
    margin-bottom: 50px;
}

a{
    color: #000;
    text-decoration: none;
}

a:hover{
    color: #7a7a7a;
}

input{
    border-radius: 0 !important;
}

.btn-brand{
    border-radius: 0;
    background-color: #3b7ddd;
    color: #fff;
}

.btn-brand:hover{
    color: #fff;
    background-color: #7a7a7a;
}