body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    background-color: #fee8e8;
}

.z24_posveceno_mesto{
    position: relative;
    max-width: 795px;
    height: auto;
    overflow: hidden;
    background-color: #f2f5f7;
    margin: 0 auto;
}

.head_img{
    width: 100%;
    max-height: 500px;
}

.head_img img{
    width: 100%;
    height: auto;
}

.z24_container{
    padding: 40px;
}

.logo{
    width: 100%;
    padding-top: 30px;
}

.logo img{
    width: 100%;
    height: auto;
}

.title{
    font-family: "Rozha One", serif;
    font-size: 46px;
    line-height: 46px;
    font-weight: 600;
    color: #dc407e;
    padding: 0 0 20px 0;
}

.subtitle{
    font-family: "Kanit", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #ffa9b7;
    padding: 0 0 20px 0;
}

.text{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #414042;
}

#z24_form_container{
    widthh: 90%;
    height: auto;
    margin: 20px auto 0 auto;
}

.row{
    margin-bottom: 5px;
}

.divider{
    margin-bottom: 30px;
}

.label{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #414042;
    padding: 10px 0;
}

.input-bg{
    color: #00214c;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    border-radius: 16px 0;
    font-size: 12px;
    box-shadow: 2px 2px 5px rgba(65, 64, 66, 0.1);
}

.textarea-bg{
    color: #00214c;
    box-sizing: border-box;
    width: 100%;
    min-height: 150px;
    padding: 10px 15px;
    border: none;
    border-radius: 16px 0;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    resize: none;
    box-shadow: 2px 2px 5px rgba(65, 64, 66, 0.1);
}

#send_btn{
    display: block;
    max-width: 375px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    height: 55px;
    margin: 30px auto;
    background-color: #dc407e;
    color: #fff;
    border: none;
    border-radius: 50px;
    transition: all 0.1s ease-in-out;
}

#send_btn_placeholder{
    display: block;
    max-width: 375px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    height: 55px;
    margin: 30px auto;
    background-color: #9a9a9a;
    color: #fff;
    border: none;
    border-radius: 50px;
}

#send_btn:hover{
    background-color: #ffa9b7;
    cursor: pointer;
}

.terms_container{
    margin-bottom: 10px;
}

.terms_label{
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.terms_link{
    font-size: 14px;
    font-weight: 400;
    color: #dc407e;
}

.more_info{
    font-size: 15px;
    font-weight: 600;
    color: #dc407e;
    text-decoration: none;
}

#captcha_container{
    margin-top: 20px;
}

#informer{
    color: red;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.error{
    border: 1px solid red;
}

@media screen and (max-width: 1120px) {

}

@media screen and (max-width: 970px) {

}













