
.subtitle {
    color: #152e5b;
    font-size: 36px;
    opacity: 1;
    text-align: center;
    font-variant: small-caps;
}

.send-box {

    width: 130px;
    height: 50px;
    background: rgba(255, 255, 255, 0.550000011920929);
    opacity: 1;
    position: relative;
    border: 2px solid rgba(114, 148, 228, 1);
    border-radius: 47px;
    overflow: hidden;

}

.send-bg {
    width: 166px;
    color: inherit;
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 16px;
    opacity: 1;
    text-align: left;
    outline: inherit;
}


button, input[type="submit"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;

}

.send-next {
    width: 25px;
    height: 25px;
    left: 65px;
    bottom: -2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    overflow: hidden;
}


.form {
    background-color: rgb(244, 245, 253);
}

.form-iframe {
    padding: 20px;

}

.eapps-link {
    visibility: hidden !important;
}


@media screen and (max-width: 600px) {
    .sidenav {
        display: block;
    }

    .form-field {
        width: 50%;
    }

    .name-form {
        padding-left: 10px;
        padding-right: 20px;
    }

    .send-box {
        margin: auto;
    }

    .subtitle {
        font-size: 20px;
    }

    iframe {
        display: none;
    }


    .infos {
        text-align: center;
        font-size: 18px;
    }


}


@media screen and (min-width: 600px) {
    /*Large screen*/
    .name-form {
        padding-left: 50px;
        translate: 60px
    }

    .spacer {
        padding-top: 100px
    }

    iframe {
        border: 0;
        margin-top: 50px;
        margin-left: 25%;
    }

    .infos {

        text-align: left;
        font-size: 18px;
        margin-right: 25%;
    }


}



