﻿.form-container {
    background-color: #fafafa;
    box-shadow: 0 0 5px rgba(247, 247, 247, .5);
    border-radius: 3px;
    padding: 50px;
    margin-bottom: 90px;
}

.form-label {
    font-weight: 500;
}

.form-control::placeholder {
    color: #aaa;
}
.guarantee-title{
    margin-top: 4rem !important;
}

.custom-input {
    border: 1px solid #fafafa;
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    height: 50px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: .3s;
    box-shadow: 0 0 5px #e9e9e9;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
}

    .custom-input:focus {
        background: #fff;
        border: 1px solid #222E59;
    }

.submit-guarantee{
    background: #2222!important;
    color: #000;
    padding: 8px 30px;
}

.g-recaptcha {
    margin: 15px 0;
}
.custom-input.error {
    border: 2px solid red;
}


@media (max-width: 780px) {
    .form-container {
        background-color: #fafafa;
        box-shadow: 0 0 5px rgba(247, 247, 247, .5);
        border-radius: 3px;
        padding: 15px;
        margin-bottom: 90px;
    }
}