html,
body,
main {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('/images/background-login.jpg') no-repeat;
	background-size: cover;
}

h1 {
	font-family: "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 100;
	font-size: 33px;
}

.well {
	display: inline-block;
}

#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 600;
	color: #000;
	font-size: 18px;
}

.center-container {
	height:100%;
}

.header {
	width: 100%;
	height: 100px;
	background-color: #FF0000;
}

/*.form-signin {*/
	/*max-width: 512px;*/
	/*padding-top: 4%;*/
	/*padding-bottom: 4%;*/
/*}*/

/*.form-signin label {*/
	/*font-weight: bold;*/
/*}*/

.login-header {
	background: rgba(255, 255, 255, .7);
	padding: 15px 10px;
	color: #666;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
}
.login-content {
	color: #666;
	text-align: center;
	padding-top: 10px;
	font-size: 0.975em;
}

.login-header p {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin: 1em 0;
}

.login-body {
	padding: 10px;
	background: rgba(255, 255, 255, .7);
	border-radius: 0 0 4px 4px;
}

input.form-control {
	background-color: rgba(255, 255, 255, .7);
}

.panel.register {
	background-color: rgba(255, 255, 255, .7);
}

.login-footer {
	padding-top: 10px;
	/*font-weight: bold;*/
	/*color: #000;*/
}

.login-footer a {
	color: #fff;
}

.login-footer a:hover {
	color: #F87C32;
}

form label {
	color: #666;
}

.gray {
	color: #666;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
	display: none !important;
}

.trial {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	background-color: rgba(139,149,200,0.5);
}
.trial p {
	color: #fff;
	margin-bottom: 0;
}


.btn-secondary:hover {
	color: #fff;
	background-color: #f36336;
	border-color: #f36336;
}
a.btn-secondary {
	margin-top: 10px;
	width: 100%;
}

.btn-orange {
	color: #ffffff;
	background-color: #f26522;
	text-transform: uppercase;
}

.btn-primary {
	color: #fff;
	background-color: #f36336;
	border-color: #f26522;
	text-transform: uppercase;
}
.btn-secondary {
	color: #f36336;
	background-color: transparent;
	border-color: #f36336;
	text-transform: uppercase;
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #f36336;
	border-color: #f36336;
}


.btn-indition {
	color: #fff;
	background-color:#f36336;
	text-transform: uppercase;
	cursor: pointer;
}

#limited-login {
	color: #fff;
	height: 56px;
	background: -moz-linear-gradient(left, rgba(0,70,126,0.87) 0%, rgba(0,121,193,0.87) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,70,126,0.87) 0%,rgba(0,121,193,0.87) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,70,126,0.87) 0%,rgba(0,121,193,0.87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de00467e', endColorstr='#de0079c1',GradientType=1 ); /* IE6-9 */
}
#limited-login .container {
	padding: 16px;
}
#limited-login .container p {
	font-size: 1rem;
	margin-bottom: 0;
	font-weight: 200;
}

@media (min-width: 768px) {
	.btn-secondary {
		border-color: transparent;
	}
	a.btn-secondary {
		margin-top: 0;
	}
	#limited-login {
		height: 68px;
	}
	#limited-login .container p {
		font-size: 1.5rem;
		margin-bottom: 0;
		font-weight: 200;
	}
}

.login-page-banner div.text-center{
    display: none;
}

.login-page-banner{
    background: transparent !important;
}

.login-page a[href="signup.html"] {
  display: none;
}




  .reguthModal{
	width: 560px ;
	margin:0 auto;
	/* padding: 20px;  */
	max-height:90vh;
	 overflow-y:auto; 
	 background-color:white;
	  position:relative; 
	  top:50px;
	   bottom:20px;
	   color:#333;
	   padding: 2rem !important;

	   /* background-color:white; */
	   /* color:#333; */
  }


  .toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
  }
  .toggle-switch input[type="checkbox"] {
    display: none;
  }
  .toggle-switch .switch {
    position: absolute;
    cursor: pointer;
    background-color:rgb(235, 231, 231);
    border-radius: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color 0.2s ease;
  }
  .toggle-switch .switch::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: 21px;
    height: 21px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  .toggle-switch input[type="checkbox"]:checked + .switch::before {
    transform: translateX(25px);
    background-color:  whitesmoke
  }
  .toggle-switch input[type="checkbox"]:checked + .switch {
    background-color: #a1cbf5;
  }

  .tooltip1 {
	position: relative;
	display: inline-block;
	
  }
  
  .tooltip1 .tooltiptext1 {
	visibility: hidden;
	width: 80px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
  }
  
  .tooltip1 .tooltiptext1::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
  }
  
  .tooltip1:hover .tooltiptext1 {
	visibility: visible;
  }