body {
    background-color: #f6f5f3 !important;
}

.auth-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0de;
    height: 95px;
    margin-bottom: 50px;
}

.auth-header .manage-panel {
    margin-bottom: 0;
    margin: 0 auto;
    padding-top: 10px;
    width: 822px;
}

.auth-header .manage-panel p {
    background: url("../images/pane.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 28px;
    margin: 0 0 7px -50px;
    padding-left: 50px;
}

.auth-header .manage-panel .logout {
    float: right;
    margin-top: -20px;
}

.auth-header .manage-panel .logout a {
    color: #000;
    font-size: 14px;
    margin-left: 15px;
}

.auth-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #efeeec #dddddd #c5c5c5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: 0 auto;
    text-align: center;
    width: 825px;
}

.auth-content .title {
    font-size: 22px;
    padding-bottom: 30px;
}

.auth-content .login {
    width: 400px;
}

.auth-content .requestLogin {
    padding-left: 0;
    width: 404px;
}

.auth-content .title .small {
    font-size: 18px;
    padding-left: 60px;
}

.auth-content .title p {
    line-height: 22px;
    padding: 5px;
}

.auth-content .loader {
    margin-top: 5px;
}

.auth-content .form {
    margin: -20px auto 0;
    width: 272px;
}

.auth-content .form .geo-dialog-box-input-name {
    color: #666666;
    font-size: 16px;
    margin-top: 18px;
}

.auth-content .form .login-button {
    height: 35px;
    margin: 0 auto;
    padding: 30px 0 10px;
    width: 266px;
}

.auth-content .form .sign-in {
    float: left;
}

.auth-content .form input:not([type="submit"]) {
    width: 260px;
}

.auth-content .form .forgot {
    float: right;
    padding-top: 5px;
}

.auth-content .form .input-through-social-networks {
    padding: 35px 0 10px 8px;
}

.auth-content .form .button {
    font-weight: bold;
    height: 35px;
    min-width: 130px;
    padding: 5px;
}

.auth-content .form input {
    padding: 0 0 0 5px;
}

.auth-content .separator {
    background: none repeat scroll 0 0 #ff9000;
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 40px;
    bottom: 40px;
    width: 2px;
}

.auth-content .separator .or {
    color: #fff;
    font-size: 18px;
}

.auth-content .separator span.or {
    position: relative;
    top: 21px;
}

.auth-content .separator .rect {
    background: none repeat scroll 0 0 #ff9000;
    border-radius: 50%;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 187px;
    width: 70px;
}

.auth-content .request-page {
    display: inline-block;
    min-height: 300px;
    padding: 50px 50px 0;
    text-align: left;
    width: 725px;
}

.auth-content .request-page .header {
    font-size: 18px;
    margin-bottom: 15px;
}

.auth-content .request-page .align-right {
    margin-left: 55px;
}

.auth-content .request-page .simple-text {
    font-size: 14px;
}

.auth-content .request-page .requestLogin {
    float: none;
    margin: 30px auto;
    width: 266px;
}

.auth-content .request-page .form {
    display: inline-block;
    margin-top: 0;
}

.auth-content .container {
    display: inline-block;
    padding: 40px 0;
    position: relative;
}

.auth-footer {
    margin-top: 70px;
}

.auth-footer .service-info {
    margin: 0 auto;
    padding-left: 50px;
    width: 822px;
}

.auth-footer .service-info p {
    padding: 5px;
}

.auth-footer .service-info a {
    color: #000;
}

.requestLogin .select-email {
    outline: 0;
    padding: 0 0 0 5px;
    width: 267px;
    height: 30px;
    border: 1px solid #ADAFB3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    display: inline;
    font-size: 14px;
    color: #000;
    resize: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    background-color: white;
}
.requestLogin .select-email:FOCUS {
    outline: 0;
    border: 1px solid #73bdfa;
    -webkit-box-shadow: 0px 0px 5px #73bdfa;
    -moz-box-shadow: 0px 0px 5px #73bdfa;
    box-shadow: 0px 0px 5px #73bdfa;
}


.button {
	-moz-box-shadow:inset 6px 0px 17px -8px #ffffff;
	-webkit-box-shadow:inset 6px 0px 17px -8px #ffffff;
	box-shadow:inset 6px 0px 17px -8px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
	background:-moz-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0);
	background-color:#ffffff;
	border:1px solid #b8b8b8;
	border-radius: 2px;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:13px 24px;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}

.button:hover {
	border: 1px solid #8F8F8F;
}

.button:active {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e8e8e8), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #e8e8e8 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0);
	background-color:#e8e8e8;
}

.text-center {
	text-align: center;
}

.show-select-email {
	border: 1px solid #cfcfae;
	background: #f7f7ec;
	font-size: 12px;
	display: inline-block;
	line-height: 18px;
	color: #434e4e;
	padding: 10px 15px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 270px;
	margin-left: 20px;
}

.show-select-email:AFTER {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 20px 11px 0;
	border-color: transparent #cfcfae transparent transparent;
}

.show-select-email a {
	border-bottom: 1px dashed;
	text-decoration:none;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}


.modal-dialog {
   border: 0;
}

.modal-content {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -moz-box-shadow: 0 5px 0 rgba(0,0,0,0.4);;
   -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.4);;
   box-shadow: 0 5px 0 rgba(0,0,0,0.4);
   border: 0;
}

.modal-title {
   font-size: 20px;
   color: #333;
}

.modal-backdrop.in {
   opacity: 0.65;
}

.modal-dialog .modal-content .modal-header button {
    font-family: inherit;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: 0;
}

.modal-dialog .modal-content .modal-header button:hover {
    opacity: 1;
    outline: 3px solid #E6C309;
}

.terms-place {
    padding-top: 10px;
    margin-top: 10px;
}

.terms-place label {
    font-size: 11px;
    vertical-align: text-top;
}

#social-terms, #access-terms, #transfer-terms {
    padding: 0;
    width: 12px;
    height: 20px;
}

#uLogin .disabled {
    opacity: 0.5;
}

.moulage {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: transparent url("https://u-login.com/img/panel.png?version=1.5.00") no-repeat scroll 0px -3px;
    vertical-align: top;
    opacity: 0.5;
}