body .md-form.md-outline.form-lg label {
    font-size: 14px;
    top: 6px;
    line-height: 1.71;
}

body .md-form.md-outline.form-lg label.active {
    font-size: 14px;
    top: 0px;
    line-height: 1.71;
}

body .md-form.md-outline.form-lg .form-control.form-control-lg {
    padding: 12px 16px 12px 16px;
}

.g-recaptcha {
    margin-bottom: 20px;
    height: 78px;
}

.g-recaptcha[data-size="normal"] {
    display: block;
}

.g-recaptcha[data-size="compact"] {
    display: none;
}

.btn-white {
    background-color: white;
    color: #240002;
    padding: 16px 25px 16px 25px;

}

.btn-white:hover {
    color: #240002;
    text-decoration: underline;
}

.btn-white img {
    margin-right: 18px;
}

a .icon {
    margin-left: 12px;
}

a.btn .icon {
    margin-left: inherit;
    margin-right: 18px;

}

.login {
    top: 35px;
}

.acquire-phone {
    display: none;
}

.for-sale-card {
    width: 460px;
    color: #37474f;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 4px rgba(0, 0, 0, 0.2);
    margin-left: -10%;
}

.for-sale-card .card-body {
    padding: 41px;
}
.success-image {
    margin-top: 111px;
    margin-bottom: 96px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.error {
    padding-top: 300px;
    background-image: url('/assets/images/for-sale/error.svg');
    background-repeat: no-repeat;
    background-position: center 64px;
    /*height: 601px;*/
}

.error-image {
    /*margin-bottom: 46px;*/
}
#error-reload {
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.3px;
    text-align: center;
    color: #2196f3;
    margin-bottom: 64px;
    margin-top: 49px;
}
#error-reload img {
    margin-right: 14px;
    height: 16px;
    width: 16px;
}
.for-sale-card .card-body h5.card-title {
    font-weight: 600;
    font-size: 28px;
}

.success-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.05px;
    text-align: center;
    color: #37474f;
    margin-bottom: 111px;
}
.error-text {
    height: 24px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.05px;
    color: #37474f;
}
@media (max-width: 1199px){
    .cards {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        min-width: 738px;
        width: 66%;
    }
    .for-sale-card {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 100%;
        width: auto;
    }
}
@media (max-width: 922px) {
    .acquire-phone {
        display: block;
        background-color: black;
        text-align: center;
        padding: 30px 0px 30px 0px;
        font-size: 12px;
    }

    .acquire-phone .col-sm-12 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn-white {
        font-size: 12px;
        white-space: nowrap;
        padding: 11px 9px 11px 9px;
    }

    .btn-white img {
        margin-right: 12.5px;
    }
}
.g-recaptcha {
    display: none;
}
.recaptcha-tos {
    opacity: 0.4;
}

@media (max-width: 768px){
    .cards {
        min-width: inherit;
        width: 100%;;
    }
}
@media (max-width: 460px) {
    .g-recaptcha[data-size="compact"] {
        display: block;
        height: 144px;
    }

    .g-recaptcha[data-size="normal"] {
        display: none;
    }
}

@media (max-width: 320px) {
    body {
        font-size: 14px;
    }
}