.oauth {   
    margin: 0 0 20px 0;
    text-align: center;
}

.oauth a:hover { 
	color: #eee;
	opacity: 0.8;
}
.oauth a img { width: 25px; height: 25px; padding-right: 5px;}

.fb {
    background-color: #294ea1;
      color: white;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11pt;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 30px;
    transition: .2s;
    width: 100%;

}
.ggl {

    color: white;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11pt;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 30px;
    transition: .2s;
    width: 100%;
    background: #4c8bf5;
   

}

.oauth_google.oauth img { width: 25px; height: 25px; padding-right: 5px;}

