input[type=text], input[type=email], select, textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type=tel]{
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #1b2057;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    margin-top: 15px;
}


input[type=submit]:hover {
    background-color: #30399d;
}

.form-container {
    border-radius:2px;
    background-color: #f5f8fa;
    padding: 30px;
}
.red{
    color: red;
}
.langicon{
    max-height: 25px !important;
    vertical-align: middle
}
body{
    font-family: 'Open Sans', sans-serif !important;
}



