.social {
    border: none;
    border-radius: 0.25rem;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    position: relative;
    height: 2.5rem;
    padding: 0 1rem;
    display: -webkit-inline-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    width: 100%;
    margin: 0 0 1rem;
}

.social:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #006298;
    box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #006298;
}

.last-chose {
    font-size: .875rem;
    font-style: italic;
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}

input.input-group-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 100;
}

.input-group-append {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -1px;
}

.input-group-append .button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 200;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.facebook {
    background-color: #4267B2;
    border-color: #4267B2;
}

.facebook:hover {
    background-color: #34528e;
    border-color: #34528e;
}

.facebook:active {
    background-color: #273d6a;
    border-color: #273d6a;
}

.google {
    background-color: #ffffff;
    border: 0.125rem solid #c3c3c3;
    color: #333333;
}

.google:hover {
    background-color: #f3f3f3;
}

.google:active {
    background-color: #e1e1e1;
}

.microsoft {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.microsoft:hover {
    background-color: #585858;
    border-color: #585858;
}

.microsoft:active {
    background-color: #828282;
    border-color: #828282;
}

/* CREATE & MANAGE*/
.container {
    max-width: 100%;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.875rem;
}

.between {
    justify-content: space-between;
    align-items: flex-end;
}

.item {
    position: relative;
    padding: 0;
    width: 100%;
}

.float-right {
    float: right;
}

.base-label {
    font-weight: bold;
}

.base-verify {
    margin-top: 0.25rem;
    padding-bottom: .75rem;
}

.base-status {
    font-size: 1.125rem;
    margin: 1rem 0 0.75rem 0;
}

.base-status-copy {
    margin-left: 0.25rem;
}

#info .alert--input {
    height: 1.3125rem;
}

.mono {
    font-family: monospace, monospace;
}

.bold {
    font-weight: bold;
}

#email-icon {
    margin-top: -0.16rem;
}

.button-copy {
    margin-left: 1rem;
}

.data {
    display: inline-block;
    line-height: 1;
}

#login-service .data {
    vertical-align: text-top;
}

.button--plain-small {
    width: auto;
    height: auto;
    font-weight: normal;
    display: -webkit-box;
    line-height: inherit;
}

.icon-button {
    align-self: flex-end;
    height: auto;
    width: auto;
    background-color: transparent;
    padding: 0.25rem 0.75rem 0;
    border: none;
}

.italic {
    font-style: italic;
}

.font1 {
    font-size: 1rem;
}

.mt0 {
    margin-top: 0 !important;
}

.mt0-5 {
    margin-top: 0.5rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.mt1-5 {
    margin-top: 1.5rem !important;
}

.mt2 {
    margin-top: 2rem !important;
}

.mt2-5 {
    margin-top: 2.5rem !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb0-5 {
    margin-bottom: 0.5rem !important;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mb1-5 {
    margin-bottom: 1.5rem !important;
}

.mb2 {
    margin-bottom: 2rem !important;
}

.mb2-5 {
    margin-bottom: 2.5rem !important;
}

.mr1-5 {
    margin-right: 1.5rem !important;
}

input.highlight-danger {
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    border-color: #df3603;
    -webkit-box-shadow: 0 0 0 0.125rem #df3603;
    box-shadow: 0 0 0 0.125rem #df3603;
}

input.highlight-danger:focus {
    border-color: #666666;
    -webkit-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.2875rem #df3603;
    box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.2875rem #df3603;
}

/*Privacy Policy*/
.notice-title {
    text-transform: capitalize;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.notice {
    font-weight: bold;
}

h2.privacy {
    font-size: 1.75rem !important;
}

h3.privacy {
    font-size: 1.375rem !important;
}

h4.privacy {
    font-size: 1.125rem !important;
}

table {
    text-align: left;
    width: 100%;
}

tr th {
    font-weight: 400;
    padding: 1rem;
}

thead {
    border-bottom: 1px solid #dddddd;
    background-color: #f7f7f7;
}

thead th,
thead tr th {
    padding: 1rem;
    line-height: 1;
    font-weight: 700;
}

tr {
    border-bottom: 1px solid #dddddd;
}

tr td {
    padding: 1rem;
}

.no-bullet {
    list-style-type: none;
}

/* Small view ports and up */
@media only screen and ( min-width: 30em ) {

    .base-label {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }

    .base-data {
        -ms-flex-preferred-size: 66.6667%;
        flex-basis: 66.6667%;
        max-width: 66.6667%;
        padding-bottom: 0;
    }

    .options {
        display: flex;
        justify-content: center !important;
    }

    .microsoft {
        margin-left: 1em !important;
    }

    .options .button-copy {
        margin-left: 1.25rem;
    }

    .social.button {
        font-weight: bold;
    }

    .base {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }

    .third {
        width: initial;
        margin: 0;
        padding: 0 0.5rem;
    }

    .third .button-copy {
        margin-left: 0.5rem;
    }

    .third .hide-non-mobile {
        display: none;
    }

    .hide-mobile {
        display: initial;
    }

    .centered.policy {
        max-width: 660px;
    }
}
