.bg-grey {
    background: #EDEDED;
}

.login-google span::before {
    content: "";
    background: url('../images/icon-google.png');
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.login-form .login-google {
    border: 1px solid #CACEDA;
    padding-top: 12px;
    padding-bottom: 12px;
}

.login-form .login-facebook,
.btn-login {
    padding-top: 12px;
    padding-bottom: 12px;
}

.login-form .login-facebook i {
    font-size: 24px;
}

.login-form .login-google span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    max-width: 600px;
    padding: 30px;
}

.login-form .form-group input {
    height: 50px;
}

.login-form .form-group input::placeholder {
    font-size: 14px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
