/******************************************************************************
	* Developer: Priyanka Dahibhate
	Pixelstat eSolutions Devolopment Pvt Ltd ,India 
	* Date:	12 Feb 2023
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400&display=swap');

/* Global Class */
/* reset */
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	
	
	
}
html, body {
    color: #797979;
    background: #f1f2f7;
    font-family: 'Nunito Sans', sans-serif;
    height: 100%;
    margin: 0;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
/* 
.Globalbtn{
	height:40px;
	background-color:#000;
	border-bottom: 4px solid orange;
	font-size:16px;
	color:#fff;
	text-align:center;
	padding:8px 16px;
	vertical-align:middle;
	margin:0 auto;
	line-height:8px;
	text-transform:uppercase;
	cursor:pointer;
}  */
.hide{
	display:none;
}

.show{
	display:block;
}
/* End Global Class */


.Main-Div{

	 height: 100%;
	 background-color:#11141b;
}

/* Left Side Image Box */
.Image-Box{
	
	width:50%;
	height:100%;
	background-image: url("../images/bgimage.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	content:center;
	float:left;
}

.Logo{
	padding-top:6px;
	text-align:center;
}
.Logo img{
	width: 50%;
}
/* End Left Side Image Box */

/* Right Side Login Box */
.Right-Side{
	width:50%;
	height:auto;
	float:left;
	background-color:#11141b;
	color:#96a2b4;
	/* text-align:center; */
	 vertical-align:middle;
	 content:center;
	
	
}
.Title{
	text-align:center;
	margin:10%;
	/* height: 20%; */
	
}
.Title h1{
	font-size:26px;
	
}
.ERMS-Roles{
	width:70%;
	margin:0 auto;
	
	/* margin:34px auto 10px; */
	
}
.Admin{
	width:20%;
	float:left;
	font-size:18px;
	background-color:#00AEEF;
	color:#fff;
	border-radius:2px;
	padding:4px;
	margin-right:60px;
	text-align:center;
	border:none;
}
.Manager{
	width:22%;
	float:left;
	font-size:18px;
	background-color:#ff4081;
	color:#fff;
	border-radius:2px;
	border:none;
	padding:4px;
	margin-right:60px;
	text-align:center;
	/* margin:0 10px; */
}
.Employee{
	width:22%;
	float:left;
	font-size:18px;
	background-color:#f44336;
	color:#fff;
	border-radius:2px;
	border:none;
	padding:4px;
	
	text-align:center;
	/* margin:0 10px; */
}

.Login-Box{
	width:70%;
	clear:both;
	margin:auto;
	 height: 46%;
	  vertical-align: baseline;
}

.login-form {
	margin:20px 0;
	/* text-align:center; */
}
.login-form input {
	margin-bottom: 20px;
	width:90%;
	padding:15px;
	border: 1px solid #96a2b4;
	background-color:transparent;
	border-radius:4px;
	color:#fff;
}
.login-form .Globalbtn{
	width: 97%;
    height: 50px;
    background-color: #00AEEF;
    margin-top: 24px;
	font-size:16px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	margin: 0 auto 10px auto;
	line-height:8px;
	text-transform:uppercase;
	cursor:pointer;
} 
.login-form a{
	color:#96a2b4;
	text-align:center;
}
.Line{
	text-align:center;
	margin-bottom:16px;
}
.Social-Icons{
	/* width:94%; */
	height: 20%;
	text-align:center;
}
.Social-Icons li{
	display:inline-block;
}
.Social-Icons li a{
	color: #3c4858;
    border: 1px solid #3c4858;
	border-radius:6px;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    transition: all .4s ease;
    overflow: hidden;
    position: relative;
}
.Social-Icons a:hover{
	background-color:#00AEEF;
	color:#fff;
}
/* End Right Side Login Box */

/* Add for show password */

.showpassword{
	margin-left:-40%
}


.login__box {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 18px;
  }

.login__box i {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 18px;
	color: #a3a0a0;
  }