﻿/*Old LOGIN Page CSS BEGINS*/
/*body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Lucida, Sans-Serif;
	margin: 0px;
	padding: 100px 5px;
}

th {
	font-size: 12px;
	font-weight: bold;
}

.msgs {
	background-color: #FBFFD1;
	border: solid 2px #FF0000;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px;
	width: 85%;
}

.idleField {
	background: #FFFFF none repeat scroll 0 0;
	border: solid 2px #DDDDDD;
	font-size: 16px;
	line-height: 16px;
	padding: 2px;
	width: 215px;	
}

.focusField {
	background: #FBFFD1 none repeat scroll 0 0;
	border: solid 2px #000000;
	font-size: 16px;
	line-height: 16px;
	padding: 2px;
	width: 215px;	
}

.pnlFailure {
	margin-bottom: 25px;
}

#bodyContainer {
	margin: 0 auto;
	width: 620px;
}

#wrapper {
	border: solid 2px #000000;
	margin: 0 auto;
	width: 620px;
}

#logo {
	background: url(../graphics/logo-banner2.jpg);
	border-bottom: solid 2px #000000;
	height: 56px;
	overflow: hidden;
}

#loginContainer {
	margin: 0 auto;
	width: 60%;	
}

.msgs {
	background-color: #FBFFD1;
	border: solid 2px #FF0000;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px;
	width: 85%;
}

.msgs p {
    color: #FF0000;
    font-weight: bold;
}*/

/*Old LOGIN Page CSS ENDS*/


/*New LOGIN Page CSS BEGINS*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.login-main .height {
	height: 100vh;
	overflow: hidden;
}

body {
	background: linear-gradient(360deg,#1a60b7 25%,#0e8b7e 60%,#00b93f 102.65%);
	font-family: Lucida, Sans-Serif;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
}

.video-login {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.logo {
	background: url(../images/UNISON_HORIZONTAL_WHITE.png);
	height: 160px;
	margin: 1.5rem 0 1.5rem 0;
	color: #fff !important;
	font-size: 22px;
}

#loginContainer {
	margin: 0 auto;
	justify-content: center;
	display: flex;
	margin-top: 30px;
}

	#loginContainer table {
		width: 100%;
	}

#btnLogin {
	height: 36px;
	font-size: 13px;
	padding: 0px 15px;
	font-weight: 600;
	border-radius: 5px !important;
	min-width: 90px;
	color: #FFFFFF;
	background-color: #05CB48;
	border: none;
	cursor: pointer;
	border: 0;
}

#txtShadow {
	border-radius: 5px;
	width: 100%;
	margin: 0px auto;
	padding: 1.625rem 10px .625rem;
	background: #FFFFFF;
	color: #000000;
	border-color: #FFFFFF;
	height: 50px;
	border: 0;
	font-size: 14px;
	margin-bottom: 20px;
}

.position-relative {
	position: relative !important;
}

.login-main .height {
	height: 100vh;
	overflow: hidden;
}

.login-form-body {
	width: 57%;
	margin: 0 auto;
	padding: 20px;
	height: 100%;
	display: flex;
	align-items: center;
}

	.login-form-body .logo {
		width: 300px;
		margin: 0 auto;
		background-repeat: no-repeat;
		height: 90px;
		background-size: contain !important;
	}

.login-main video::-webkit-media-controls {
	display: none;
}

.floating-label {
	pointer-events: none;
	left: 10px;
	top: 8px;
	transition: 0.2s ease all;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	color: #000;
	font-size: 12px;
	position: absolute;
	opacity: .65;
}

	.floating-label span {
		line-height: 0;
	}

.input-group input:focus {
	outline: none;
	box-shadow: 0 0 0 0.25rem #0d6efd40;
}

.input-group input#txtShadow:focus {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.input-group input#txtShadow::-webkit-input-placeholder {
	color: rgba(0,0,0,0.35);
	font-size: 12px;
}

.input-group input#txtShadow::-moz-placeholder {
	color: rgba(0,0,0,0.35);
	font-size: 12px;
}

.input-group input#txtShadow:-ms-input-placeholder {
	color: rgba(0,0,0,0.35);
	font-size: 12px;
}

.input-group input#txtShadow:-moz-placeholder {
	color: rgba(0,0,0,0.35);
	font-size: 12px;
}

.floating-label-group {
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
}

	.floating-label-group .floating-label {
		font-size: 13px;
		color: #000;
	}

.login-info-text h3 {
	margin: 1.5rem 0 1.5rem 0;
	color: #ff0000 !important;
	font-size: 14px;
	background: #efefef;
	padding: 10px 15px;
	border-radius: 10px;
	line-height: 20px;
	font-weight: normal;
	border: 1px solid #ff0000 !important;
}

h3.pnlSSOMsgs a {
	color: rgb(0, 0, 238) !important;
	text-decoration: underline;
}

/*New LOGIN Page CSS ENDS*/
