#signin {
    margin-bottom: 3em;
}

.idpDescription-customizable {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.socialButton-customizable {
    height: 40px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}

.socialButton-customizable:last-child {
    margin-bottom: 0;
}

.social-logo {
    width: 35px;
    height: 100%;
    text-align: center;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.btn.google-button {
    background-color: #d3d3d3;
    color: black;
}

.btn.google-button:hover {
    background-color: #c4c4c4;
    color: black;
}

.btn.facebook-button {
    background-color: #4267b2;
    background-image: none;
    color: white;
}

.btn.facebook-button:hover {
    background-color: #2955ad;
    background-image: none;
    color: white !important;
}

.btn.amazon-button {
    background: #f3d078;
    background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b);
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
}

.btn.amazon-button:hover {
    background: #f1c860;
    background: -webkit-linear-gradient(top, #f5d78e, #eeb933);
    background: linear-gradient(to bottom, #f5d78e, #eeb933);
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
}

h3 .back-button {
    position: relative;
    top: -4px;
    height: 1em;
    padding: 0 0.25em;
    background: none;
    border: none;
}

.social-img {
    height: 30px;
    padding: 0.25rem 0.5rem 0.25rem 0;
}

.social-logo-xs {
    height: 20px;
    padding-right: 6px;
    position: relative;
    top: 1px;
}

#signin input {
    width: 1%;
    margin: 0;
}

footer .form-control {
    display: inline-block;
    width: auto;
    height: 20px !important;
    padding: 2px 3px;
    margin: 5px 0;
    font-size: 8pt;
}

.buildNumber {
    display: inline-block;
}

.input-group>.input-group-prepend>.input-group-text.far {
    line-height: 1.4;
}

#st-phone-callingcode {
    max-width: 70px;
    width: 10% !important;
    border-left-width: 0;
}

#st-phone {
    width: 60% !important;
    border-left-width: 0;
}

#st-phone-plus {
    max-width: 20px;
    border-right-width: 0;
    margin: 0;
    padding: 0 0 0 0.5rem;
    line-height: 2.2;
}

#st-google,
#st-amazon {
    color: #000 !important;
}

#st-facebook {
    color: #fff !important;
}

.hide {
    display: none;
}

#footerContainer.seller a {
    color: #00CCFF;
}

#layoutContainer.seller .btn-primary.hover, 
#layoutContainer.seller .btn-primary:hover, 
#layoutContainer.seller .btn-primary.active, 
#layoutContainer.seller .btn-primary:active {
    background-color: #00CCFF !important;
    background-image: linear-gradient(-180deg,#00CCFF 0%, rgb(0, 159, 199) 90%) !important;
}

@media screen and (max-width:768px) {
    #quickSignIn .btn h5 {
        font-size: 1.2em;
    }
    #quickSignIn .btn h5 i {
        display: block;
        margin-left: 0 !important;
        font-size: 1em;
    }
    #quickSignIn .social-img {
        height: 48px;
        padding: 0.5rem 0.25rem 0.5rem 0;
    }
    #quickSignIn .social-logo-xs {
        position: relative;
        top: 6px;
        height: 35px;
        padding: 0 0.25rem;
    }
    #quickSignIn .fa-angle-right {
        position: relative;
        top: -3px;
        padding: 0 0.25rem;
    }
    #re-lname {
        margin-top: 0.25em;
    }
    h3 {
        font-size: 2em;
    }
}


/* Embeded View */

#embed-header,
body.embed-signin .logo-wrap,
body.embed-signin .oauth-links-wrap,
body.embed-signin #ordapadSellerButton,
body.embed-signin #ordapadBuyerButton,
body.embed-signin #footerContainer {
    display: none;
}

body.embed-signin #embed-header {
    display: block;
}

body.embed-signin #layoutContainer {
    position: relative;
    top: 30px;
}

