/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
 body, html {
    height: 100%;
    background-repeat: no-repeat;
	background-image: url('/skin/custom/ca4q_sptl/ca4/entry/login-design.png');
	/*background-position: bottom;*/
	/*background-size: contain;*/
	background-size: 100% 100%;
	overflow:auto;
}

a {
	color: #bbbbbc;
}

.card-container.card {
    max-width: 500px;
    padding: 20px 40px;
    padding-bottom: 10px;
}

.container{
	padding-left: 30px;
	padding-right: 30px;
}



/*
 * Card component
 */
.card {
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-bottom: 0px;
}


/*
 * Form styles
 */

.btn-signin, .btn-signin:hover, .btn-signin:active {
	background-color: #cc9a2e !important;
	border-color: #cc9a2e;
	width: 100%; 
	background-color: #184B86 !important; 
	border-color: #184B86; 
	line-height: 170%;  
	border-radius: 8mm; 
	font-weight: 600;
	font-size:13px;
}


.app-logo {
	position: relative;
	margin: 20px ;
	margin-bottom: 0px;
    width: 125px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.img-center {
	margin:0 auto;
}

.random-img{
	/*margin: 40px 40px 0px 40px;*/
	display: none;
}


@media (min-width: 768px) {
	.random-img {
		display: block;
	}
}

body .lo-channel.lo-user{
	display: table-cell;
	vertical-align: middle;
}
#login-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	background-color: rgb(246 249 251 / 90%) !important;
	border-radius: 8mm;
	/*-webkit-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);*/
	/*-moz-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);*/
	/*box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);*/
}

body{
	background-color: #181d4f;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	overflow: hidden;
}
.form input[type=text], .form input[type=password]{
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: solid 0.5px #A0A0A0;
	background-color: transparent;
	border-radius: 8mm;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	color: #231F20;
	/*font-weight: 600;*/
}

.form input[type=text]::placeholder, .form input[type=password]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #231F20;
	font-size: 13px;
	font-weight: 600;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=password]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #231F20;
  font-size: 13px;
  font-weight: 600;
}
.form input[type=text]::-ms-input-placeholder, .form input[type=password]::-ms-input-placeholder { /* Microsoft Edge */
  color: #231F20;
  font-size: 13px;
  font-weight: 600;
}



/*
 * Specific
 */

.forgot-password-link{
	color:#58595B;
	padding-right: 10px;
	font-size:13px;
	font-weight:400;
}


.imstaff-container{
	/*margin-bottom:15px;*/
	margin-bottom: 35px;  
	margin-top: 25px; 
	text-align: center; 
	color: #ED1B30; 
	font-weight: 600;
}
	.imstaff-link{
		color: #ED1B30;font-weight: 600;text-decoration: underline;text-underline-offset: 0.5em;
	}


.tc-container{
	margin-bottom: 5px;  
	font-size: 13px; 
	text-align: center; 
	color: #20448E !important; 
	font-weight: 500;
}
	.tc-link-general{
		color: #20448E !important;
	}