input {
    border-radius: 5px;
    border: 1px solid #ced4da;
}

input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.social-signin-button {
    width: 220px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-signin-button img {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
}
