/* Global */


body {
	background-color: #F1F1F1;
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
}

input {
	border-width: 1px;
	border-color: #000000;
	padding: 2px;
	height: 24px;
}

select {
	border-width: 1px;
	border-color: #000000;
	padding: 2px;
}

button {
    display: inline-block;
    border: 0;
    text-align: center;
    color: #fff;
    width: auto!important;
    height: 28px!important;
    line-height: 28px!important;
    padding: 0 15px!important;
    border-radius: 4px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
    background-color: #0E1D77;
}

button:hover {
  background-color: #0072EB!important;
  color:#fff
}

button:active {
	background-color: #0E1D77;
}

button:disabled {
	opacity: 0.5;
	background: -webkit-linear-gradient(rgba(14,29,119,.5), rgba(14,29,119,.5)); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(rgba(14,29,119,.5), rgba(14,29,119,.5)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(14,29,119,.5), rgba(14,29,119,.5)); /* Standard syntax */
}

button:enabled {
	opacity: 1.0;
}


/* START Login Screen */

#screenContainer {
	height: 100vh;
	position: relative;
}

.loginContainer{
	background-color: #FFFFFF;
}

/*START Outer and Inner Containers for Logo*/

#spectrumLogoContainer{
	height:30vh; 
	position:relative
}

#spectrumLogoContainer div {
	position:absolute; 
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	margin-top:30px; 
	margin-bottom:30px;
	text-align:center;
}

/*END Outer and Inner Containers for Logo*/

/*START Bordered Container for Login Form Components */

#loginFormDiv {
	width:375px; 
	height:fit-content; 
	margin: 0 auto;
	text-align: center;
}

.loginBorderContainer {
	border: 1px solid;
	border-color: #FFFFFF;
	border-radius: 10px;
	background-color: #FFFFFF;
}

/*END Bordered Container for Login Form Components */

/*START Login Form Components */

.loginFormItem {
	display: inline-block;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
}

.loginFormItem label {
	display: block;
	color: #1F1F1F;
	font-size: 12pt;
	/*font-size: 16pt;*/
}

.loginFormItem input {
	display: block;
	font-weight: normal;
	font-size: 11pt;
}

.loginFormItem select {
	display: block;
	font-weight: normal;
	font-size: 10pt;
}

.loginFormButtonContainer {
	margin: 0 auto;
	padding-top: 18px;
	text-align: center;
}

.loginFormButtonContainer button {
	width: 87px;
	font-size: 12pt;
}

.loginInput {
	width:275px;
}
	
/*END Login Form Components */

/*START Footer Text Container */

#outerFooterTextContainer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 8pt;
	/*font-size: 10pt;*/
	color: #000000;
}

#outerFooterTextContainer div {
	white-space: pre-wrap;
}

/*END Footer Text Container */

#mfaCodeFormDiv{
	display: none;
}
	
.authFailureDiv{
	display: none;
}

.spectrumServiceNotReadyDiv{
	display: none;
}


.loginErrorMessages 
{   	
	text-align: center;
	font-family: Verdana, Helvetica, Rockwell,Times New Roman;
	/*font-size: 14; */
	font-size: 11pt;
	font-weight: bold;
	color: #454545;
	border-width: 0;
}

.loginCapsLockWarning{
	color: #FF0000;
	/*font-size: 14pt;*/
	font-size: 11pt;
}
#helpContainer {
			
			right: 0px;
			bottom: 0px;
			text-align: right;
			padding-right: 10px;
			padding-top: 30px;
			padding-bottom: 10px;
			font-size: 10pt;
			color: #000000;
}


div#mfaDialog {
	display: none;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
	overflow: auto;
}

div#mfaInstructions {
   position: absolute;
   z-index: 9;
   width: 70%;
   border: 1px solid #d3d3d3;
   z-index: 15;
   background: white;
   left: 15%;
   top: 20%;
   border-radius: 4px;
   overflow-wrap: anywhere;
   min-width: 440px;
}

.buttonPanel {
    margin: auto;
    width: fit-content;
	text-align: center;
}


.dialogHeader {
    border-bottom: 0 none;
    background: #0e1d77;
    color: #fff;
    padding: 1em;
    font-weight: 700;
}

.dialogContent {
    margin: 5px;
    padding: 10px;
	font-size: 14px;
}

span.emphasis {
    font-weight: bold;
    color: #0e1d77;
}


#mfaInstructions li {
    padding: 8px;
}

.importantNotice {
    border: 1px black solid;
    border-radius: 6px;
    padding: .5em;
}

.secretKey {
    font-size: 16px;
}

#secretKeyLabel {
	font-weight: bold;
	padding-right: 1em;
}	
	


/* END Login Screen */
