body {
    background: linear-gradient(120deg, #20284e 40%, #ff006a 220%);
}

:root {
    --bs-primary-rgb: 60, 56, 99;
}

.btn {
    background: #2a2d40;
    border: #2a2d40;
}

.container-login {
    max-width: 600px;
    height:500px;
    width:100%;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 12px;
}


.alert {
    color: 20284e;
    margin-bottom: 15px;
}

.position-relative {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.form-control {
    height: 50px;
    align-items: center;
    justify-content: center;
}
