.auth_modal{
	position:fixed;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(33,33,33,.75);
	-webkit-transform:scale(.5);
	-ms-transform:scale(.5);
	transform:scale(.5);
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .5s;
	transition:all .5s;
    z-index: 1;
	}
.auth_modal.active{-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1;
	visibility:visible
	}
.auth_modal-container {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;

    height: auto;
    background-color: #fff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}
.enterh{
	    font-family: gpm;
padding: 20px 10px 20px 0px;
}
.forgot_pass {
    float: right;
     color: #2ec0e2;;
}
.sogls_acc {
    font-size: 12px;
    text-align: left;
    margin-top: 35px;
    font-family: gp;
    padding: 0px;
}
a.soglas {
    line-height: 15px;
    color: #2ec0e2;
}
p.aft_lt {
    font-size: 12px;
    text-align: left;
    font-family: gp;
    padding: 0px;
}
.auth_modal-container-header-title h3{
	font-size: 20px;
	    padding: 15px 0px;
    color: #616161;font-family: gpm;
}
.auth_modal-container.active{
	visibility:visible
	}
.auth_modal-container-header {
    background: #ccc;
    padding: 25px 25px 25px 25px;
    width: 335px;
}
.auth_modal-container-header-title ul{
	    list-style-image: url(/img/logl.png);
}
.auth_modal-container-header-title li{
	    font-family: gp;    padding: 7px 0px;
}
.auth_modal-container-header-title{position:relative;

	}
.auth_modal-container-header-close{
	width:22px;
	height:22px;
	position:absolute;
	top:10px;
	right:10px;
	background:url(../img/tourPickerClose.png) center no-repeat;
	cursor:pointer;
	z-index:2;
    background-color: silver;
    border-radius: 50%;
    padding: 5px;
	}
.auth_modal-container-body{
    width: 335px;
	    padding: 25px 25px 25px 40px;
	}
.auth_modal-container-body-input{
    width: 100%;
    height: 25px;
    border: 1px solid #8d949f;
    border-radius: 5px;
    margin: 7px 0px;
	}
	.log_lab {
    font-family: gp;
    font-size: 12px;
}
.auth_modal-container-body-submit {
    width: 101%;
    background: #5d5f7d;
    color: #fff;
    font-family: gp;
    border: 0px;
    height: 29px;
    border-radius: 4px;
    margin-top: 5px;
}
.n_g_b {
    width: 101%;
    background: #5d5f7d;
    color: #fff;
    font-family: gp;
    border: 0px;
    border-radius: 4px;
    margin-top: 5px;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;
}
.not_acc {
    font-size: 13px;
    text-align: center;
    margin-top: 35px;
    font-family: gp;
}
span.g_reg:hover {
    text-decoration: underline;
}
span.g_reg {
    color: #2ec0e2;;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}
.auth_modal-container-body-msg.error {
    color: red;
}
.n_g_b:hover{
    opacity: 0.8;
}


#feedback-form  form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#feedback-form {
  width: 420px;
  margin: 0 auto;
  background-color: #fcfcfc;
  padding: 20px 50px 40px;
  box-shadow: 1px 4px 10px 1px #aaa;
  font-family: sans-serif;
}

#feedback-form * {
    box-sizing: border-box;
}

#feedback-form h2{
  text-align: center;
  margin-bottom: 30px;
}

#feedback-form input {
  margin-bottom: 15px;
}

#feedback-form input[type=password] {
  display: block;
  height: 32px;
  padding: 6px 16px;
  width: 100%;
  border: none;
  background-color: #f3f3f3;
}

#feedback-form label {
  color: #777;
  font-size: 0.8em;
}


#feedback-form button[type=submit] {
  display: block;
  margin: 20px auto 0;
  width: 150px;
  height: 40px;
  border-radius: 25px;
  border: none;
  color: #eee;
  font-weight: 700;
  box-shadow: 1px 4px 10px 1px #aaa;
  
  background: #207cca; /* Old browsers */
  background: -moz-linear-gradient(left, #db9713  0%, #9f58a3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #db9713  0%,#9f58a3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #db9713  0%,#9f58a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9713 ', endColorstr='#9f58a3',GradientType=1 ); /* IE6-9 */
}