#form-main {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.img-input-header {
    padding-top: 2px !important;
}

.form-space-between {
    width: 250px !important;
}

.form-title, .form-container {
    max-width: 517px !important;
}

.form-container .btn {
    position: relative;
    left: 32%;
    margin-top: 20px;
}

@media (max-width: 560px) {
    .form-title, .form-container {
        width: 380px !important;

    }
}

@media (max-width: 990px) {
    #form-container {
        flex-wrap: wrap !important;
        flex-direction: column;
        align-content: center !important;
    }

    .form-title, .form-container {
        max-width: 430px;        
    }

    #form-main form {
        font-size: 15px !important;
    }

    .form-container {
        margin-top: 50px;
    }
}

@media (max-width: 430px) {
    .hideOnTablet {
        display: none !important;
    }

    .form-container {
        margin-top: 20px;
    }
}

@media (max-width: 410px) {

    .form-title, .form-container {
        width: 330px !important;
    }

    .form-container .btn {
        left: 27%;
    }

    
}