@CHARSET "UTF-8";

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}

/* @font-face {
	font-family: 'Gotham-Rounded';
	src: url('../fonts/GothamRounded-Medium.eot');
	src: local('../fonts/Gotham-Rounded Medium'), local('GothamRounded-Medium'),  url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamRounded-Medium.woff2') format('woff2'),  url('../fonts/GothamRounded-Medium.woff') format('woff'),  url('../fonts/GothamRounded-Medium.ttf') format('truetype'),  url('../fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
	font-weight: 400;
	font-style: normal;
} */
@font-face {
	font-family: 'Segoe-UI';
	src: url('../fonts/Segoe-UI.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe-UI-Bold';
	src: url('../fonts/Segoe-UI-Bold.ttf');
	font-weight: 400;
	font-style: normal;
}

body {
	/* font-family:Arial, Helvetica, 'Segoe-UI'; */
	font-family:'Segoe-UI';
	    /*background-color: #f00;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 
}

.logo_img
{
	text-align:center;
	margin-bottom:20px;
}



form[role=login] {
	font: 16px/1.6em;
	background: #fff;
	padding: 10px 0 0 0;	
}
	form[role=login] h2 {
		font-size: 26px;
		color: #5d5c5c;
		margin-bottom: 1em;
	}
	form[role=login] input,
	form[role=login] button,
	form[role=login] a.btn {
		font-size: 16px;
	}
	form[role=login] > div {
		line-height: 3em;
		margin: 1.5em 0 0 0;
		padding: 0 26px;
		background: #f2f2f2;
		
		
	}
	form[role=login] > section {
		padding: 0 26px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		background: #fff;
	}
.admin_box {
    height: auto;
    width: auto;
    text-align: left;
    margin-bottom: 10px;
}
	.admin_box h4
	{
		padding:0px;
		text-transform:uppercase;
		font-weight:900;
	}
	
	/*********************forgot password*************88*/
	
	.message {
	font-size: 16px;
	margin-left: 0;
	padding: 0px;	
	margin-bottom:15px;
    background-color: #fff;
}
.info-link:hover
{
	text-decoration:none;
}
.btn-primary {
    background-color: #205393;
    border-color: #2880ed;
}
.btn-primary:hover {
    background-color: #2880ed;
    border-color: #2880ed;
}
.main-footer {
    background: #FFF none repeat scroll 0% 0%;
    padding: 21px;
    color: #444;
    border-top: 1px solid #D2D6DE;
	display:none;
}
.text-primary {
    color: #4E3122;
}
.form-control:focus {
	border-color: #205393;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.logo-fore{text-align:center;}
.logo-fore img{display:inline;}
.back_to_site_link a {
    color: #333;
}
/*.log-in-page{
	background-image:url(../images/banner3.jpg);
}*/
.bg-ovrly{
	background:none;
  
}
.bg-log-in{
     height: 86.1vh;
	/*background:#e6ebee;
    height: 688px;	*/
}



    .bg-log-in .login-form {
        margin: 40px 100px 0px;
        color: #555;
        padding: 20px;
    }
.bg-log-in .admin_box h4 {
    text-transform: capitalize;
    font-size: 26px;
    color: #333;
    padding-top: 0px;
    font-weight: 600;
    text-align: left;
    font-family: 'Segoe-UI-Bold';
}
.header-cp {
	border-bottom: 1px solid #d4d4d4;
}
.header-cp img{
	padding:12px;
	margin:0px auto;
}
.font-fml{
    text-align: center;
    color: #333;
    margin-bottom: 0px;
    /* font-family: 'Gotham-Rounded';	 */
}

.back-to-site a{
	border: 1px solid #a0a0a0;
    padding: 12px 16px;
    display: block;
    text-align: center;	
	/* font-family: 'Gotham-Rounded'; */
	text-decoration:none;
	border-radius: 4px;
	background: #000;
	color: #fff;
}
.back-to-site .glyphicon{
    margin-right: 8px;
}
.back-to-site a:hover{
	background: #323232;
    border: 1px solid #205393;
    color: #fff;	
}
.log-in-bnt{

	background-color: #336699;
    border-color: #0e57b1;
    color: #fff;
	border-radius: 4px;
  padding: 12px 16px;
}
.or{
	text-align:center;	
	font-family: 'Gotham-Rounded';	
}
.padng-brm-sign{
	margin-bottom:6px;	
	padding-right:0px;
}
.log-in-icon{
        margin: 0px auto;
    border-radius: 6rem;
    width: 20%;
    margin-top: -60px;
    border-top: solid 1px #e0e0e0;
}
.no-padding-cp{
	 padding:0px;	
}





/*-------------------------animate start----------------------------*/

/* STRUCTURE */

.wrapper {
  display: flex;
  flex-direction: column; 
  justify-content: center;

  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}




/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}

h1{
    color:#60a0ff;
}

/* OTHERS */

*:focus {
    outline: none;
} 

#icon {
  width:30%;
}

form[role=login] button.log-in-bnt { font-size: 14px;}


@media (max-width: 991px) {
.bg-log-in .login-form {
    width: 96%;
    margin-left: 0px;
	margin-top: 60px;
	padding:15px;
}
.back-to-site {
    padding: 0px;
}
.back-to-site a {
    padding: 6px 4px;
}
#StrickyNotesModal {
    left: 8%;
    top: 25%;
    width: 85%;
}
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
.bg-log-in .login-form {
  margin-top: 2%;
}
}

