@import url("font.css");
@import url("font-awesome.css");

@-webkit-keyframes spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a{
	font-family: 'Liszt',sans-serif;
	font-size: 11px;
}
body {
  margin: 0;
  padding: 0;
  background-color: #002a52;
  color: #fff;
  font-family: 'Liszt',sans-serif;
}

.login{
	position: absolute;
	right: 0;
	line-height: 28px;
	width: auto;
	top:0;
}

.PROLinkContainer > a{
	cursor:pointer;
}

.CLFormContent, .separator, .PROLinkContainer, .CLForgotLinks, .CLFormError {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-family: 'Liszt',sans-serif;
	font-size: 11px;
}

.PROLinkContainer {
	margin: 0 10px;
}

.CLForgotLinks {
	margin: 0 15px 0 5px;
}

.CLFormContent, .separator, .CLFormError {
	margin: 0 5px;
}

.bottomWrapper{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #000;
}

.topWrapper{
	width: 100%;
}

.PROLinkContainerBottom{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	border: 1px solid #000;
	background: #000;
	height: 32px;
	width: 375px;
    margin: 0 auto;
	cursor: pointer;
}

.PROLinkContainerBottom > div {
	display: inline-block;
	line-height: 28px;
}

.PROLinkContainerBottom > .divLink{
	position: absolute;
    top: 0;
	text-align: right;
	width: 52%;
}

.PROLinkContainer > .divLinkPro,
.PROLinkContainerBottom > .divLinkPro,
.PROLinkContainer > .divLinkBeta,
.PROLinkContainerBottom > .divLinkBeta {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;	
}

.PROLinkContainer > .divLinkPro {
	width: 117px;
}

.PROLinkContainer > .divLinkBeta {
	width: 140px;
}

.PROLinkContainerBottom > .divLinkPro {
	width: 150px;
}

.PROLinkContainerBottom > .divLinkBeta {
	width: 170px;
}

.CLFormError{
	color: #ff8c8c;
	
}
.separator{
	border-left: 1px solid #FFF;
	height: 27px;
	opacity: 0.3;
}

.bottomSeparator {
	position: relative;
	top: -7px;
	height: 15px;
	margin: 0 15px;
	border-left: 1px solid #FFF;
}

.CLFormContent div{
	border: 0px solid red;	
	display: inline-block;
	width: auto;
	position: relative;
} 

.CLFormInputUsername #username,
.CLFormInputPassword #password,
.CLFormBtnSubmit #Login-button{
	font-family: 'Liszt',sans-serif;
	font-size: 11px;
	width: 95px;
	margin: 0 2.5px;
	display: block;
	/* border: 0px solid green; */
	padding: 2px 5px;
	text-align: center;
	line-height: 15px;
	height: 15px;
}

.CLFormBtnSubmit #Login-button{
	width: 70px;
	background-color: #4092d1;
	color: #fff;
	font-weight: bold;
	border: solid 2px #4092d1;
	line-height: 15px;
	height: 21px;
	padding-top: 1px;
	cursor:pointer;
}

