#signin-title {
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.auth-buttons {
    text-align: center;
}

.auth-button-wrapper {
    margin: 20px auto;
    display: block;
    text-align: center;
}

.auth-button {
    font-size: 14px;
    position: relative;
    width: 440px;
    border-radius: 5px;
    max-width: 80%;
    height: 55px;
    padding: 0;
}

.auth-button .label {
    text-align: left;
    display: block;
    vertical-align: middle;
    padding-left: 85px;
    padding-right: 30px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auth-button .image-wrapper {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
}

.auth-button .image-wrapper:before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.auth-button img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 34px;
    height: 34px;
}


.auth-button.facebook {
    background-color: #4862a1;
}

.auth-button.facebook img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.facebook:hover {
    background-color: #384d7e;
}

.auth-button.facebook:active {
    background-color: #28375b;
}

.auth-button.dropbox {
    background-color: #007ee5;
}

.auth-button.dropbox img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.dropbox:hover {
    background-color: #0062b2;
}

.auth-button.dropox:active {
    background-color: #00467f;
}

.auth-button.microsoft {
    background-color: #1ba1e2;
}

.auth-button.microsoft img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.microsoft:hover {
  background-color: #1681b4;
}
.auth-button.microsoft:active {
    background-color: #106087;
}

.auth-button.google {
    background-color: #4285F4;
}

.auth-button.google img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.google:hover {
    background-color: #4285F4;
}

.auth-button.google:active {
    background-color: #2777f7;
}

.auth-button.amazon {
    background-color: #f6ca51;
    margin-bottom: 0;
}

.auth-button.amazon img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.amazon:hover {
    background-color: #f3bb21;
}

.auth-button.amazon:active {
    background-color: #d6a00b;
}

.auth-button.oxygen {
    background-color: #ff3399;
}

.auth-button.oxygen img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.oxygen:hover {
    background-color: #e61a80;
}

.auth-button.oxygen:active {
    background-color: #cc0066;
}

.auth-button.onedrive-for-business {
    background-color: #094AB2;
}

.auth-button.onedrive-for-business img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.onedrive-for-business:hover {
    background-color: #003199;
}

.auth-button.onedrive-for-business:active {
    background-color: #00177F;
}

.auth-button.procore {
    background-color: #ff5200;
}

.auth-button.procore img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.procore:hover {
    background-color: #EA814F;
}

.auth-button.procore:active {
    background-color: #BE3D00;
}

.auth-button.autodesk {
    background-color: #22282F;
}

.auth-button.autodesk img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.autodesk:hover {
    background-color: #000000;
}

.auth-button.autodesk:active {
    background-color: #666666;
}

.auth-button.canopy {
    background-color: #4FC3EF;
}

.auth-button.canopy img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.canopy:hover {
  background-color: #1ba1e2;
}

.auth-button.sharepoint {
    background-color: #038387;
}

.auth-button.sharepoint img {
    margin-left: 25px;
    margin-right: 25px;
}

.auth-button.sharepoint:hover {
    background-color: #024931;
}

.auth-button.sharepoint:active {
    background-color: #022418;
}


.hidden {
    display: none;
}
