
body {
    background-color: #ECEFF3 !important;
}

header {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.container .row {

}

.content {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 1px;
}

span.input-icon{
    position: absolute;
    margin-left: 7px;
    height: 25px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    z-index: 10;
}
input{
    padding-left: 30px !important;
    //height: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.row img {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    border: solid 1px #efefef;
}

.footer-1 {
    overflow: visible;
    position: absolute;
    bottom: -400px;
    width: 100%;
    height: auto;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 991px) {
    .footer-1 {
        font-size: 10px;
        position: inherit;
        overflow: visible;
        height: auto;
    }

    .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

    .error-message {
        font-size: 10px;
    }

    }



