/*==================================
    #1 - contact form
==================================*/

.contact-form {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .contact-form-title {

    }

    .contact-form-container {

    }

        .contact-form-main-column {

        }

        .contact-form-column {

        }

            .contact-form-column-left {

            }

            .contact-form-column-right {

            }

        .contact-form-group {

        }

            .contact-form-label {

            }

                .contact-form-control {

                }

                .contact-form-control::-webkit-input-placeholder {

                }
                .contact-form-control::-moz-placeholder {

                }
                .contact-form-control:-ms-input-placeholder {

                }
                .contact-form-control:-moz-placeholder {

                }

            textarea.contact-form-control{

            }

        .contact-form-check {

        }

            .contact-form-check-input {

            }

        .contact-button-wrapper {
            text-align: right;
        }
/*
.error{
    background-color: #da2929;
}
*/

.form-error {
     border: 2px solid #ca4040;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    .form-error::-webkit-input-placeholder {
        color: #d00000!important;
    }
    .form-error::-moz-placeholder {
        color: #d00000!important;
    }
    .form-error:-ms-input-placeholder {
        color: #d00000!important;
    }
    .form-error:-moz-placeholder {
        color: #d00000!important;
    }

.content-thanks{
    text-align: left;
    padding: 30px 0;
    margin-bottom: 20px;
    color: #292929;
    font-size: 19px;
    font-weight: 600;
}

/*==== End of contact form ====*/

/*==================================
    #2 - Responsiivisuus
==================================*/

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

}

/*==== End of responsiivisuus ====*/
