#modern .form_group {
    position: relative;
    padding: 10px 0 0;
    margin-top: 1px;
    width: 100%;
}

#modern .input-form {
    width: 100%;
}

#modern.bg {
    padding:5% 0 5% 0%;
    background-size: cover;
    background-blend-mode: overlay;
}

#modern .form_field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #6b6b6b;
    outline: 0;
    font-size: 1rem;
    color: #000;
    padding: 15px 0 15px 0;
    background: transparent!important;
    transition: border-color 0.2s;
    margin-bottom: 0.9em;
}

#modern .form_label {
    display: block;
    white-space: nowrap;
    font-size: 0.8rem;
    font-weight: 700;
    color: #6b6b6b;
    margin-bottom: 0.25em;
}

#modern .form_field:focus {
    /*padding-bottom: 6px;*/
    border-width: 2px;
    border-image: linear-gradient(to right, #3497AF, #4CB1CA) 1;
}

/* reset input */
#modern .form_field:required, .form_field:invalid {
    box-shadow:none;
}

#modern .rounded_button {
    font-weight: normal;
    font-size: 22px;
    border-radius: 26px;
    padding: 7px 20px 40px 20px;
}

#modern .d-flex {
    display: flex!important;
    flex-direction: row;
}

#modern .d-flex.column {
    flex-direction: column;
}

#modern .justify-center {
    justify-content: center!important;
}

#modern .space-between {
    justify-content: space-between!important;
}

#modern .primary-color {
    color: #4CB1CA;
}

#modern .center-header {
    text-align: center;
    font-weight: bold;
}

#modern .link {
    color: #0d6efd;
}

#video {
    pointer-events: none;
    height: 100%;
}

.login_form{
    width: 40%;
    background-color: rgba(255, 255, 255, 0.95);
    border: #000;
    border-radius: 5%;
    padding: 2% 6% 2% 6%;
    margin: 6% 0 6% 0;
    box-shadow: 5px 5px 4px 5px #6f6f6f;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .login_form{
        width: 80%;
        background-color: rgba(255, 255, 255, 0.95);
        border: #000;
        border-radius: 5%;
        padding: 2% 6% 2% 6%;
        margin: 6% 0 6% 0;
        box-shadow: 5px 5px 4px 5px #6f6f6f;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .login_form{
        width: 40%;
        background-color: rgba(255, 255, 255, 0.95);
        border: #000;
        border-radius: 5%;
        padding: 2% 6% 2% 6%;
        margin: 6% 0 6% 0;
        box-shadow: 5px 5px 4px 5px #6f6f6f;
    }
}

.space-y-1 > * + * {
    margin-top: 0.25rem;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.space-y-5 > * + * {
    margin-top: 1.25rem;
}

.space-y-6 > * + * {
    margin-top: 1.5rem;
}

.space-y-7 > * + * {
    margin-top: 1.75rem;
}

.space-y-8 > * + * {
    margin-top: 2rem;
}

.space-x-1 > * + * {
    margin-left: 0.25rem;
}

.space-x-2 > * + * {
    margin-left: 0.5rem;
}

.space-x-3 > * + * {
    margin-left: 0.75rem;
}

.space-x-4 > * + * {
    margin-left: 1rem;
}

.space-x-5 > * + * {
    margin-left: 1.25rem;
}

.space-x-6 > * + * {
    margin-left: 1.5rem;
}

.space-x-7 > * + * {
    margin-left: 1.75rem;
}

.space-x-8 > * + * {
    margin-left: 2rem;
}
