@charset "utf-8";
/* CSS Document */
.clc_loginContainer {
	min-width: 250px;
	min-height: 64em;
	padding-top: 2em;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
.clc_userTextLabel,.clc_passwordTextLabel {
	display: block;
	font-family: Trebuchet MS;
	margin-bottom: 5px;
	font-weight: bold;
	color: #8a8a8a;
	width: 90%;
	margin-left: 1em;
}
.clc_buttonContainer{
	text-align: center;
}
input.clc_userText,
input.clc_passwordText,
select.clc_fedInstitutions {
	margin-bottom: 10px;
	margin-left: 12px;
}

ul.clc_vdsLinksList li a{
	font-size: 11px;
	color: #568eba;
	margin: 0 0 0 12px;
	text-decoration: underline;
}

.clc_loginGovContainer a img{
	margin-left: 8px;
}

h4 {
	font-size: 14px;
	color: #c84f05;
	margin: 1em 0 2em 10%;
	font-weight: 700;
	padding: 0;
	top: 1em;
	position: relative;
}
input.clc_userText,
input.clc_passwordText {
	border: 1px #B9B9B9 solid;
	background: url(https://public.dev.era.nih.gov/assist/images/bg_input_bx.gif) top left repeat-x;
	background-color: #fff;
	color: #48718d;
	width: 85%;
	margin-left: 1em;
	font-size: 12px;
	height: 2em;
	padding-left: .2em;
}
select.clc_fedInstitutions {
    width: 136px;
    height: 20px;
    border: 1px #bababa solid;
    background: #f5f5f5;
    font-size: 12px;
    color: #b1a7a7;
}
.clc_vdsSubmitBtn , .clc_federatedSubmitBtn {
	background-color: #184e80;
	border: none;
	font-family: Trebuchet MS;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	line-height: 3.5ex;
	padding: 0.5ex 1em;
	border-radius: 0.3rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 20%;
}
.clc_vdsClearButton {
	background-color: #545454;
	border: none;
	font-family: Trebuchet MS;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	line-height: 3.5ex;
	padding: .5ex 1em;
	border-radius: 0.3rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;	
	margin-left: .8em;
	width: 20%;
}
ul.vdsLinksList {
	padding-left: 0;
	list-style: none;
}
ul.clc_vdsLinksList li {
	display: inline-block;
	margin-top: 5px;
}
ul.clc_vdsLinksList li:not(:last-child) {
	margin-right: 1.5rem;
}
.clc_headerText {
	font-weight: 700;
	color: #c84f05;
	padding: 10px;
	margin: 1em 0 2em;
	top: 0.5em;
}
.clc_horizontalLine { 
	height:3px; 
	border:none;
	background: linear-gradient(110deg, #d7814c 15%, #2c6797 15%);
	margin-top: 20px;
}