.bg-ovrly {
  padding: 0px;
}
.bg-ovrly .bg-img{
  background: url(../images/admin_login.jpg) top left repeat;
  background-position: right;
  background-size: cover;
  z-index: 999;
  min-height: 100vh;
  position: relative;
  padding: 70px;
}
.bg-ovrly .bg-img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(9 103 153 / 73%);
  z-index: -1;
}
.leftsidesec h2{
  font-weight: 600;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 25%;
}
.leftsidesec h2 span{
  font-weight: 800;
  font-size: 60px;
}
.leftsidesec p{
  color: #fff ;
  font-size: 18px;
  width: 92%;
}
.newlogindesgin .extra-login {
  margin-bottom: 25px;
  position: relative;
}
.newlogindesgin .extra-login::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #d8dcdc;
  content: "";
}
.newlogindesgin .extra-login > span {
  padding: 1px 20px;
  position: relative;
  font-size: 15px;
  color: #a7a7a7;
  background: #ffffff;
}
.newlogindesgin .extra-login{
  margin-bottom: 25px;
  position: relative;
  display: block;
  clear: both;
  text-align: center;
}
.newlogindesgin .extra-login::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #d8dcdc;
  content: "";
}



.newlogindesgin .social-list{
  display: block;
  margin-bottom: 27px;
  text-align: center;
}
.newlogindesgin .social-list a{
  display: inline-block;
}

.newlogindesgin .social-list .icon {
  position: relative;
  background: #f3f3f3;
  border-radius: 3px;
  margin: 0 4px 3px 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #ffffff;
}

.newlogindesgin .social-list .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.newlogindesgin .social-list .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.newlogindesgin .social-list .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.newlogindesgin .social-list .icon:hover span,
.newlogindesgin .social-list .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.newlogindesgin .social-list .facebook{
  background: #3b5999;
}

.newlogindesgin .social-list .facebook:hover .tooltip,
.newlogindesgin .social-list .facebook:hover .tooltip::before {
  background: #3b5999;
}

.newlogindesgin .social-list .twitter{
  background: #46c1f6;
}

.newlogindesgin .social-list .twitter:hover .tooltip,
.newlogindesgin .social-list .twitter:hover .tooltip::before {
  background: #46c1f6;
}

.newlogindesgin .social-list .instagram{
  background: #db4437;
}

.newlogindesgin .social-list .instagram:hover .tooltip,
.newlogindesgin .social-list .instagram:hover .tooltip::before {
  background: #db4437;
}

.newlogindesgin .social-list .github{
  background: #2392e0;
}

.newlogindesgin .social-list .github:hover .tooltip,
.newlogindesgin .social-list .github:hover .tooltip::before {
  background: #2392e0;
}


.newlogindesgin .input-group .form-control, .newlogindesgin .input-group-addon, .input-group-btn {
    display: table-cell;
    height: 55px;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #33333314;
    box-shadow: none;
}

