main {
    padding-top: 10.425%;
    padding-bottom: 6rem;
}

h4, h5 {
    color: rgb(75,93,167);
}

h4 {
    font-size: 1.64rem;
}

h5 {
    font-size: 1.15rem;
}

.row {
    margin-bottom: 0;
}

.row .col {
    padding: 0 1.5rem;
}

.col .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.input-field:not(.inline) {
    margin-top: 2rem;
}

.input-field.inline {
    margin-top: -1rem;
    margin-bottom: -2.5rem;
    margin-left: 15px;
}

.dropdown-content li > span, label, tr td:first-child h5 {
    color: #212121;
}

.select-wrapper + label {
    top: -38px;
    color: rgb(75,93,167);
    font-size: 1rem;
    font-weight: bold;
}

.input-field > label:not(.label-icon).active {
    transform: translateY(-26px) scale(1);
    color: rgb(75,93,167);
    font-weight: bold;
}

.input-field.col label {
    left: 1.5rem;
}

#back {
    margin-top: 3rem;
    margin-right: -1rem;
    margin-bottom: -2rem;
    width: 48px;
    z-index: 8;
    position: relative;
}

#register-form input[type="text"]:focus + label, #register-form input[type="email"]:focus + label, #register-form input[type="password"]:focus + label {
    color: rgb(75,93,167);
}

#register-form input[type="text"], #register-form input[type="email"], #register-form input[type="password"] {
    border: 1px solid #9e9e9e;
    border-radius: 8px;
    margin-bottom: 4px;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 0.75rem;
    width: calc(100% - 1.5rem - 2px);
    box-shadow: none;
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
    background-color: rgb(75,93,167);
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
    border: 2px solid rgb(75,93,167);
}

[type=checkbox].filled-in:checked+span:not(.lever):before {
    border-right: 2px solid rgb(75,93,167);
    border-bottom: 2px solid rgb(75,93,167);
}

[type=checkbox].filled-in:checked+span:not(.lever):after {
    border: 2px solid rgb(75,93,167);
    background-color: rgb(210,214,233);
}

.file-path-wrapper .helper-text {
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
}

.file-path-wrapper .helper-text::after {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

#register-form a, #thankyou-div a {
    color: #212121;
    text-decoration: underline;
}

#register-form .btn, #thankyou-div .btn {
    width: 180px;
    box-shadow: none;
    background-color: rgb(75,93,167);
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

#register-form .border {
    border: 1px solid #212121;
    padding: 0 16px;
}

#thankyou-div {
    padding: 5rem 0;
}

@media only screen and (max-width: 992px) {
    main {
        padding-top: 15.588785%;
    }

    h4 {
        font-size: 1.64rem;
    }

    h5 {
        font-size: 1.15rem;
    }

    #back {
        margin-top: 1rem;
        margin-right: 0;
        width: 36px;
        position: relative;
    }

    .row .col {
        padding: 0 0.75rem;
    }
    
    .col .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .input-field.col label {
        left: 0.75rem;
    }
}

@media only print {
    .hide-on-large-only {
        display: none !important;
    }
    
    #back, #register-form .btn {
        display: none;
    }

    .row .col.l6 {
        width: 50%;
    }
}