body {
    font-weight: 400 !important;
}

html, body {
    margin: 0;
    height: 100%;
}

.deep-blue-gradient {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.primary-color-dark {
    background-color: #337ab7 !important;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.card-body {
    padding: 30px 60px !important;
}

.md-form .prefix {
    top: 0.5rem !important;
    font-size: 1.5rem !important;
}

.btn, .font-weight-medium {
    font-weight: 500 !important;
}

.btn-md {
    font-size: 0.8rem !important;
}

.btn-rounded {
    -webkit-border-radius: 18px !important;
    border-radius: 18px !important;
}

img#English, img#Italian {
    width: 24px;
    height: 16px;
}

.toast {
    max-width: none !important;
}