.newlogindesgin .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #33333314;
    border-radius: 0px;
}
.newlogindesgin .form-control:focus {
  border-color: #cccccc;
  box-shadow: none;
}
.text-white {
    color:#fff;
}
.css-431 a.text-white{
    color:#fff;
}
.bgwhitewithshdw {
    display: block;
    width: 80%;
    margin: 3% auto 55px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px, rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px;
    background: white;
}
.detail-leftside {
    padding: 52px 36px 75px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.6px 1.8px, rgba(0, 0, 0, 0.13) 0px 3.2px 7.2px;
    height: auto;
    position: relative;
}
.log-in-page {
    background: url(../images/logbg.png) top left repeat;
    background-size: cover;
    z-index: 999;
    min-height: 100vh;
    position: relative;
}
header {
    padding: 25px 35px 0px;
}
header {
    padding: 25px 35px 0px;
}
.logoadmn {
margin: 0px;
    text-align: center;
    width: 12%;
    margin: 0px auto;
}
header h1 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    font-family: Segoe-UI-Bold;
    padding: 14px;
    margin-left: 66px;
}
.detail-leftside h3 {
  font-weight: 200;
  font-size: 22px;
  color: #000;
  font-family: 'Segoe-UI';
}
.detail-leftside p {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-top: 12px;
  text-align: left;
  font-family: 'Segoe-UI';
}
    .detail-leftside p.copyright {
        color: #333;
        position: relative;
        bottom: 4px;
        font-family: 'Segoe-UI';
    }
.detail-leftside ul {
    padding: 0px;
    margin-top: 20px;
}
    .detail-leftside ul li {
      list-style: none;
      text-indent: -14px;
      padding-left: 23px;
      margin-bottom: 15px;
      font-weight: 100;
      font-size: 14px;
      color: #333;
      font-family: 'Segoe-UI';
        }
    .detail-leftside ul li b{
      font-family: 'Segoe-UI-Bold';
        font-weight: 600;
    
        }
    .detail-leftside ul li i{
      color: #42be17;
    padding-right: 8px;
    }
    .detail-leftside p.webshpdetl{
      font-size: 14px;
      color: #333;
      font-family: 'Segoe-UI';
      margin-bottom: 22px;
    }

    .css-337 {
      overflow: auto;
  }
  .css-431 {
       width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: rgb(97, 97, 97);
    align-self: flex-end;
    position: fixed;
    min-height: 4vh;
    flex-wrap: wrap;
    bottom: 0;
}
.css-433 {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 11px;
  padding-right: 24px;
  text-decoration: none;
}
.css-433:hover{
  color: #fff;
  text-decoration: underline;
}
.css-432 {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 11px;
  padding-right: 24px;
  text-decoration: none;
}
.css-489 {
  margin-top: -5px;
}
.root-491 {
  display: inline;
}
.root-492 {
  outline: transparent;
  position: relative;
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
  border: 0px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 16px;
  border-radius: 2px;
  min-width: 80px;
  height: 40px;
  background-color: rgb(0, 120, 212);
  color: white;
  width: auto;
  user-select: none;
}
.livecht{
  font-size: 12px;
  margin-right: 6px;

}
.login-inner-form.newlogindesgin .input-group {
  border: 1px solid;
}


@media only screen and (min-width:1280px) and (max-width: 1400px) {
  .detail-leftside {
    padding: 26px 36px 75px;
  }
  .detail-leftside p.webshpdetl {
    font-size: 13px;
  }
  .detail-leftside ul li {
    margin-bottom: 12px;
    font-weight: 100;
    font-size: 13px;
}
.detail-leftside p.copyright {
  font-size: 14px;
}
.bgwhitewithshdw {
    margin: 5% auto 55px;
}
}


@media only screen and (min-width:320px) and (max-width: 480px) {
    .bg-log-in .admin_box h4 {
    font-size: 18px;
}
    .log-in-page header {
        padding: 15px 15px 0px;
    }

    .rs-text-center {
        text-align: center;
    }
     .log-in-page header h1 {
    margin-left: 0;
    text-align: center;
}
    .logoadmn {
        margin: 0px auto;
        width: 50%;
    }
.bgwhitewithshdw {
    width: 92%;
    margin: 3% auto 10%;
    box-shadow: rgb(0 0 0 / 4%) 0px 4.8px 14.4px, rgb(0 0 0 / 8%) 0px 25.6px 57.6px;
}
.bg-log-in .login-form {
    margin: 0px;
    width: 100%;
}
.detail-leftside h3 {
    margin-top: 0;
}
    .detail-leftside {
        padding: 25px 25px;
    }
    .bg-log-in {
    height: 100%;
}
    .css-431 {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
}
    .css-433 {
    font-size: 14px;
    padding-right: 22px;
    margin-bottom: 13px;
}
    .root-492 {
        padding: 0px 16px;
    height: 25px;
    }
    .css-432 {
    font-size: 14px;
    padding-right: 24px;
    margin-bottom: 12px;
        padding-right: 10px;
}
}












