.error_wid_login{background-color:#ffebe8;
    border:1px dashed red;
    color:red;
    float:left;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:500;
    padding:6px;
    margin-left:200px;
    width:80%;
    clear:both!important}
.login_wid{
    list-style-type:none;
    width:98%;
    float:left;
    padding:5%;

}
.login_wid li{
    width:98%;
    float:left;
    margin:2px;
    line-height: 1rem;
}
.openid_social_login{padding:5px 0 0;
    clear:both;
    width:100%!important}
.login_wid li input{width:85%;
    float:left;
    margin:2px}
.loginBtn{box-sizing:border-box;
    position:relative;
    margin:.2em;
    padding:0 15px 0 46px;
    border:none;
    text-align:center;
    line-height:34px;
    white-space:nowrap;
    border-radius:.2em;
    font-size:16px;
    font-weight:lighter;
    color:#fff;
    background-color:#2672ec}
.loginBtn:before{content:"";
    box-sizing:border-box;
    position:absolute;
    top:0;
    left:0;
    width:34px;
    height:100%}
.loginBtn:focus{outline:0}
.loginBtn:active{box-shadow:inset 0 0 0 32px rgba(0,0,0,.1)}
.loginBtn--facebook{background-color:#4c69ba;
    background-image:linear-gradient(#4c69ba,#3b55a0);
    font-family:"Helvetica neue",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight:lighter;
    text-shadow:0 -1px 0 #354c8c}
.loginBtn--google,.loginBtn--windows{font-family:Roboto,Roboto,arial,sans-serif;
    font-weight:lighter}
.loginBtn--facebook:before{border-right:1px solid #364e92;
    background:url('images/icons/icon_facebook.png') 6px 6px no-repeat}
.loginBtn--facebook:focus,.loginBtn--facebook:hover{background-color:#5b7bd5;
    background-image:linear-gradient(#5b7bd5,#4864b1)}
.loginBtn--google{background:#dd4b39}
.loginBtn--google:before{border-right:1px solid #bb3f30;
    background:url('images/icons/icon_google.png') 6px 6px no-repeat}
.loginBtn--google:focus,.loginBtn--google:hover{background:#e74b37}
.loginBtn--windows{background:#00a1f1}
.loginBtn--windows:before{border-right:1px solid #2672ec;
    background:url('images/icons/windowslive.png') center/80% 80% no-repeat}
.loginBtn--windows:focus,.loginBtn--windows:hover{background-color:#2672ec}
.loginBtn--generic{font-family:"Times New Roman",Times,serif;
    font-weight:lighter;
    background:#dd4b39}
.loginBtn--generic:before{border-right:1px solid silver;
    background:url('images/icons/locked.png') center/80% 80% no-repeat}
.loginBtn--generic:focus,.loginBtn--generic:hover{background-color:#cc2a28}
@media screen and (max-width:768px) {
    #masthead .login_wid{
        display: none;
    }
    #masthead-mobile .login_wid{
        display: none;
    }
    .login_wid{
        background: #3fa9f5;
        width: 100%;
        padding: 0;
        border-bottom: solid 2px #303030;
    }
    .login_wid a{
        display: inline-block;
        font-weight: 500;
        width: 100%;
        height: 100%;
    }
    /*
    .login_wid a:hover{
        background-color: #80D5fb;
        transition: 0.5s all ease;
    }
    */
    .login_wid li{
        padding: 30px;
    }

} 