/* 		
	Document Name: login.css 	
	Description: Casting Workbook Standalone Login Page 	
	Version: 1.0 	
	Last Updated: April 2017
*/ 
#content{
	background-color: #ffffff;
}

#page{
	padding-bottom: 70px!important;
}

#login{
	box-sizing: border-box;
	height: 291px;
	width: 240px;
	border: 2px solid #E5E5E5;
	border-radius: 4px;
	background-color: #ffffff;
	margin: 30px auto;
}

#cwbLogin{
	width: 180px;
	height: 260px;
	margin: 0px auto;
}

.sign-in {
	color: #535353;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	margin-top: 15px;
}

.welcome-to-the-casti {
	color: #989898;
	font-family: Helvetica;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	width: 180px;
	margin-top: 8px;
}

#username{
	height: 32px;
	width: 165px;
	border: 1px solid #CBCBCB;
	border-radius: 5px;
	background-color: #ffffff;
	padding-left: 15px!important;
	margin-top: 15px;
}

#password-password{
	/*box-sizing: border-box;*/
	height: 32px;
	width: 165px;
	border: 1px solid #CBCBCB;
	border-radius: 5px;
	background-color: #ffffff;
	padding-left: 15px!important;
	margin-top:7px;
}

input#username,input#password-password{
	font-size: 16px!important;
	letter-spacing: 0em!important;
	color: #535353!important;	
}

::-webkit-input-placeholder {
	font-size: 12px!important;
	letter-spacing: 0em!important;
	color: #989898!important;
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 12px!important;
	letter-spacing: 0em!important;
	color: #989898!important;
}
::-moz-placeholder {  /* Firefox 19+ */
	font-size: 12px!important;
	letter-spacing: 0em!important;
	color: #989898!important;
}

.remember-me {
	color: #989898;
	font-family: Helvetica;
	font-size: 11px;
	/*font-weight: bold;*/
	line-height: 26px;
	margin-top: 7px;
}
.remember-text{
	margin-left: 5px;
}

#submitLogin {
	height: 30px;
	width: 180px;
	border-radius: 4px;
	background: linear-gradient(180deg, #50BBEE 0%, #388BBE 100%);
}

.login-links {
	color: #4D8BBD;
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	/*line-height: 26px;*/
	text-align: left !important;
}

.updated {
	height: 36px;
	width: 460px;
	color: #5B5B5B;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	margin:0px auto;
}