/* Add here all your CSS customizations */

.btn-primary {
    box-sizing: border-box;

    background-color: #23295E !important;
        border: 1px solid #23295E !important;
    border-radius: 20px;
}

.btn-login {
    background-color: #23295E;
    border-radius: 30px;
    width: 125px;
    margin-right: 2%;
    margin-left: 2%;
}