.login-container {
    width: 340px;
    margin: 40px auto auto auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 6px;
    padding: 40px;
    min-height: 410px;
  }

@media (min-width: 768px) { /* md and up */
.login-container {
    width: 678px;
}
}

.login-button {
    display: flex;
    align-items: center;
    background-repeat: repeat-x;
    color: #49545c;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: left;
    text-decoration: none;
    height: 42px;
    width: 270px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
    border-radius: 2px;
    padding-left: 5px;
}

.login-provider-logo {
    margin-right: 0.8em;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 12px 28px 12px 12px;
}

.login-footer {
    bottom: 0px;
    height: 2em;
    margin-top: 2em;
}

.microsoft {
    background-image: url('/static/images/auth_microsoft.svg');
}

.google {
    background-image: url('/static/images/auth_google.svg');
}

.apple {
    background-image: url('/static/images/auth_apple.svg');
}

.yahoo {
    background-image: url('/static/images/auth_yahoo.svg');
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Barlow', Helvetica, Arial, Lucida, sans-serif;
}

body,input,textarea,select {
	font-family: 'Barlow', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
}