
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-card{
    max-width: 500px;
    margin: 0 auto;    
    background: #fafafa;
    border: 1px solid #eaedef;    
}

.login-card-inner{
    padding: 30px;
}

.login-card h3 {
    margin: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    background: #f7f7f7;
    text-align: center;
    border-bottom: 1px solid #eaedef;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.width50{
  width: 48% !important;
  display: inline-block;
  margin-top: 0px;
}

.mt-10{
  margin-top: 10px;
}

.invalid-feedback{
  display: block;
}

.login-card .label{
    text-align: left;
}

.float-right{
    text-align: right;
}

.float-left{
    text-align: left;
}

.form-group{
    margin-bottom: 20px;
}

.btn-social-small{
    font-weight: bold;
}
.btn-social-small{
color: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    min-width: 60px;
    max-height: 45px;
}

.btn-social-small i{
    display: block;
    font-size: 15px;
}

.or-wrapper{
width: 100%;
    max-width: 325px;
    position: relative;
    display: block;
    margin: 5px auto;
    padding: 5px 0 15px 0;
}

.or-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    vertical-align: middle;
    text-transform: uppercase;
    color: #9e9e9e;
}


.or-divider:after, .or-divider:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #ccc;
    width: 45%;
    vertical-align: middle;
    margin-top: 9px;
}