
/*------------------------------------------------------------------

[Login/Signup Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)

-------------------------------------------------------------------*/




/** Base Body Styles **/
.main{ 
	/*background-position:center center;*/
	color:#838383; font: 13px/1.7em 'Open Sans';
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 5%;
	padding-bottom: 2.5%;
	min-height: 80vh !important;
}
.login-card{
	margin-top: 50px;
	padding: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #004969;
}
nav{
	border-bottom: solid 1px #E7E7E7;
}
.forgot-link:hover{
	text-decoration:underline;
}
.forgot-link{
	color: #52B9EC !important;
	text-decoration: none;
	margin-top:10px;
}
.email-link{
	color: #5A5249 !important;
}
.bordered{
	border: solid 2px #000;
	border-radius: 5px;

}
.tcs-link{
	color: #52B9EC !important;
	text-decoration: none;
}
.account-container {
	width: 380px; 
	display: block;
	margin: auto auto 0 auto;
	background: #FFF;
	/* box-shadow:  0px 0px 2px #dadada, inset -2px -2px 0px #e6e6e6; */
	margin-bottom: 20px;
	margin-top: 20px;
}

.username-field{
	width: 100%;
	padding: 8px;	
	align-self: center;
	color: #494949;
	border: solid 1px #d6d6d6 !important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height:45px;
	margin-top:10px;
}

.reset-username-field{

	width: 100%;
	padding: 8px;	
	align-self: center;
	color: #494949;
	border: solid 1px #d6d6d6 !important;
	border-radius: 8px;
}

.username-field:focus{
	z-index: -1;
	margin-bottom: 3px;
}

.password-field{
	width: 100%;
	padding: 8px;	
	align-self: center;
	color: #494949;
	border: solid 1px #d6d6d6 !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height:45px;
	margin-top:-1px !important;
}

.inner-cont{
	/* background: rgba(0, 0, 0, .8); */
	border-top-right-radius: 70px;
	border-bottom-left-radius: 70px;
}
.login-txt{
	text-align: center !important;
	color: #000;
	text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
	letter-spacing:0.2px;
}

.content {
	padding: 16px 28px 23px;
} 

.login-fields {
	margin-bottom: 12px;
}
.hr{
	background-color: #FFF;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.center{
	display:inline-block;
	margin: auto auto 0 auto !important;
	align-content: center;
 }
.login-fields .field {
	margin-bottom: 1.25em;
}
.btn-large{
	width: 150px;
	align-self: center !important;
	justify-content: center !important;
	align-content: center;
	margin-top: -12px !important;
}
.login-btn{
	background-color: #104253 !important;
}
.login-fields label {
	display: none;
}

/* .login-fields input {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 255px;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

.username-field { background: url(../images_admin/signin/user.png) no-repeat; }

.password-field { background: url(../images_admin/signin/password.png) no-repeat; } */


.login-fields input {
	width: 100%;
	padding: 8px;	
	align-self: center;
	color: #494949;
	/* border: solid 1px #d6d6d6 !important;
	border-radius: 5px; */
}

.login-fields input:focus {
	border-color:#86b7fe;outline:0;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)
}

.gradient-custom-2 {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.gradient-custom-2 {
	background: #104253;
}
.login-title{
  color: #104253;
}
.h-100{
  min-height: 90vh !important;
}
.alert {
  font-size: 12px !important;
  margin-bottom: 10px !important;
}

.refreshCaptcha{
	color: #0069D9;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}

.login-actions {
	float: left;
	
	width: 100%;
	
	margin-top: -1em;
	margin-bottom: 1.25em;
}

.login-social {
	float: left;
	
	padding: 10px 0 15px;
	
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;	
}

.login-checkbox{
	margin-top:5px;
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}
.white_txt{
	color: #FFF !important;
}
.margin-top{
	margin-top: 10px !important;
}
.margin-top-large{
	margin-top: 15px !important;
}
.captcha-input{
	width: 100%;
	padding: 10px;	
	align-self: center;
	color: #8e8d8d;
	background-color: #15110D;
	margin-right: 15px;
}
.img-brand{
	height: 50px;
	display: block;
	margin: auto auto 0 auto;
}
.validation_errors{
	padding: 20px !important;
	color: #FFF !important;
}
.item_width{
	width: 299px;
}
span.login-checkbox > input[type='checkbox'] + label {    
    clear: none;
    
	height: 15px; 
	display: block;
    padding: 0 0 0 22px;
    margin: 0;
    
    font-size: 12px;
    line-height: 1.2em;
    
    background: url(../images_admin/signin/check.png) no-repeat 0 0;
    
    cursor: pointer;
}

span.login-checkbox > input[type='checkbox']:checked + label {	
	background-position: 0 -15px;
}

/** Text Under Box**/
.login-extra {
	display: block; 
	width: 300px; 
	margin: 1.5em auto;
	 
	text-align: center;
	line-height: 19px; 
	margin-top: 50px;
	text-shadow: 1px 1px 0px #fff; 	
}

/** Buttons **/
.twitter, .fb {
	position: relative;
	height: 32px; 
	width: 157px; 
	display: block;
	
	background: url(../images_admin/signin/twitter_btn.png) no-repeat; 
	
}

.fb {
	width: 162px; 
	background: url(../images_admin/signin/fb_btn.png) no-repeat; 	
}

.twitter:active, .fb:active {
	top: 1px;
}

.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}

.twitter a, .fb a {
	padding: 5px 0 0 35px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 11px; 
	height: 32px; 
	display: block;	
}

.fb a {
	padding: 5px 0 0 31px; 
	
}

.twitter, .fb {
	display: inline-block;
}

.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}

.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; align-self: center; margin-top: 18px;}

.register .login-social {
	margin-bottom: 1em;
}

.register .login-actions {
	margin-bottom: 0;
}

.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}

.register h1 {
	color: #444;
}

.register span.login-checkbox {
	position: relative;
	top: -6px;
	width: 200px;
}

.register span.login-checkbox > input[type="checkbox"] + label {
	position: relative;
	line-height: 1.3em;
}

.rememberDiv{
	margin-top:-15px !important;
}

.rememberLabel{
	margin-top: 11px !important;
}


@media (max-width: 480px) {
	
	.account-container {
		width: 400px;	
		margin-top: 20px;
	}
	
	.login-fields input {
		width: 160px;
	}
	
	.login-social {
		width: 100%;
	}
	
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	
	.register .login-fields input {
		width: 204px;
		/* padding-left: 6px; */
	}
	
}

