.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}


.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.social-btn {
    /* width: 100%; */
    color: #000;
    border: 1px solid #dcdce5;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 12px 40px 12px 15px;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s;
    position: relative;
    box-shadow: 0 1px 2px rgba(220, 220, 229, .5);
}

.social-btn:hover {
    box-shadow: none;
    border-color: #374252;
}

.social-btn:focus {
    border: 1px solid #000;
}

.social-btn::-ms-input-placeholder {
    color: #6e6e6e;
}

.social-btn::placeholder {
    color: #6e6e6e;
}

.social-btn.google:hover {
    border-color: #4285f4;
}

.social-btn.google.solid {
    color: #fff;
    background-color: #4285f4;
    border-style: none;
    font-weight: 400;
}

.social-btn.google.solid:hover {
    background-color: #005efa;
}

.social-btn.apple:hover {
    border-color: #000000;
}

.social-btn.apple.solid {
    color: #fff;
    background-color: #000000;
    border-style: none;
    font-weight: 400;
}

.social-btn.apple.solid:hover {
    background-color: #000000;
}

.social-btn.facebook:hover {
    border-color: #1777f2;
}

.social-btn.facebook.solid {
    color: #fff;
    background-color: #1777f2;
    border-style: none;
    font-weight: 400;
}

.social-btn.facebook.solid:hover {
    background-color: #0053bd;
}

.social-btn.microsoft:hover {
    border-color: #0067b8;
}

.social-btn.microsoft.solid {
    color: #fff;
    background-color: #2f2f2f;
    font-weight: 400;
}

.social-btn.microsoft.solid:hover {
    background-color: #000;
}

.social-btn.spotify:hover {
    border-color: #1db954;
}

.social-btn.spotify.solid {
    color: #fff;
    background-color: #1db954;
    border-style: none;
    font-weight: 400;
}

.social-btn.spotify.solid:hover {
    background-color: #019435;
}

.social-btn.linkedin:hover {
    border-color: #0a66c2;
}

.social-btn.linkedin.solid {
    color: #fff;
    background-color: #0a66c2;
    font-weight: 400;
}

.social-btn.linkedin.solid:hover {
    background-color: #02468a;
}

.social-btn.internal:hover {
    border-color: #999;
}

.social-btn.internal.solid {
    color: #fff;
    background-color: #999;
    font-weight: 400;
}

.social-btn.internal.solid:hover {
    background-color: #999;
}

.social-content {
    grid-column-gap: 20px;
    align-items: center;
    display: flex;
}

.social-content.center {
    grid-column-gap: 12px;
    justify-content: center;
}

.social-image {
    width: 24px;
}

.social-image.white-card {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    margin: -8px -5px -8px -11px;
    padding: 9px;
    display: block;
}

.form-divider {
    width: 100%;
    color: rgba(0, 0, 0, .8);
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    display: flex;
}

.form-divider.more {
    margin-top: 31px;
    margin-bottom: 31px;
}

.form-div-line {
    width: 40%;
    height: 1px;
    background-color: #e4e4e4;
}

.form-div-text {
    min-width: 33%;
    text-align: center;
    flex: none;
}