@font-face {
    font-family: ADNOCSans_Regular;
    src: url(/login-assets/Fonts/ADNOCSans_Rg.ttf);
}
@font-face {
    font-family: Gelion_Regular;
    src: url(/login-assets/Fonts/Gelion_Regular.ttf);
}
@font-face {
    font-family: Gelion_SemiBold;
    src: url(/login-assets/Fonts/Gelion_SemiBold.ttf);
}

html,body{
	margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
	font-family:Gelion_Regular;
	
}
html{
	overflow: auto;
}
body{
	max-width:100%;
	min-height:623px;
}

html::-webkit-scrollbar-thumb {
   background-color: rgba(7, 46, 100, 0.5);
	border-radius:10px;
}
html:hover::-webkit-scrollbar-thumb {
	background-color: rgba(7, 46, 100, 0.7);
}
html::-webkit-scrollbar {
    height: 8px;
	width: 8px;
	cursor:pointer;
}

header,footer{
	height: 14%;
    width: 100%;
    margin: 0;
	min-height:93px;
}
section{
	height: 72%;
    background-color: #404197;
    width: 100%;
	min-height:437px;
}
header{
	background-image: url("/login-assets/BG_Top.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
footer{
	background-image: url("/login-assets/BG_Bottom.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height:93px;
}
header img{
    height: 80%;
    margin-top: 0.5%;
}
.loging-section{
	background: #fff;
    padding: 30px 20px;
    width: 65%;
    border-radius: 15px;
	z-index:99;
	margin-left: 8%;
	transition: transform 1s;
	transform-style: preserve-3d;
}

.loging-section.flip {
  transform: rotateY(360deg);
}

.loging-section h3{
	font-family:Gelion_Regular;
	font-size:30px;
	margin-bottom: 15px;
	color:#404197;
}
.loging-section h6{
	color:#929497;
	margin-bottom: 30px;
}
.loging-section h6 i{
	cursor:pointer;
	margin-left: 10px;
}
.loging-section h6 i:hover{
	transform : scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.loging-section button.btn, .loging-section input[type="button"].btn{
	font-family: ADNOCSans_Regular;
    font-size: 12px;
    background-color: #404197;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    min-width: 123px;
    height: 39px;
    padding-top: 9px;
}
.loging-section .form-input fieldset{
	margin-bottom: 13px;
}
.loging-section .form-input fieldset legend{
	font-size: 12px;
    width: auto;
    margin-left: 37px;
    margin-top: -50px;
    background: #fff;
    padding: 0px 10px;
    text-align: center;
    position: relative;
}
.loging-section .form-input fieldset input{
	border: 1px solid #BCBDBF;
    width: 100%;
    padding: 7px 10px;
    border-radius: 20px;
    padding-left: 45px;
}
.loging-section .form-input fieldset i{
	font-size: 18px;
    margin: 10px;
    border-right: 1px solid #BCBDBF;
    padding-right: 10px;
    position: absolute;
    color: #BCBDBF;
}
.loging-section .form-input fieldset input:focus ~ legend{
	display:block;
}

.loging-section .form-link-btn a{
	font-size:13px;
	color:#929497;
	text-decoration:none;
	cursor:pointer;
}
.loging-section .spl-img-sec{
	text-align:right;
	padding-right: 20px;
    line-height: 1;
}
.loging-section .spl-img-sec img:first-child{
	width: 17px;
	height: 17px;
}
.loging-section .spl-img-sec img:last-child{
	width: 7px;
	height: 7px;
}
.carousel{
	width:675px;
	margin:0 auto;
}
.sliders-container .small-slider{
	display: inline-block;
	width: 100%;
}
#Slider1.carousel .carousel-inner .carousel-item img{
	width:600px;
	height:170px;
	border: 2px solid #ccc;
}
#Slider1 .carousel-control-btn-sec{
	position: relative;
    width: 8%;
    float: right;
    background: #fff;
    display: inline-block;
    height: 24px;
    margin-top: 5%;
    border-radius: 20px;
}
#Slider1 .carousel-control-btn-sec button{
	width:50%;
}
#Slider1 .carousel-control-btn-sec button:first-child{
	border-right:1px solid #ccc;
}
#Slider1 .carousel-control-btn-sec button i{
	 color: #000;
	 font-size: 10px;
}
#Slider1 .carousel-inner{
    width: 90%;
    float: left;
	margin-top: 5%;
}
.carousel .carousel-inner .advtPos_BL, .carousel .carousel-inner .advtPos_BR{
	position:absolute;
	bottom:10px;
	font-family:Gelion_SemiBold;
	
}
.carousel .carousel-inner .advtPos_BL{
	left:20px;
}
.carousel .carousel-inner .advtPos_BR{
	right:20px;
}

.carousel .carousel-inner .carousel-testmon-item{
	border: 2.5px solid #fff;
    width: 89%;
    height: 170px;
    margin-top: 20px;
}
.carousel .carousel-inner .carousel-testmon-item legend.testmon-top-right{
	float: right;
	width: 75px;
	margin-top: -21px;
	background: #404197;
	margin-right: 50px;
	text-align: center;
}
.carousel .carousel-inner .carousel-testmon-item legend.testmon-bottom-left{
	bottom: 0;
    position: absolute;
    color: #29B6F6;
    font-size: 22px;
    background: #404197;
    width: auto;
    padding: 0px 10px 0px 10px;
    margin-bottom: 33px;
    margin-left: 30px;
}
.carousel .carousel-inner .carousel-testmon-item legend.testmon-left{
	margin-left: -45px;
    position: fixed;
    height: 130px;
    margin-top: 18px;
    background: #404197;
    width: 100px;
}
.carousel .carousel-inner .carousel-testmon-item legend.testmon-left img{
	width: 100px;
	height: 100px;
    margin-top: 14px;
    border-radius: 25px;
}
.carousel .carousel-inner .carousel-testmon-item .readmore{
    position: absolute;
    color: #fff;
    text-decoration: underline;
    bottom: 20%;
    right: 13%;
    cursor: pointer;
}
#Slider2 .carousel-inner{
	padding-bottom:10px;
}
/*#Slider2 .carousel-inner .carousel-item{
	display:inline;
}*/
#Slider2 .testmon-bottom-sec{
	margin-top:10px;
}
#Slider2 .testmon-bottom-sec p{
	margin-left: 44px;
    font-size: 14px;
    color: #fff;
}
#Slider2 .testmon-bottom-sec .carousel-indicators{
	float: right;
    position: relative;
    display: block;
    margin: 0;
    top: -11px;
    width: 13%;
    text-align: right;
}

