.container-login {
    max-width: 390px;
    border-radius: 10px;
    padding: 3em;
    box-shadow: 0px 11px 20px 5px rgba(0, 0, 0, 0.1);
    margin-top: 5em;
}

.text-primary{
        color: #3500ff !important;
}

.btn-login{
    width: 100%;
    background-color: #09206f;
    border-color: #09206f;
}

.btn-login:hover{
    background-color: #053e70;
    border-color: #053e70;
}   


.btn-login:active{
    border: 25px;
}

.link-register{
    text-align: center;
    margin-top: 15px;

    a{
        color: #053e70;
    }
}