.PROLinkContainer > .divLinkPro > .fmspro-img,
.PROLinkContainerBottom > .divLinkPro > .fmspro-img,
.PROLinkContainer > .divLinkBeta > .fmspro-beta,
.PROLinkContainerBottom > .divLinkBeta > .fmspro-beta {
  display: inline-block;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.PROLinkContainer > .divLinkPro > .fmspro-img,
.PROLinkContainerBottom > .divLinkPro > .fmspro-img {
	background-image: url('/login-custom/images/FMSPro.png');
}

.PROLinkContainer > .divLinkBeta > .fmspro-beta,
.PROLinkContainerBottom > .divLinkBeta > .fmspro-beta {
	background-image: url('/login-custom/images/FMSClassic.png');
}

.PROLinkContainer > .divLinkPro > .fmspro-img {
  width: 120px;
  height: 26px;
}

.PROLinkContainerBottom > .divLinkPro > .fmspro-img {
  width: 150px;
  height: 30px;
}

.PROLinkContainer > .divLinkBeta > .fmspro-beta {
  width: 140px;
  height: 26px;
}

.PROLinkContainerBottom > .divLinkBeta > .fmspro-beta {
  width: 170px;
  height: 30px;
}

/*large*/
@media screen and (min-width:1061px){
	.PROLinkContainerBottom, .bottomWrapper{
		display:none;
	}
	
	.topWrapper{
		width: 100%;	
	}
	
	.PROLinkContainer, .separator, .CLFormError{
		position: relative;
		display: inline-block;
	}
}

@media screen and (min-width: 846px) and (max-width:1060px){
	.login {
		position: relative;
	}
	
	.PROLinkContainerBottom, .bottomWrapper{
		display:none;
	}
	
	.topWrapper{
		width: 860px;
		margin: 0 auto;
	}
	
	.PROLinkContainer, .separator {
		position: relative;
		display: inline-block;
	}
	
	.CLFormError{
		position: absolute;
		width: 845px;
		top: 30px;
		margin: 0 auto;
		padding-left: 7px;
		text-align: justify;
	}
}

@media screen and (min-width: 521px) and (max-width:845px){
	.login {
		position: relative;
	}
	.PROLinkContainer, .separator {
		position: relative;
		display:none;
	}
	.PROLinkContainerBottom, .bottomWrapper{
		display:block;
	}
	.topWrapper{
		width: 500px;
		margin: 0 auto;
	}
	
	.CLFormError{
		position: absolute;
		top: 65px;
		margin: 0 auto;
		text-align: center;
		width: 500px;
	}
}

/*medium*/
@media screen and (min-width: 481px) and (max-width:520px){
	.PROLinkContainer, .separator{
		position: relative;
		display: none;
	}
	
	.PROLinkContainerBottom, .bottomWrapper{
		display:block;
	}
	
	.PROLinkContainerBottom > .divLinkPro {
		margin-left: 8px;
	}
	
	.topWrapper{
		width: 310px;
		margin: 0 auto;		
	}
	
	.CLFormContent, .CLForgotLinks{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	
	.fmspro-img {  
	  display: inline-block;
	  margin-left: 0px;
	}
		
	.login{
		position:relative;
	}
	
	.CLFormError{
		position: absolute;
		width: 310px;
		top: 90px;
		margin: 0 auto;
		text-align: center;
		
	}
	
	.CLForgotLinks{
		text-align: justify;
		margin-left: 3px;
	}
}


/*small*/
@media screen and (min-width: 361px) and (max-width:480px){
	.PROLinkContainer, .separator{
		position: relative;
		display: none;
	}
	.topWrapper{
		width: 310px;
		margin: 0 auto;		
	}
	.CLFormContent, .CLForgotLinks{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	
	.fmspro-img {  
	  display: inline-block;
	  margin-left: 0px;
	}
	
	.CLFormInputUsername #username,
	.CLFormInputPassword #password{
		width: 90px;
	}
	.CLFormBtnSubmit #Login-button{
		width: 75px;		
		border: 1px solid black;
	}
	
	.login{
		position:relative;
	}
	
	.CLFormError{
		position: absolute;
		width: 310px;
		top: 90px;
		margin: 0 auto;
		text-align: center;
	}
	.CLForgotLinks{
		text-align: justify;
		width: auto;
		margin-left: 5px;
	}
	.PROLinkContainerBottom > .divLinkPro {
		margin-left: 8px;
	}
}


/*small*/
@media screen and (min-width: 321px) and (max-width:360px){
	.PROLinkContainer, .separator{
		position: relative;
		display: none;
	}
	.CLFormContent, .CLForgotLinks{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.topWrapper{
		width: 310px;
		margin: 0 auto;		
	}
	
	.fmspro-img {  
	  display: inline-block;
	  margin-left: 0px;
	}
	
	.CLFormInputUsername #username,
	.CLFormInputPassword #password{
		width: 90px;
	}
	.CLFormBtnSubmit #Login-button{
		width: 75px;		
		border: 1px solid black;
	}
	
	.login{
		position:relative;
	}
	
	.CLFormError{
		position: absolute;
		width: 310px;
		top: 90px;
		margin: 0 auto;
		text-align: center;
	}
	.CLForgotLinks{
		text-align: justify;
		width: auto;
		margin-left: 8px;
	}
	.PROLinkContainerBottom > .divLinkPro {
		margin-left: 8px;
	}
}

/*small*/
@media (max-width:320px){
	.PROLinkContainer, .separator{
		position: relative;
		display: none;
	}
	.topWrapper{
		width: 310px;
		margin: 0 auto;		
	}

	.CLFormContent, .CLForgotLinks{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	
	.fmspro-img {  
	  display: inline-block;
	  margin-left: 0px;
	}
	
	.CLFormInputUsername #username,
	.CLFormInputPassword #password{
		width: 90px;
	}
	.CLFormBtnSubmit #Login-button{
		width: 75px;		
		border: 1px solid black;
	}
	
	.login{
		position:relative;
	}
	
	.CLFormError{
		position: absolute;
		top: 90px;
		left: 0px;
		width: auto;
		right: 0;
		margin: 0;
		text-align: center;
		text-align: justify;
		left: 14px;
		width: auto;
	}
	.CLForgotLinks{
		text-align: justify;
		width: auto;
		margin-left: 8px;
	}
	.PROLinkContainerBottom > .divLinkPro {
		margin-left: 8px;
	}
}






