body {
    margin: 0;
}

#form-cert, #form-cert * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#form-cert {
    font-size: 15px;
    line-height: 1.5;
    font-family: sans-serif;
    text-align: center;
    background-image: url("https://flexon.safo-shifo.uz/images/formbg.jpg");
    background-size: 100% 100%;
    max-width: 600px;
    padding: 30px;
    margin: 30px auto;
}

#form-cert .red {
    color: red;
}

#form-cert .uppercase {
    text-transform: uppercase;
}

#form-cert .form-title {
    font-size: 35px;
    font-weight: bold;
}

#form-cert .form-date {
    color: blue;
    font-weight: bold;
    margin: 10px auto;
    font-size: 18px;
}

#form-cert .form-text {
    font-size: 18px;
    margin: 10px auto;
}

#form-cert .form-border {
    margin: 15px;
    border: 2px solid #0299ff;
    padding: 10px;
}

#form-cert form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
}

#form-cert .form-field {
    width: 100%;
    max-width: 300px;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    margin: 5px auto 20px;
}

#form-cert .form-btn {
    width: 100%;
    max-width: 300px;
    padding: 16px 20px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
    border: none;
    font-size: 20px;
    border-radius: 5px;
    background-color: #0299ff;
    color: #fff;
    cursor: pointer;
    margin: 10px auto 20px;
    transition: all 0.3s ease;
}

#form-cert .form-btn:hover {
    box-shadow: none;
}

@media(max-width: 700px) {

    #form-cert {
        margin: 30px 10px;
        padding: 30px 20px;
    }

    #form-cert .form-title {
        font-size: 30px;
    }
 
    #form-cert .form-border {
        margin: 15px 0;
    }

    #form-cert .form-btn {
        padding: 15px;
        font-size: 19px;
    }
}

.news .section article .productImage .form-img {
    width: 100%;
    max-width: 300px;
}


