html,body {

	box-sizing:border-box;
	height: 100%;
	padding:0;
	margin:0;
}

a,
a:hover,
.btn{
outline: none;
}
a:focus,
.btn{
	border: none !important;
	outline: none;
}
.form-control{
	border: 1px solid rgb(232, 232, 232);
	border-radius: 10px;
  	background-color: rgb(255, 255, 255);
  	height: 52px;
  	width: 100%;
  	padding: 0 35px;
  	box-shadow: none;
}

.btn-style1{
	color: #fff;
	border-radius: 10px;
	background: rgb(0,146,69);
    background-image: -moz-linear-gradient( 56deg, rgb(0,146,69) 0%, rgb(161,209,80) 100%);
    background-image: -webkit-linear-gradient( 56deg, rgb(0,146,69) 0%, rgb(161,209,80) 100%);
    background-image: -ms-linear-gradient( 56deg, rgb(0,146,69) 0%, rgb(161,209,80) 100%);
    border: none;
    padding: 10px 12px;
    transition: all .3s;
    min-width: 135px;
	min-height: 43px;
    font-size: 16px;
	font-family: "MuseoSansCyrl-300";
}

.btn-style1:hover,
.btn-style1:focus{
	color: #fff;
	background: #179b47;
    background-image: -moz-linear-gradient( 56deg, rgb(23,155,71) 0%, rgb(23,155,71) 100%);
    background-image: -webkit-linear-gradient( 56deg, rgb(23,155,71) 0%, rgb(23,155,71) 100%);
    background-image: -ms-linear-gradient( 56deg, rgb(23,155,71) 0%, rgb(23,155,71) 100%);
}
.btn-style1:active{
	color: #fff;
	background: #017b3b;
	background-image: -moz-linear-gradient( 56deg, rgb(1,123,59) 0%, rgb(1,123,59) 100%);
    background-image: -webkit-linear-gradient( 56deg, rgb(1,123,59) 0%, rgb(1,123,59) 100%);
    background-image: -ms-linear-gradient( 56deg, rgb(1,123,59) 0%, rgb(1,123,59) 100%);
}
	.btn-style1 i{
		vertical-align: middle;
		line-height: 17px;
		margin-right: 5px;
	}


h4{
	font-size: 20px;
	font-family: "MuseoSansCyrl-900";
	line-height: 1.375;
	margin: 0;
	margin-bottom: 35px;
	margin-top: 50px;
}
h3{
	font-size: 40px;
	font-family: "MuseoSansCyrl-900";
	line-height: 1.2;
	margin: 0;	
}
h2{
	font-size: 30px;
	font-family: "MuseoSansCyrl-900";
	line-height: 1.2;
	margin: 0;
	margin-bottom: 25px;
	
}
p{
	font-size: 16px;
	font-family: "MuseoSansCyrl-300";
	line-height: 1.375;
	margin: 0;
	margin-bottom: 25px;
}
p:last-child{
	margin-bottom: 0;	
}

ul {
		
    	list-style-position: inside;
    	margin-bottom: 25px;
	}

	ul li{
		font-size: 16px;
		color: rgb(56, 56, 56);
		line-height: 1.375;
	  	text-align: left;
	  	font-family: "MuseoSansCyrl-300";
	  	text-indent: 15px;
	  	position: relative;
	  	padding: 4px 0;
	}
		ul li::before {
			position: absolute;
			left: 0;
			text-indent: 0px;	
		  	content: "•";
		  	color: #209f58; /* or whatever color you prefer */
		}
.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}

.mt-5{
	margin-top: 5px;
}

.help-block{
	font-size: 16px;
	font-family: "MuseoSansCyrl-300";
	line-height: 1.375;
}
.color-green{
	color: #009245;
}
.errors{
	color: #e3072b;
}
.success{
	color: green;
}
.vis_hidden{
	display: none;
}
.preloader{
	width: 23px;
    height: 23px;
}


.form-group input::-webkit-input-placeholder {color: rgb(124, 124, 124); font-size: 16px; font-family: "MuseoSansCyrl-300"; }
.form-group input::-moz-placeholder          {color: rgb(124, 124, 124); font-size: 16px; font-family: "MuseoSansCyrl-300"; }/* Firefox 19+ */
.form-group input:-moz-placeholder           {color: rgb(124, 124, 124); font-size: 16px; font-family: "MuseoSansCyrl-300"; }/* Firefox 18- */
.form-group input:-ms-input-placeholder      {color: rgb(124, 124, 124); font-size: 16px; font-family: "MuseoSansCyrl-300"; }

.form-group textarea::-webkit-input-placeholder {color: rgb(124, 124, 124); font-size: 16px; font-family: "MuseoSansCyrl-300"; }
.form-group textarea::-moz-placeholder          {color: rgb(124, 124, 124); font-size: 16px; font-family: "MuseoSansCyrl-300"; }/* Firefox 19+ */
.form-group textarea:-moz-placeholder           {color: rgb(124, 124, 124); font-size: 16px; font-family: "MuseoSansCyrl-300"; }/* Firefox 18- */
.form-group textarea:-ms-input-placeholder      {color: rgb(124, 124, 124); font-size: 16px; font-family: "MuseoSansCyrl-300"; }


.form-control:focus{
	border-color: #80c44e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(128,196,78, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(128,196,78, .6);
}

.bg_login{
	height: 100%;
	background: url('../images/login_1400.jpg') no-repeat center center;
	min-height: 545px;
	-moz-background-size:cover; 	
	  -o-background-size:cover; 
	  -webkit-background-size:cover; 
	  -khtml-background-size:cover;
	  background-size:cover; 
}

.form-login{
	width: 100%;
	max-width: 395px;
	text-align: center;
	margin: 75px auto 25px;
}
.logo{
	
}
	.logo img{
		width: 270px;
		margin-bottom: 50px;
	}

.link-forgot-password{
	font-family: "MuseoSansCyrl-300";
	font-size: 16px;
	color: rgb(56, 56, 56);
	line-height: 2;
	text-shadow: 0px 3px 6.37px rgba(255, 255, 255, 0.9);
}


.close-modal{
	margin-right: 20px;
    font-size: 32px;
}
.modal-content{
	border-radius: 30px;
	border: none;
	    padding: 15px 0px;
}
	.modal-header{
		border-bottom: none;
		padding: 0;
	}
	.modal-footer{
		border-top: none;
		max-width: 450px;
		margin-right: auto;
		margin-left: auto;
	}
	.modal-body{
		max-width: 450px;
		margin-right: auto;
		margin-left: auto;
	}
