﻿/* social btn start */
.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: 250px;
    border-radius: 3px;
    height: 40px;
    font-size: 13px;
}

.fb-btn {
    background-color: #33598D;
    padding-top: 10px;
    background-image: url(http://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(http://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(http://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(http://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(http://csite.nicepage.com/Images/Site/icon-loading.gif) no-repeat scroll 8px 8px / 24px 24px;
}

/* social btn end */

#registerbutton:disabled {
    background: #adcdee;
    cursor: progress;
}

