/* CSS Document */

.tx1 { font-family: Arial, Helvetica, sans-serif; color:#f65f1f; font-size:17px; font-weight:normal; 
}

.tx2 { font-family: Arial, Helvetica, sans-serif; color:#555555; font-size:13px; font-weight:normal; 
}

.tx3 { font-family: Arial, Helvetica, sans-serif; color:#f65f1f; font-size:14px; font-weight:bold; 
}

.tx4 { font-family: Arial, Helvetica, sans-serif; color:#555555; font-size:14px; font-weight:bold; 
}

.link_menu {
	font-size:13px; font-family: Arial, Helvetica, sans-serif;color: #555555; font-weight:normal
}
.link_menu:link , .link_menu:visited{font-size: 13px;text-decoration: none;color: #555555;}
.link_menu:hover {font-size: 13px; text-decoration:underline;color: #555555;}

.link_menu2 {
	font-size:13px; font-family: Arial, Helvetica, sans-serif;color: #555555; font-weight:bold
}
.link_menu2:link , .link_menu2:visited{font-size: 13px;text-decoration: none;color: #555555;}
.link_menu2:hover {font-size: 13px; text-decoration:none;color: #f65f1f;}

.formLogin01{
	background-color: #ffe7dd;
	border: hidden ;
	width:195px;
	height:20px;
	
}
.formLogin02{
	background-color: #ffffff;
	border: hidden ;
	width:505px;
	height:310px;
}


.txtRed {
	font-size: 14px;
	color: red;
	text-decoration: none;
}
.failureText {
	font-size: 14px;
	color: red;
	text-decoration: none;
}
.successText {
	font-size: 14px;
	color: green;
	text-decoration: none;
}
.txGray { 
	background-color: #ffe7dd;
	font-size:16px;
	color:#C0C0C0;
	border: hidden;
	width:195px;
	height:20px;
	outline: none;
}
/*styletab*/
.menu { color:#272727; height:24px; font:11px Arial, Helvetica, sans-serif; padding:10px 5px 2px 10px; }
.menu ul {margin:0px; padding:0px; list-style:none; text-align:right;}
.menu li {display:inline; line-height:23px;}
.menu li a {font-size: 13px; color:#555555; text-decoration:none; padding:6px 5px 10px 10px;}
.menu li a.tabactive {font-size: 13px; text-decoration:none; color: #f65f1f; position:relative;}

/************************New************************/

body {
	font-family: 'promptlight';
	font-size: 16px;
	margin: 0;
}
*, ::after, ::before {
	box-sizing: border-box;
	font-family: 'promptlight';
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-login .form-control {
	border-radius: 20px;
	height: 42px;
}
/*FontFamily*/
.font-roboto {
	font-family: 'robotolight';
}

.font-roboto-reg {
	font-family: 'robotoregular';
}

.font-roboto-bold {
	font-family: 'robotobold';
}

.font-prompt-light {
	font-family: 'promptlight';
}

.font-prompt-med {
	font-weight: 800
}

.font-prompt-reg {
	font-weight: 600
}

/*Font-color*/
.font-green {
	color: #58bd78;
}

.font-grey {
	color: #aaaaaa;
}

.font-grey-dark {
	color: #5a5a5a;
	font-size: 20px;
}
.font-white {
	color: #fff;
}
.font-yellow {
	color: #ffe609;
}
.font-10 {
	font-size: 10px;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-20 {
	font-size: 20px;
}

.font-22 {
	font-size: 22px;
}

.font-24 {
	font-size: 24px;
}

.font-28 {
	font-size: 28px;
}

.font-32 {
	font-size: 32px;
}

.text-center {
		text-align: center;
	}
/*Background*/
.bg-green {
	background-color: #58bd78;
}

.bg-grey {
	background-color: #aaaaaa;
}

.bg-yellow {
	background-color: #ffe609;
}
.bg-black {
	background-color: #000;
}
	/*Button*/
	.btn {
	font-size: 18px;
	padding: 7px 40px;
}


.btn-orange {
	background-image: linear-gradient(to left, #f17c30, #db5f44);
	transition: all 0.5s;
	background-size: 200% auto;
	color: #fff;
}

	.btn-orange:hover {
		color: #fff;
		background-position: left center;
		text-decoration: underline;
	}

.btn-yellow {
	background-color: #ffe609;
	color: #000;
}

	.btn-yellow:hover {
		text-decoration: underline;
		background-color: #fde82d;
	}

.navbar {
	position: relative;
	z-index: 10000;
	border: 0;
}
.nav-top {
	padding: 10px 50px;
}
/*Login*/
.login-right {
	background-image: url('bg-left.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 60%;
	float: left;
	background-position: center;
}
.login-left {
	width: 40%;
	float: right;
	padding: 30px 30px 30px 0;
	background-image: url('bg-right.png');
	background-size: cover;
	height: 100%;
	background-position: center right;
	display: flex;
	position: relative;
	z-index: 2;
	    height: 100vh;
}

.login-left-form {
	margin: auto;
}
.manual-link {
	margin:30px 0;
}
.bg-yellow .navbar.horizontal-layout .nav-top {
	background: transparent;
	height: auto;
	box-shadow: none;
}

.navbar.horizontal-layout .nav-top {
	height: auto;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	padding: 5px 40px;
}

.login-line {
	width: 260px;
	height: 3px;
	border-radius: 25px;
	background-image: linear-gradient(to left, #f17c30, #db5f44);
	border: 0;
}

.form-login .form-control {
	border-radius: 20px;
	height: 42px;
}

.input-group-addon + .form-control,
.input-group .form-control:last-child {
	border-left: 0;
}

.border-input .input-group-addon {
	border: 1px solid #ddd;
	border-radius: 30px 0 0 30px;
	border-right: 0;
	padding-left: 20px;
	padding-top: 5px;
}

	.border-input .input-group-addon img {
		width: 15px;
	}

.btn-login {
	border-radius: 25px;
	font-size: 20px;
	width: 100%;
}

footer {
	background: #545859;
	color: #fff
}


.page-body-wrapper {
	/*height: 100vh;*/
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 70px;
	overflow: auto;
	    background: black;
}

.line-title {
	max-width: 100px;
	margin: auto;
	height: 3px;
	background-color: #ffe609;
	border-width: 3px;
	margin-top: 10px;
}

.login-left  .form-group .label {
	margin: 8px 0;
	display: block;
}
.login-left  .form-group {
	margin-bottom: 15px;
}

	.login-left .form-group .btn-login {
		margin-top: 30px;
	}
.login-left .auto-form-wrapper {
    max-width: 360px;
    margin: auto;
    width: 100%;
}
.selectField { 
	width: 100%;
}
.form-group #SessionSkin{
	border-radius: 20px;
    height: 42px;
}
.form-group #SessionSkin select {
	width: 100%;
}

.copyright {
	margin-top: 50px;
}

.triangle {
	position: absolute;
	left: 55%;
	height: 100%;
	top: 0;
	width: 500px;
	transform: skew( 351deg);
	background: black;
	clear: both;
	z-index: 1;
	border-left: 5px solid #fff;
}
@media (max-width: 1500px) {
	.triangle {
		left: 54%;
	}
}
@media (max-width: 1200px) {
	.triangle {
		left: 52%;
	}
}
/*@media (max-width: 991px) {
	.login-left {
		width: 50%
	}
	.login-right {
		width: 50%
		}
	.triangle {
		left: 40%;
	}

}*/

@media (max-width: 1024px) {
	.login-right {
		width: 100%;
		background-size: cover;
		height: 250px;
		background-position: center;
	}
	.login-left {
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.copyright {
		margin-top: 30px;
	}
	.triangle {
		display: none;
	}
	.page-body-wrapper{
		height: 100vh;
	}
	.nav-top {
    padding: 10px 15px;
}
}

.password_container{
        position: relative;
        display: flex;
        align-items: center;
}

#eye_icon {
        position: absolute;
    right: 15px;
    cursor: pointer;
        width: 20px;
        height: 20px;
}