.tml {
	max-width: 320px;
}

.tml * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tml .error,
.tml .message,
.tml .success {
	padding: 1em;
}

.tml .error {
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	color: #a94442;
}

.tml .error a {
	color: #843534;
}

.tml .message {
	border: 1px solid #faebcc;
	background-color: #fcf8e3;
	color: #8a6d3b;
}

.tml .message a {
	color: #66512c;
}

.tml .success {
	border: 1px solid #d6e9c6;
	background-color: #dff0d8;
	color: #3c763d;
}

.tml .success a {
	color: #2b542c;
}

.tml p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.tml label {
	display: block;
	text-align: left;
}

.tml .tml-rememberme-wrap label {
	display: inline;
	font-size: 90%;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
	width: 100%;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	width: auto;
}

.tml .tml-action-links {
	display: inline-block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

.tml .tml-action-links li {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

.tml .tml-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.tml .tml-action-links a {
	border: none;
	display: block;
	padding: 0;
	text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
	content: "";
	display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
	clear: both;
}

.tml .tml-user-avatar {
	text-align: left;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: -1px 0 1.5em;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass1.short,
#pass1-text.short {
	border-color: #e35b5b;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass1.bad,
#pass1-text.bad {
	border-color: #f78b53;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass1.good,
#pass1-text.good {
	border-color: #ffc733;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

#pass1.strong,
#pass1-text.strong {
	border-color: #83c373;
}

.tml .password-input-wrapper {
	display: table;
	width: 100%;
}

.tml .input.password-input {
	display: table-cell;
	margin: 0;
}

.tml .pw-weak {
	display: none;
	margin-bottom: 1.5em;
}

.tml .wp-hide-pw {
	cursor: pointer;
	display: table-cell;
	margin: 0;
	padding: 0 0.5em;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

#pass1,
#pass1-text {
	width: 100%;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.tml {
		max-width: 500px;
	}

	.tml .tml-submit-wrap input {
		width: auto;
	}

	.tml-login .tml-rememberme-submit-wrap {
		display: table;
		margin-bottom: 1.5em;
		width: 100%;
	}

	.tml-login .tml-rememberme-wrap {
		display: table-cell;
	}

	.tml-login .tml-submit-wrap {
		display: table-cell;
		text-align: right;
	}

	.tml-login .tml-submit-wrap input {
		margin: 0;
		width: auto;
	}
}
body .conya {
    height: 100%;
	margin-top: 0px;}
/* ===================================== Import Less ================================== 
@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype"); }
/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 0px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

strong {
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

body {
  background-color: #f7f7ff !important;
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  color: #6A6A6A; }


.container {
  max-width: 1100px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 30px; } }

/* ===================================== Body CSS ================================== */
.side-right {
  background-color: #FFF;
  height: 100%;
  width: 340px;
  float: left;
  padding: 45px 30px;
  text-align: center; }
  @media screen and (max-width: 660px) {
    .side-right {
      width: 100%; } }
  .side-right .logo {
    width: 200px; }
  .side-right .soc-det {
    display: flex; }
    .side-right .soc-det ul {
      float: none;
      margin: auto; }
      .side-right .soc-det ul li {
        float: left;
        padding: 8px;
        background-color: #FFF;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        border-radius: 2px;
        width: 35px;
        height: 35px;
        border-radius: 50px;
        margin-left: 10px;
        font-size: 12px; }
        .side-right .soc-det ul li i {
          color: #FFF; }
      .side-right .soc-det ul .facebook {
        background-color: #3b5894; }
      .side-right .soc-det ul .twitter {
        background-color: #19a1f7; }
      .side-right .soc-det ul .pin {
        background-color: #db443b; }
      .side-right .soc-det ul .link {
        background-color: #007ab4; }
  .side-right h2 {
    font-size: .8rem;
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    padding: 20px 10px; }
  .side-right .form-row label {
    font-size: .8rem; }
  .side-right .skjh {
    font-size: .8rem; }
    .side-right .skjh span {
      float: right; }

.dfr {
  padding: 35px 10px;
  text-align: center; }
  .dfr .btn {
    padding: 5px 40px;
    border-radius: 50px;
    float: none;
    margin: auto; }

.copyco {
	margin-top: 100px;
  bottom: 13px;
  right: 55px;
  font-size: .8rem; }

.slid-roo {
  padding: 70px;
  color: #FFF;
  position: absolute;
  bottom: 0px; }
  .slid-roo p {
    font-size: .9rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc70; }
  .slid-roo ul li {
    float: left;
    padding: 10px;
    font-size: .8rem; }
