﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

textarea {
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/*body{
	background: url(../images/banner3.jpg) no-repeat;
}*/
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.login-page {
  /* Margin bottom by footer height */
  margin-top: 150px;
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.index2 .style2{
	background-size: cover;
	background-position: center center;
}
.style2{}
.style2 .login-box{
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
	background: #ffffff;
	height: 500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0px 13px 84px 7px rgba(0, 0, 0, .30);
	-moz-box-shadow: 0px 13px 84px 7px rgba(0, 0, 0, .30);
	box-shadow: 0px 13px 84px 7px rgba(0, 0, 0, .30);
}
.style2 .login-box:before{
	content: "";
	width: 90%;
	height: 10px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	-webkit-box-shadow: 0px 13px 84px 7px rgba(0, 0, 0, .30);
	-moz-box-shadow: 0px 13px 84px 7px rgba(0, 0, 0, .30);
	box-shadow: 0px 13px 84px 7px rgba(0, 0, 0, .30);
}
.style2 .login-box:after{
	content: "";
	width: 80%;
	height: 10px;
	background: rgba(255,255,255,0.4);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.style2 .login-form-slider .slide{
	padding: 40px;
}
.style2 h3{
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	color: #9b5c60;
	letter-spacing: 0.020em;
	margin-bottom: 30px;
	font-family: 'Nunito', sans-serif;
}
.style2 .form-group{
	position: relative;
}
.style2 .form-control{
	height: 50px;
	padding-left: 40px;
	border: 0;
	color: #633e62;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.style2 .forgot-password-field .form-control{
	padding-right: 70px;
}
.style2 .forgot-password-field .forgot-password-click{
	position: absolute;
	right: 10px;
	top: 15px;
	color: #d3674a;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	letter-spacing: 0.030em;
	font-weight: 600;
}
.style2 .form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #c2c1bf;
}
.style2 .form-control::-moz-placeholder {
	opacity: 1;
	color: #c2c1bf;
}
.style2 .form-control:-ms-input-placeholder {
	opacity: 1;
	color: #c2c1bf;
}
.style2 .form-control:focus{
	-webkit-box-shadow: 0px 0px 0px 2px rgba(92, 58, 93, .3);
	-moz-box-shadow: 0px 0px 0px 2px rgba(92, 58, 93, .3);
	box-shadow: 0px 0px 0px 2px rgba(92, 58, 93, .3);
}
.style2 .field-icon{
	position: absolute;
	font-size: 20px;
	left: 10px;
	top: 10px;
	color: #633e62;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, .2);
}
.style2 .sign-in-btn:before{
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	border-top: 2px dashed #d2c4cb;
	width: 125%;
	text-align: center;
}
.style2 .sign-in-btn .submit{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 50px;
	color: #ffffff;
	background: -moz-linear-gradient(11deg, rgba(140,81,123,1) 0%, rgba(54,40,69,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(140,81,123,1)), color-stop(100%, rgba(54,40,69,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(11deg, rgba(140,81,123,1) 0%, rgba(54,40,69,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(11deg, rgba(140,81,123,1) 0%, rgba(54,40,69,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(11deg, rgba(140,81,123,1) 0%, rgba(54,40,69,1) 100%); /* ie10+ */
	background: linear-gradient(79deg, rgba(140,81,123,1) 0%, rgba(54,40,69,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c517b', endColorstr='#362845',GradientType=1 ); /* ie6-9 */
	border: 0;
	letter-spacing: 0.040em;
	font-size: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	-webkit-box-shadow: 3px 8px 21px rgba(92, 58, 93, .35);
	-moz-box-shadow: 3px 8px 21px rgba(92, 58, 93, .35);
	box-shadow: 3px 8px 21px rgba(92, 58, 93, .35);
}
.style2 .sign-up-txt{
	padding-top: 40px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	color: #868582;
	font-size: 17px;
}
.style2 .sign-up-txt a{
	color: #6d3346;
	font-size: 18px;
	display: inline-block;
	padding-left: 6px;
	font-weight: 600;
}
.style2 .signup-slide .sign-up-txt{
	padding-top: 10px;
}
