﻿.login {
	width: 300px;
	position: relative;
	float: right;
	height: 30px;
	padding-left: 5px;
	text-align:right;
}
.btn-facebook {
    font-size: 13px;
    font-weight: 400;
    background-color: #3D5998;
    color: #FFF;
    padding: 12px 25px 1px 12px;
    border-radius: 15px;
    cursor:hand;
    margin-right: 2px;
}
.btn-facebook img {
  display:inline-block;
  width:auto;
  height:24px;
  padding-bottom:2px;
  padding-left:4px;
}
.btn-google-plus {
    font-size: 13px;
    font-weight: 400;
    background-color: #DD6B6B;
    color: #FFF;
    padding: 12px 25px 2px 14px;
    border-radius: 15px;
    margin-right: 2px;
}
.login-socail-network {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    width:500px;
    float:right;
    cursor:pointer;
    text-align:right;
    position:relative;
    line-height: 45px;
    padding-left:10px;
    margin-top: -45px;
    height:50px;
    color: #333;
}
.login-socail-network  span {
    word-wrap: break-word;
}