.btn-google {
    display: inline-block;
    background: white;
    color: #444;
    min-width: 180px;
    border-radius: 5px;
    border: thin solid #888;
    font-size:13px;
    white-space: nowrap;
    line-height: 18px;
    border-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.btn-google:hover {
    cursor: pointer;
}

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    min-width: 170px;
    padding: 0;
    border: none;
    text-align: center;
    line-height: 34px;
    white-space: nowrap;

    font-size: 13px;
    color: #FFF;
    border-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
    /*border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;*/
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

.g-signin2 {
    width: 100%;
}

.g-signin2 > div {
    margin: 0 auto;
}



.regular-login-btn {
    max-width: 120px;
    display: block;
}

.remember-me {
    color: #838383;
}

.error-message-login {
    color: rgb(201, 0, 0);
    font-weight: 800;
    font-size: 16px;
}

.password-field {
    margin-bottom: 0;
}

.tt-none {
    text-transform: none
}

@media (max-width: 600px) {
    .new-signin-cont{
        max-width: 90%!important;
    }
    .reg-logo-icon{
        margin: 20px auto 20px!important;
    }
    .reg-logo-icon img{
        width:120px;
        height:auto;
    }
    form .row.remember-me{
        margin:0 auto!important;
    }
    .new-signin-cont label{
        display:block;
        margin:0px auto;
        text-align:center;
    }
    .new-signin-cont .one-half{
        margin:0 auto 10px;
        width:100%;
        float:none;

    }
    .form-signin-heading{
        margin-top:50px;
        font-size:26px;
    }
    .google-cont{
        float:none;
        width:100%;
        text-align:center;
    }
    .loginBtn,.btn-google{
        width:100%;
        display:block;
        margin-bottom:15px;
    }
    .other-login-links{
        margin-top:20px;
    }
    .other-login-links li{
        display:block;
        margin-bottom:5px;
    }
    .other-login-links li:after{
        display:none;
    }
}