@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800|Roboto+Slab:400,300,700');
/* Signin CSS Starts */
.signin-part {
	background: #FFFFFF;
	margin: 0 auto 70px;
	max-height: 350px;
	overflow: auto;
	padding: 30px 30px 70px;
	width: 450px;
	overflow: hidden;
	border-top-width: 5px;
	border-top-style: solid;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
.signin-part .signup-link {
	border-top: 1px solid #DDDDDD;
	clear: both;
	overflow: auto;
	padding-top: 15px;
	position: relative;
	text-align: center;
	top: -15px;
}
.signup-link a {
	color: #F0483E;
	display: block;
	text-decoration: underline;
}
#loginform {
	float: left;
	padding: 10px;
	width: 99%;
	position: relative;
	left: -25px;
	font-weight: 400;
}
#loginform table {
	width: 100%;
}
#loginform h3 {
	display: none;
}
#loginform .label {
	font-size: 15px;
	color: #333;
	text-align: right;
	padding: 0 5px 12px 0;
}
#loginform .input {
	padding: 12px 8px;
	border: 1px solid #e2e2e2;
	outline: none;
	font-family: inherit;
	-webkit-box-shadow: 0px 1px 0 rgb(238, 238, 238);
	box-shadow: 0px 1px 0 rgb(238, 238, 238);
	font-size: 13px;
	width: 98%;
	margin-bottom: 10px;
}
#loginform .input:focus {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.forgotpasslink {
	margin-bottom: 5px;
}
.forgotpasslink span {
	font-size: 12px;
	cursor: pointer;
	color: #333;
	text-decoration: underline;
	color: #1b7fd5;
}
.forgotpasslink span:hover {
	text-decoration: none;
}
#loginform input[type="submit"], #submit_but {
	background-color: #14b45a;
	cursor: pointer;
	border: 1px solid #12ab55;
	margin-top: 10px;
	outline: none;
	padding: 13px 0 16px 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-family: inherit;
	color: #fff;
	font-weight: bold;
}
#loginform .securetxt {
	color: #434343;
	font-size: 12px;
}
#loginform input[type="submit"]:focus, #submit_but:focus {
	outline: none;
}
.msg {
	background-color: #ff6a6a;
	border: 1px solid #e00;
	color: #fff;
	display: block;
	font-weight: 600;
	margin: 0 auto;
	padding: 3px 0;
	text-align: center;
	top: -6px;
	width: 92.3%;
	left: 25px;
	position: absolute;
	font-size: 13px;
}
.otheracc-main, .signinusingtxt {
	color: #333;
	float: left;
	font-size: 12px;
	line-height: 34px;
	margin-top: 10px;
	padding-top: 7px;
}
.signinusingtxt {
	min-width: 138px;
	padding-top: 3px;
	text-align: right;
}
.otheracc-main {
	border-top: 1px solid #FFFFFF;
	float: left;
	height: 30px;
	padding: 5px 10px 0;
}
.otheracc-main font {
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 3px 0 0;
}
.GAppsIcon {
	display: none;
}
.GIcon, .GAppsIcon, .YIcon, .FIcon, .LIcon, .TWTIcon, .AZUREIcon {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none !important;
	cursor: pointer;
	float: left;
	height: 30px;
	margin-right: 2px;
}
.google-apps {
	float: left;
	margin-bottom: 20px;
	width: 600px;
}
.GIcon span, .GAppsIcon span, .YIcon span, .FIcon span, .LIcon span, .TWTIcon span, .AZUREIcon span {
	background-image: url("../images/prd-signin-sprite.png");
}
.GIcon span, .GAppsIcon span, .YIcon span, .FIcon span, .LIcon span, .TWTIcon span, .AZUREIcon span {
	float: left;
	height: 30px;
	width: 30px;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #f3f3f3;
}
.GIcon span {
	background-position: 0px 0;
}
.YIcon span {
	background-position: -42px 0;
}
.FIcon span {
	background-position: -81px 0;
}
.LIcon span {
	background-position: -164px 0;
}
.TWTIcon span {
	background-position: -122px 0;
}
.AZUREIcon span {
	background-position: -204px 0;
	border-right: none;
}
.GIcon span:hover, .GAppsIcon span:hover, .YIcon span:hover, .FIcon span:hover, .LIcon span:hover, .TWTIcon span:hover, .AZUREIcon span:hover {
	opacity: .8;
}
#gappsDiv {
	margin-left: 50px;
}
.gappfield-main a {
	color: #666;
}
.gapptitle {
	border-bottom: 1px dotted #f5f5f5;
	font-size: 17px;
	margin-bottom: 30px;
	padding: 20px 0 10px;
}
#gappsInputBox {
	padding: 5px;
	width: 305px!important;
}
.www_m {
	color: #12ab55;
	font-size: 17px;
}
.gappbtn+span {
	font-size: 17px !important;
	padding-left: 0 !important;
}
.gappfield-main a {
	font-size: 14px;
}
.gappsub_button {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
}
 /* Signin CSS Ends */
