@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
@font-face {
  font-family: "NeoSansCyr-Light";
  src: url("../fonts/NeoSansCyr-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

* {
margin: 0;
}

html, body {
height: 100%;
}

* html .wrapper {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}

.push {
    height: 40px;
}


body {
  font-family: 'PT Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: url('../img/bgnew.jpg') no-repeat;
  min-height: 100%;
  background-size: cover;

  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;


}
a {
  color: #3c8dbc;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}



.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  padding: 10px;
  z-index: 1030;
  background-color: rgba(62, 80, 101, 0.8);
}

.footer {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  margin-top: -40px;
  float: none;
  color: #ddd;
  background-color: rgba(62, 80, 101, 0.8);
  overflow: hidden;
  clear: both;
}

.footer-left {
  width: 20%;
  float: left;
}

.footer-right {
  width: 30%;
  float: right;
  text-align: right;
}



.content {
  margin: 20px auto 0 auto;
  padding: 30px;
  color: #eee;
  font-size: 14px;
  text-align: center;
}




h1.main {
  font-family: "NeoSansCyr-Light";
  margin: 50px auto;
  width: 60%;
  color: #fff;
  font-size: 42px;
  font-weight: bolder;
  text-shadow: 0 0 15px rgba(0,0,0,0.15);
  text-align: center;
}
h1.main span {
  font-size: 26px;
  display: block;
}


.content h3 {
  font-family: "NeoSansCyr-Light";
  margin: 4% auto;
  width: 60%;
  color: #eee;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
}


.regforms {
	position: relative;
	border: #deedf1 solid 1px;
	width: 400px;
  margin: 50px auto 20px auto;
	text-align: center;
	overflow: hidden;
}

.regforms h4 {
	background: #deedf1;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #314257;
	font-family: "NeoSansCyr-Light";
	font-size: 24px;
	margin: 0;
}

.regforms h5.selectreg {
	width: 50%;
	display: block;
	float: left;
	cursor: pointer;
	text-align: center;
}


.rform { width: 300px; margin: 20px auto;}

#jur {
	display: none;
}

.leftmenu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.leftmenu .menu li {
  float: left;
  margin-right: 20px;
}

.leftmenu .menu li a {
  font-size: 14px;
  color: #fff;
}


.login-man {
  background: url(../img/dentallogowhite.png) top center no-repeat ;
  width: 250px;
  height: 246px;
  display: block;
  margin: 10px auto;
}


#login-form {
  display: block;
  width: 300px;
  margin: 50px auto;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
    -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;

  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;

  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;

}



#login-form .form-group {
  margin-bottom: 5px;
}


#login-form label {
  color: #fff;
  float: left;
}


#login-form .form-group input {
  background-color: rgba(255,255,255,0.5);
  border: #fff solid 1px;
  padding: 10px;
  width: 250px;
  margin:  auto;
}

#login-form .btn-primary {
  width: 250px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #c4e722;
  color: #314257;
  text-decoration: none;
  font-size: 19px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  margin: 5px auto;
  display: block;
}

#login-form .btn-primary:hover{
  background: #cef41d;
  color: #314257;
  text-decoration: none;
}


#login-form .field-loginform-rememberme {
  margin-left: 40px;
  float: none;
  clear: both;
}

#login-form .rememb input {
  width: 35px;
  float: left;
  margin-left: 20px;
}

#login-form .help-block {
  margin-left: 50px;
}



a.btn {
  width: 250px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #c4e722;
  color: #314257;
  text-decoration: none;
  font-size: 19px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  margin: 5px auto;
  display: block;
}

.panelreg {
  background: rgba(255,255,255,0.5);
  overflow: hidden;
  color: #4A6070;
}









.ma { margin: 0 auto;}
.text-center a { color: #fff !important; }







/* -------------------------
       screen 650
-------------------------*/



@media (max-width: 650px) {
  .wrapper { width: 100%; margin: 5px auto !important; }
  .content { width: 100%; margin: 0 auto !important; }
  .wrap { width: 100%; margin: 0 auto !important; }
  .footer-left { width: 45% !important;}
  .footer-right { width: 45% !important;}
  h1.main {width: 80% !important;}

  .regforms { width: 100% !important; }
  .form-control { width: 70% !important; }
  #login-form .form-control { width: 250px !important; }
  label { width: 30% !important; float: left; }

}