#Slider2 .testmon-content{
	width: 90%;
    float: right;
    margin: 0px 15px 15px 0px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 120px;
    padding-left: 25px;
    line-height: 1.1;
}
#Slider2 .carousel-indicators{
	justify-content: right;
    bottom: 4px;
}
#Slider2 .carousel-indicators button{
	height: 8px;
    width: 8px;
    border: 0;
    border-radius: 8px;
}
#Slider2 .carousel-indicators .active{
	background-color:#29B6F6;
}
.eCanRegButton{
	width: 200px;
	height: 38px;
	-webkit-box-shadow: 4px 4px 3px #00000033;
	-moz-box-shadow: 4px 4px 3px #00000033;
	box-shadow: 4px 4px 3px #00000033;
	border-radius: 19px;
	opacity: 1;
	border: 0;
    color: #fff;
	background-color:#404197;
}

footer .mob-link-sec{
	list-style-type:none;
	width:170px;
	height: 38px;
	border-radius: 19px;
	-webkit-box-shadow: 4px 4px 3px #00000033;
	-moz-box-shadow: 4px 4px 3px #00000033;
	box-shadow: 4px 4px 3px #00000033;
	padding: 0;
    margin: 0;
}
footer .mob-link-sec li{
	width: 50%;
    float: left;
    height: 100%;
	font-size:16px;
	padding-top: 6px;
    text-align: center;
}
footer .mob-link-sec li:first-child{
	border-top-left-radius:19px;
	border-bottom-left-radius:19px;
	background-color:#404197;
	color:#fff;
}
footer .mob-link-sec li:last-child{
	border-top-right-radius:19px;
	border-bottom-right-radius:19px;
}
footer .mob-link-sec-Lbl{
	color:#404041;
	margin-right: 20px;
}
footer .social-network-links{
	list-style-type:none;
	height: 38px;
	padding: 0;
    margin: 0;
}
footer .social-network-links li{
	float: left;
    font-size: 19px;
    padding: 4px;
    border: 1px solid;
    min-width: 38px;
    text-align: center;
    border-radius: 38px;
    margin-left: 10px;
	color:#58595B;
}
footer .social-network-links li a{
	cursor:pointer;
}
footer .social-network-links li a i{
	vertical-align:middle;
}
footer .social-network-links li:hover{
	background:#fcfcfc;
}
footer .social-network-links li a:hover i{
	transform : scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.spl-imgs{
	position:absolute;
}
.spl-imgs.sp-img-1{
	top: 138px;
	left: 11px;
	width: 115px;
	height: 43px;
}
.spl-imgs.sp-img-2{
	top: 255px;
	left: 67px;
	width: 13px;
	height: 13px;
}
.spl-imgs.sp-img-3{
	top: 78%;
	left: 80px;
	width: 17px;
	height: 17px;
}
.spl-imgs.sp-img-4{
	top: 145px;
	left: 555px;
	width: 10px;
	height: 10px;
}
.spl-imgs.sp-img-5{
	top: 352px;
	left: 554px;
	width: 17px;
	height: 17px;
}
.spl-imgs.sp-img-6{
	top: 470px;
	left: 489px;
	width: 115px;
	height: 43px;
}
.spl-imgs.sp-img-7{
	top: 138px;
	right: 3%;
	width: 8px;
	height: 8px;
}
.spl-imgs.sp-img-8{
	top: 251px;
	right: 3.3%;
	width: 17px;
	height: 17px;
}
.spl-imgs.sp-img-9{
	top: 422px;
	right: 4%;
	width: 10px;
	height: 10px;
}
.error, .serErrorStyle {
	color: #fb0000;
	border-radius: 3px;
	font-weight: normal;
	text-align: center;
	background: #fbe2e2;
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 2;
}
.modal .modal-title img{
	height: 40px;
	width:40px;
    margin-right: 15px;
	border-radius:20px;
}
.modal .modal-title span{
	font-weight:bold;
}
.logoutWraper{
	text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}
.logoutWraper button.btn, .logoutWraper input[type="button"].btn{
	font-family: ADNOCSans_Regular;
    font-size: 12px;
    background-color: #404197;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    min-width: 123px;
    height: 39px;
    padding-top: 9px;
	background: linear-gradient(105deg,
    /* Base gradient stops */
    #404197, #8384c7, #404197, #484983,
    /* Repeat your base gradient stops */
    #404197, #8384c7, #404197, #484983,
    /* Repeat your first gradient stop */
    #404197);
  
	background-size: 200% 200%;
	animation: rainbow 2s linear infinite;

}
@keyframes rainbow {
    0% { background-position: 100% 100% }
	50% { background-position: 70% 70% }
	70% { background-position: 50% 50% }
  100% { background-position: 0% 0% }
}
.logoutWraper i.fa-lock{
    font-size: 35px;
    margin: 15px;
    margin-top: -3px;
}