
body {
    background-color: #E8E8E8;
}

form p {
    font-size: 120%;
}

.ctrlqHeaderMast {
    height: 278px;
    background-image: url('../assets/images/banner-form.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.ctrlqFormContent {
    color: rgba(0,0,0,.87);
    padding: 20px 35px
}
.input:-internal-autofill-selected {
    background-color: unset !important;
}
.ctrlqFormContentWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.ctrlqAccent {
    background-color: #a7ffeb;
    height: 8px;
}

.ctrlqCenteredContent {
    margin: auto;
    width: 900px;
}

.ctrlqFormCard {
    background-color: #fff;
    margin-bottom: 48px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    word-wrap: break-word
}

    .ctrlqFormCard:first-of-type {
        margin-top: -100px
    }

.ctrlqHeaderTitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 34px;
    line-height: 135%;
    max-width: 100%;
    min-width: 0%;
    margin-bottom: 22px
}

@media (max-width: 660px) {
    .ctrlqHeaderMast {
        height: 122px;
    }

    .ctrlqFormCard:first-of-type {
        margin-top: -50px;
    }

    .ctrlqCenteredContent {
        width: 90%;
    }
    .mobile-field {
         margin-right: 0 !important; 
         margin-left: 0 !important;
    }
    .mobile-field-input{
        margin-top: 18px !important;
    }
}
#dd-mm-yy {
    color: #FF4081;
    font-size: 0.8rem;
}
div.error {
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.8rem;
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
form p {
    margin-bottom: 0;
}
.field-inline-block {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.field-inline-block label {
    text-align: center;
}
.date-of-birth {
    width: 100% !important;
    color: #26a69a !important;
    pointer-events: none !important;
    top: 0rem !important;
}
.btn:hover, .btn-large:hover {
    background-color: #110842;
}
.btn, .btn-large {
    background-color: #110842;
}





.content {
    margin-bottom: 4em;
}
.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.content h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 4em;
    letter-spacing: 3px;
    color: #5892FF;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.go-home {
    color: #fff;
    background: #5892FF;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.footer-like {
    margin-top: auto;
    background: #D7E6FE;
    padding: 6px;
    text-align: center;
}

    .footer-like p {
        margin: 0;
        padding: 4px;
        color: #5892FF;
        font-family: 'Source Sans Pro', sans-serif;
        letter-spacing: 1px;
    }

        .footer-like p a {
            text-decoration: none;
            color: #5892FF;
            font-weight: 600;
        }

@media (min-width:360px) {
   
   
    .go-home {
        margin-bottom: 20px;
    }
   
    .wrapper-1 {
        height: auto;
    }
}

@media (min-width:600px) {
    .content {
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 4em;
    }
    
    .content h1 {
        font-size: 4.5em;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}
@media only screen and (max-width: 47em) {
    .wrapper-2 {
        padding: 0;
    }
    .content h1 {
        font-size: 2.5em;
    }
    .content {
        margin-bottom: 0 !important;
    }
}
.row{
    margin-bottom: 0;
}
.input-field{
    margin-bottom: 8px;
}
.mt-1rem {
    margin-top: 1rem;
}
textarea.materialize-textarea {
     padding: .8rem 0 1.6rem 0;
}