/* 
  ##Device = All
  ##Screen = All resolutions
*/

/* Main container for each forms */
.form-section {
    height: fit-content;
}
.padding-form{
    padding: 0;
}
.margin-row{
    margin: 0;
}
    .form-section .row {
        height: 100%;
    }


/* Image in each forms */
.img-form-container {
    overflow: hidden;
    padding: 0rem;
}

.img-form {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Styles for form column */
.fields-form-container {
    background: #D0D0D0;
    padding: 7rem 5.5rem;
    font-family: TypeNextProRegular;
}

    .fields-form-container form h3 {
        font-weight: 400;
        font-size: 2.25rem;
    }

.form-check-label a {
    color: black;
}

.form-check-wrapper {
    margin-top: 3rem;
}

.form-check-label a:hover {
    color: black;
    font-weight: bold;
}

.forms-button {
    background-color: #1C69D4;
    border: none;
    display: flex;
    text-decoration: none;
    justify-content: center;
    border-radius: 4px;
    padding: 1.2rem;
    color: #fff;
    line-height: 1;
    font-family: 'TypeNextProRegular';
    width: 100%;
    margin-top: 4rem;
}

    .forms-button:hover {
        background: #0653B6;
        transition: all 0.2s ease;
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: black !important;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: black;
}

.img-form-white {
    opacity: 0;
}

/* Styles for rich text */
.largeBoldParagraph {
    font-size: 2.2rem;
}

.mediumLightParagraph {
    font-size: 1.50rem !important;
}

.mediumLightParagraph a {
    font-size: 1.50rem !important;
}

    .mediumLightParagraph a:hover {
        font-size: 1.50rem !important;
    }

.blueText a {
    color: black;
    text-decoration: none;
    font-size: 1.50rem !important;
}

p a {
    color: black;
    text-decoration: none;
    font-size: 1.50rem !important;
}

/* 
  ##Device = Desktops higers
  ##Screen = 1920px to higher resolution desktops
*/
@media (min-width: 1920px) {
    /* CSS */
    .form-section {
        padding-top: 5rem;
    }

    .img-form-title {
        display: none;
    }

    .img-form-container-white {
        padding: 7rem 5.5rem;
    }

    .img-form-title-white {
        padding: 3rem;
    }
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) and (max-width: 1919px) {

    /* CSS */
    .form-section {
        padding-top: 5rem;
    }

    .img-form-title {
        display: none;
    }

    .img-form-container-white {
        padding: 7rem 5.5rem;
    }

    .img-form-title-white {
        padding: 3rem;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */
    .form-section {
        padding-top: 5rem;
    }

    .img-form-title {
        display: none;
    }

    .img-form-container-white {
        padding: 7rem 5.5rem;
    }

    .img-form-title-white {
        padding: 2rem;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .fields-form-container {
        padding: 1rem 6rem 6rem 6rem;
    }

        /* .fields-form-container form h3 {
            display: none;
        } */

    .img-form-container {
        position: relative;
        width: 100%;
        background: #FFFFFF80;
    }

    /* .img-form {
        opacity: 0.5;
    } */

    .img-form-title {
        position: absolute;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .img-form-title h3 {
            font-family: 'TypeNextProRegular';
            font-size: 2rem;
        }

    .img-form-container-white {
        padding: 1rem 6rem 6rem 6rem;
    }

    .img-form-title-white {
        padding: 2rem;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */
    .fields-form-container {
        background: #D0D0D0;
        padding: 1rem 2rem 6rem 2rem;
        font-family: TypeNextProRegular;
    }

        /* .fields-form-container form h3 {
            display: none;
        } */

    .img-form-container {
        position: relative;
        width: 100%;
        background: #FFFFFF80;
    }

    /* .img-form {
        opacity: 0.5;
    } */

    .img-form-title {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .img-form-title h3 {
            font-family: 'TypeNextProRegular';
            font-size: 2rem;
        }

    .img-form-container-white {
        padding: 1rem 2rem 6rem 2rem;
    }

    .img-form-title-white {
        padding: 3rem;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    .fields-form-container {
        background: #D0D0D0;
        padding: 1rem 2rem 6rem 2rem;
        font-family: TypeNextProRegular;
    }

        /* .fields-form-container form h3 {
            display: none;
        } */

    .img-form-container {
        position: relative;
        width: 100%;
        background: #FFFFFF80;
    }

    /* .img-form {
        opacity: 0.5;
    } */

    .img-form-title {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .img-form-title h3 {
            font-family: 'TypeNextProRegular';
            font-size: 2rem;
        }

    .img-form-container-white {
        padding: 1rem 2rem 6rem 2rem;
    }

    .img-form-title-white {
        padding: 1.5rem;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .form-section {
        padding-top: 3rem;
    }

    .fields-form-container {
        background: #D0D0D0;
        padding: 1rem 2rem 6rem 2rem;
        font-family: TypeNextProRegular;
    }

        /* .fields-form-container form h3 {
            display: none;
        } */

    .img-form-container {
        position: relative;
        width: 100%;
        background: #FFFFFF80;
    }

    /* .img-form {
        opacity: 0.5;
    } */

    .img-form-title {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .img-form-title h3 {
            font-family: 'TypeNextProRegular';
            font-size: 2rem;
        }

    .img-form-container-white {
        padding: 1rem 2rem 6rem 2rem;
    }
    .title-mobile{
        display: block;
    }

    .img-form-title-white {
        padding: 1.5rem;
    }
}
