body{
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.error {
    border-color: #c92d66 !important;
    color: #c92d66 !important;
}

label:after {
    content: attr(data-invalid);
    color: #c92d66;
}

.error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c92d66 !important;
    opacity: 1; /* Firefox */
}

.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c92d66 !important;
}

.error::-ms-input-placeholder { /* Microsoft Edge */
    color: #c92d66 !important;
}

.success {
    border-style: solid;
    border-color: green;
    border-width: 1px;
}
.wrapper_form {
    position: relative;
    height: 100vh;
}
section.yimify_gorm {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
section.yimify_gorm .right {
    display: flex;
    align-items: center;
    /* height: 100%; */
    overflow: auto;
}
.overlay_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: left !important;
    background-size: cover !important;
}
.overlay_img::before {
    position: absolute;
    content: '';
    /* background: rgba(231,56,39,1);
    background: -moz-linear-gradient(top, rgba(231,56,39,1) 0%, rgba(0,0,0,1) 54%, rgba(214,127,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,56,39,1)), color-stop(54%, rgba(0,0,0,1)), color-stop(100%, rgba(214,127,240,1)));
    background: -webkit-linear-gradient(top, rgba(231,56,39,1) 0%, rgba(0,0,0,1) 54%, rgba(214,127,240,1) 100%);
    background: -o-linear-gradient(top, rgba(231,56,39,1) 0%, rgba(0,0,0,1) 54%, rgba(214,127,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(231,56,39,1) 0%, rgba(0,0,0,1) 54%, rgba(214,127,240,1) 100%);
    background: linear-gradient(to bottom, rgba(231, 56, 39, 0.69) 36%, rgba(0, 0, 0, 0.35) 122%, rgba(214, 127, 240, 0.64) 122%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#d67ff0', GradientType=0 ); */
    width: 100%;
    height: 100%;
    background: #c92d66;
    opacity: .6;
}

section.yimify_gorm .left,
section.yimify_gorm .right {
    width: 50%;
    position: relative;
}
section.yimify_gorm .left::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-top: 670px solid #fff0;
    height: 100%;
    border-right: 340px solid #fff;
    border-left: 330px solid #fff0;
    border-bottom: 610px solid #fff;
}
section.yimify_gorm .left {
    overflow: hidden;
}

section.yimify_gorm .left img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.main_row_form {
    padding: 0;
    width: 55%;
    margin: 0 auto;
}

.logo {
    width: 100px;
    overflow: hidden;
    margin: 0 auto 30px;
}

.logo img {
    width: 100%;
}

.title h1 {
    color: #38657a;
    font-size: 50px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    line-height: 50px;
}
.main_row_form h2 {
    color: #38657a;
    font-size: 20px;
    text-align: left;
    margin: 0;
    padding: 15px 0;
    font-weight: 700;
}
.form_group {
    width: 100%;
    margin-bottom: 15px;
}
.d-block{
    display: inline-block !important
}
.form_group input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #38657A;
    width: 98.4%;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #37657C;
    outline: none;
    box-shadow: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #37657C;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #37657C;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #37657C;
}
:-moz-placeholder { /* Firefox 18- */
    color: #37657C;
}
.form_group.part_row input {
    width: 48%;
    margin-right: 7px;
}
.form_group select {
    color: #37657C;
    border: 2px solid #38657A;
    height: 25px;
    padding: 0 30px 0 10px;
    margin-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: url(../images/arrow.png) no-repeat 86% 50%;
    background-size: 11px;
}
.form_group label {
    font-size: 14px;
    font-weight: 400;
    color: #37657C;
}
.main_row_form button {
    background: #DF447D;
    color: #fff;
    font-size: 14px;
    border: 0;
    padding: 12px 55px;
    border-radius: 50px;
    text-align: center;
    display: table;
    margin: 40px auto 20px;
    cursor: pointer;
}

.main_row_form button:hover {
    background: #38657a;
    transition: all 500ms ease;
}
.startseite {
    text-align: center;
}

.startseite span {
    padding: 0 5px;
    position: relative;
}

.startseite span a {
    text-decoration: none;
    color: #38657a;
    text-transform: capitalize;
    font-size: 12px;
}

.startseite span::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #38657a;
    top: 5px;
    right: 0;
}

.startseite span:last-child::after {
    display: none;
}

@media (max-width: 1636px){
    .main_row_form {
        width: 65%;
    }
}
@media (max-width: 1024px){
    .main_row_form {
        width: 90%;
    }
    .title h1 {
        font-size: 40px;
    }
}
@media (max-width: 991px){

}

@media (max-width: 767px) {
    section.yimify_gorm .right{
        width: 100%;
    }
    section.yimify_gorm .left::after, section.yimify_gorm .left{
        display: none;
    }
    .section.yimify_gorm .right{

    }
    .main_row_form {
        width: 100%;
        padding: 15px;
    }

    .logo img  {
        background: url(../images/yimify-logo-white.png) no-repeat;
        background-size:contain;
        width: 0px;
        height: 0px;
        padding: 50px;
    }

    label:after {
        content: attr(data-invalid);
        color: #ffffff;
    }

    .error {
        border-color: #ffffff !important;
        color: #ffffff !important;
    }

    .error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ffffff !important;
        opacity: 1; /* Firefox */
    }

    .error:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #ffffff !important;
    }

    .error::-ms-input-placeholder { /* Microsoft Edge */
        color: #ffffff !important;
    }


    section.yimify_gorm .right {
        background-image: url(../images/backgroundMobile.jpg);
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
    }
    .title h1 {
        font-size: 30px;
        color: #fff;
        padding: 0;
    }
    .main_row_form h2 {
        color: #ffffff;
    }
    .form_group input {
        border-bottom: 2px solid #ffffff;
        width: 100%;
        color: #ffffff;
    }
    .form_group.part_row {
        margin-bottom: 0;
    }
    .form_group.part_row input {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .form_group label {
        color: #ffffff;
    }
    .form_group select {
        color: #ffffff;
        border: 2px solid #ffffff;
        background: url(../images/arrow_white.png);
        background-repeat: no-repeat;
        background-position: 86% 50%;
        background-size: 11px;
    }
    .startseite span a {
        color: #ffffff;
    }
    .startseite span::after {
        background: #ffffff;
    }
    .form_group select * {
        color: #000;
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }
    ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }
    :-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }
    :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }
    .wrapper_form {
        height: auto;
    }
    section.yimify_gorm .right {
        height: auto;
        overflow: auto;
    }
}


.annotation {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 8pt;
    margin: 10px;
}
