﻿
html, body {
    height: 100%;
}

body {
    background: #fdfdfd;
    height: 95%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    body * {
        font-family: HelveticaNeue;
    }

form {
    height: 100%;
    background-size: contain;
}

.main-content {
    padding-top: 50px;
    text-align: center;
    border: none;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-50 {
    font-size: 50px;
}

.shadow-box {
    -webkit-box-shadow: 2px 6px 15px -5px #778;
    -moz-box-shadow: 2px 6px 15px -5px #778;
    box-shadow: 2px 6px 15px -5px #778;
}

.tilte-header {
    font-size: 30px;
    color: #ce1126;
    padding: 15px;
    font-family: Averta-Bold;
}

.sub-title {
    color: #3c66a0;
    font-size: 20px;
    font-family: HelveticaNeue-Medium;
}

.margin-30 {
    margin: 30px auto;
}

.input-field {
    height: 50px;
    margin: 20px 0;
    width: 100%;
    background: white;
    border-radius: 5px;
    align-items: center;
    display: flex;
    padding-left: 20px
}

    .input-field span {
        padding-left: 0;
        padding-right: 0;
    }

    .input-field input {
        border: none;
        background: white;
        outline: none;
        border-left: solid 1px #7f90ca;
        font-size: 18px;
    }

input#button-submit {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    background: #2a6ebb;
}

.footer-content {
    padding: 0 10px;
}

    .footer-content .list-images {
        width: fit-content;
        display: table;
    }

.list-images div {
    margin: 0 12px;
    width: 75px;
    height: 75px;
    float: left;
    border-radius: 50%;
    position: relative;
}

.list-images img {
    position: absolute;
    top: 29%;
    left: 28%;
}

.footer-content .list-images .phone {
    background: #e9843a;
}

.footer-content .list-images .book {
    background: #4676b9;
}

.footer-content .list-images .info {
    background: #72a82b;
}

.modal-1170 {
    width: 1170px;
}

.modal-square {
    border-radius: 0px;
    border: 0px;
}

.blue-header {
    background-color: #4676b9;
    color: white;
}

.list-decoration li {
    list-style-position: outside;
    line-height: 2;
}

.input-error {
    border: 2px solid #ff0000
}

.wwFormTable table tr td {
    font-size: 18px;
    background: red;
}
