.title {
  font-weight: 600;
}

.bg-primary-blue-color {
    background-color: #242B62 !important;
}

.text-secondary-blue {
    color: #3636AA !important;
}

.register-button {
    color: white !important;
    background-color: #FF2D2D !important;
    border-color: #FF2D2D !important;
}

.register-button:hover
.register-button:active {
    color: white !important;
    background-color: #FF2D2D !important;
}

.resend-button {
    color: white !important;
    background-color: #242B62 !important;
    border-color: #242B62 !important;
}

.resend-button:hover
.resend-button:active {
    color: white !important;
    background-color: #242B62 !important;
}