.registration-pages {
    position: relative;
    z-index: 9;
}

body.registracijos-template-default::after {
    content: '';
    display: block;
    height: 341px;
    background-color: #0155a0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

body.registracijos-template-default::before {
    content: '';
    display: block;
    height: calc(100% - 341px);
    background-color: #035fb0;
    position: absolute;
    top: 341px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.registracija-wrapper {
    border-radius: 10px;
    background-color: #ffffff;
    width: 744px;
    box-shadow: 0 8px 24px 0 rgba(68,99,137,.8);
    margin: 0 auto;
    padding: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.registracija-wrapper h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 43.29px;
    margin-bottom: 19px;
}

.registracija-wrapper p.lead {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20.97px;
}

.registracija-wrapper .line {
    display: block;
    margin: 30px 0;
    height: 1px;
    background-color: #eee;
}

.registracija-wrapper form {
    margin: 0 -15px;
}

.registracija-wrapper form label {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    line-height: 20.97px;
    display: block;
    min-height: 20px;
    display: block;
    margin-bottom: 5px;
}

.registracija-wrapper form input {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.97px;
    border-radius: 3px;
    border: 1px solid #000000;
    padding: 8px;
}

.registracija-wrapper form .col-xs-12 {
    padding-bottom: 5px;
}

.registracija-wrapper form .wpcf7-list-item input {
    display: inline-block;
    width: auto;
}

.registracija-wrapper form .wpcf7-list-item {
    margin-left: 0;
}

.registracija-wrapper form .wpcf7-list-item span {
    color: #0155a0;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.97px;
}

.registracija-wrapper form input[type="submit"] {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.97px;
    padding: 10px 25px;
    display: inline-block;
    width: auto;
    border: 0;
    border-radius: 3px;
    background-color: #0155a0;
    cursor: pointer;
    transition: ease all .3s;
}

.registracija-wrapper form input[type="submit"]:hover {
    background-color: #024f92;
}

@media only screen and (max-width : 768px) {
    .registracija-wrapper {
        width: 100%;
        padding: 28px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .registracija-wrapper form label {
        min-height: auto;
        font-size: 14px;
    }

    .registracija-wrapper h1 {
        font-size: 26px;
        line-height: 130%;
    }
}
