﻿/* social btn start */
.btn-social {
    text-indent: 29px;
    background-position: 13px 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    text-align: left;
    padding-left: 36px;
    min-width: 134px;
    border-radius: 3px;
    height: 60px;
    font-size: 24px;
}

.btn-social-small {    
    text-indent: 20px;
    background-position: 4px 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    text-align: left;
    padding-left: 20px;
    width: 200px;
    border-radius: 3px;
    height: 40px;
    font-size: 14px;
}

.fb-btn {
    background-color: #33598D;
    padding-top: 10px;
    background-image: url(//static.nicepage.com/images/social/icon-facebook-login-w.png);
    color: #fff;
}

.fb-btn:hover, .fb-btn:focus {
    background-color: #254877;
    color: #fff;
}

.fb-btn:active {
    background-image: url(//static.nicepage.com/images/social/icon-facebook-login-w.png);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.google-btn {
    background-color: #dd4b39;
    padding-top: 10px;
    background-image: url(//static.nicepage.com/images/social/icon-google-login-w.png);
    color: #fff;
}

.google-btn:hover, .google-btn:focus {
    background-color: #c23321;
    color: #fff;
}

.google-btn:active {
    background-image: url(//static.nicepage.com/images/social/icon-google-login-w.png);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.auth-inprocess {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 38px;
    width: 38px;
    vertical-align: middle;
    background: url(/Content/Images/Site/icon-loading.gif) no-repeat scroll 8px 8px / 24px 24px;
}

.horizontal-divider {
    width: 100%;
    margin: 15px 0;
    border-top: 1px solid #bbb;
}

.centered-text {
    text-align: center;
}

.country-code-dropdown {
    opacity: 0;
    position: absolute;
    width: 66px;
}

.relative-dropdown-container {
    position: absolute;
    width: 66px;
    height: 35px;
}

.phone-number {
    margin-top: 8px;
    margin-left: 72px;
}

.country-dropdown {
    width: 66px !important;
}

.puree-dropdown .arrow {
    position: absolute;
    right: 4px;
    top: 17px;
    border: solid .35em;
    border-color: #8f8f8f transparent transparent;
    font-size: 16px;
}
