.btn {
    text-transform: initial;
}

.login-with-google .btn{
    min-width: 260px;
}

.login-with-google .btn img{
    height: 36px;
    position: absolute;
    left: 8px;
    top: 7px;
}
@media (max-width: 575px){
    .login-with-google .btn img{
        top:4px;
    }
}
