﻿
html,
body {
	background: #57585a;
	background: -moz-radial-gradient(center, ellipse cover, #57585a 0%, #2f2f31 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #57585a 0%,#2f2f31 100%);
	background: radial-gradient(ellipse at center, #57585a 0%,#2f2f31 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57585a', endColorstr='#2f2f31',GradientType=1 );
}

body {
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	font-family: 'opensans_regular', sans-serif;
}

input:focus {
	outline: 0 !important;
}

.bootstrap-iso select:focus,
.bootstrap-iso textarea:focus,
.bootstrap-iso button:focus {
}

.bootstrap-iso .top-header {
	min-width: 550px;
	padding: 15px 15px;
}


.bootstrap-iso .container {
	color: #fff;
	background: transparent;
}

.bootstrap-iso .well {
	background: transparent;
	padding: 19px;
	background-image: none;
	box-shadow: none;
	border: none;
	max-width: 420px;
	margin: 0 auto;
}

.login-logos {
	max-width: 530px;
	margin: 30px;
}

@media screen and (max-width:991px) {

	.bootstrap-iso .well {
		max-width: initial;
	}

	.login-logos {
		max-width: initial;
		margin: 20px;
	}
}

.bootstrap-iso .m-t-40 {
	margin-top: 40px;
}

.bootstrap-iso .m-t-20 {
	margin-top: 20px;
}

.bootstrap-iso .m-t-10 {
	margin-top: 10px;
}

.bootstrap-iso .m-r-0 {
	margin-right: 0px;
}

.bootstrap-iso .m-r-5 {
	margin-right: 5px;
}

.bootstrap-iso .m-l-0 {
	margin-left: 0px;
}

.bootstrap-iso .m-b-0 {
	margin-bottom: 0px;
}

.bootstrap-iso .footer {
	margin-top: 10px;
	font-size: 11px;
}

.styleimage-logo-l {
	width: 100%;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #fff !important;
	float: left;
	max-width: 240px
}

.styleimage-logo-r {
	float: left;
	max-width: 240px
}


.image-logo {
	margin-right: 30px;
}

.bootstrap-iso .btn .form-control {
	box-shadow: 0 none !important;
}

.bootstrap-iso .btn {
	outline: 0 !important
}

.bootstrap-iso .btn-primary.disabled {
	outline: 0 !important
}

.bootstrap-iso .btn {
	font-family: 'opensans_regular', sans-serif;
	background-image: none;
}

.bootstrap-iso .btn-primary, .bootstrap-iso .btn-primary:focus, .bootstrap-iso .btn-primary:active:hover {
	color: #fff;
	background-color: #00a88f;
	border-color: #00a88f;
}

.bootstrap-iso .btn :hover {
	transition: all .3s;
}

.bootstrap-iso .btn-primary.active, .bootstrap-iso .btn-primary:active, .bootstrap-iso .btn-primary:hover, .bootstrap-iso .btn-primary:active:focus {
	background-color: #008672;
	border-color: #008672;
}



.bootstrap-iso .btn-primary.disabled {
	background-color: #008672;
	border-color: #008672;
}

.bootstrap-iso .btn-primary.disabled {
	background-color: #008672;
	border-color: #008672;
}

	.bootstrap-iso .btn-primary.disabled:hover {
		background-color: #008672;
		border-color: #008672;
	}


.bootstrap-iso.btn:not(.bootstrap-iso.btn-sm):not(.bootstrap-iso.btn-lg) {
	line-height: 1.44;
}


.bootstrap-iso .btn-synegry {
	width: 100%
}


.bootstrap-iso .form-control {
	color: #333333;
}

	.bootstrap-iso .form-control::placeholder {
		color: #bbbfbf;
	}

.bootstrap-iso a {
	color: #00A890;
	text-decoration: underline;
	cursor: pointer;
}


.bootstrap-iso .has-error .help-block, .bootstrap-iso .has-error .control-label, .bootstrap-iso .has-error .radio, .bootstrap-iso .has-error .checkbox, .bootstrap-iso .has-error .radio-inline, .bootstrap-iso .has-error .checkbox-inline, .bootstrap-iso .has-error.radio label, .bootstrap-iso .has-error.checkbox label, .bootstrap-iso .has-error.radio-inline label, .bootstrap-iso .has-error.checkbox-inline label {
	color: #ea4a47;
	font-size: 12px;
}

.bootstrap-iso .input-icon {
	position: relative;
	left: 0;
}

	.bootstrap-iso .input-icon.right > i {
		left: auto;
		right: 8px;
		position: absolute;
		top: 10px;
		display: none;
	}

.bootstrap-iso .has-error .input-icon > i {
	color: #ee736a;
	text-shadow: none;
	display: block;
}

/**Start Custom error Style*/
.bootstrap-iso .has-err .help-block, .bootstrap-iso .has-err .control-label {
	color: #fff;
	text-align: left;
	font-size: 12px;
}

.bootstrap-iso .has-err .input-icon > i {
	color: #ee736a;
	text-shadow: none;
	display: block;
}
/**End Custom error Style*/

.bootstrap-iso .list-unstyled > li {
	color: #fff;
	text-align: left;
}

.bootstrap-iso .reset-custom-error {
	color: #fff;
	text-align: left;
	font-size: 12px;
}

.bootstrap-iso .alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.bootstrap-iso .alert-danger {
	background-color: #fbe1e3;
	border-color: #fbe1e3;
	color: #e73d4a;
}

.bootstrap-iso .alert {
	border-width: 1px;
}

.bootstrap-iso .alert-danger {
	background-color: #ee736a;
	border-color: #ee736a;
	color: #fff;
}

.bootstrap-iso .alert {
	background-image: none;
	background-repeat: no-repeat;
	box-shadow: none;
	text-shadow: none;
	font-weight: 100;
	font-size: 14px;
	text-align: left;
}

.bootstrap-iso .alert-info {
	background-color: #4c96bb;
	border-color: #4c96bb;
	color: #fff;
}

.alert-info h4 {
	margin-left: 30px;
	margin-top: 3px;
}

.alert-info i {
	font-size: 24px;
	position: absolute;
	margin-right: 40px
}

.bootstrap-iso .close > i {
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	margin-top: -8px;
	margin-left: -5px;
}

.bootstrap-iso button.close {
	text-shadow: none !important;
}

.bootstrap-iso .loadingpreview {
	width: 50px;
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	/*border: 1px solid green;
	-webkit-text-fill-color: green;
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;*/
	transition: background-color 5000s ease-in-out 0s;
}
