@font-face {
  font-family: "iransans";
  src: url(../font/iransans.ttf);
}

.forgot-password-template .title + p {
  color: #686e71;
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

html, body {
  height: 100%;
}

body {
  background-color: #eee;
  font-family: "iransans";
  direction: rtl;
}

.svg-01 {
  position: fixed;
  z-index: 1;
  left: -356px;
  top: -179px;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
}

.container {
  background-color: white;
  padding: 0;
  position: relative;
  z-index: 3;
  min-height: 100%;
  margin-bottom: 2rem;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.aside-left {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  background-image: url("../image/download.svg");
}

.aside-right {
  text-align: center;
  padding-top: 6rem;
}

.aside-right .title {
  font-size: 20px;
}

.aside-right .foward-link {
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}

.aside-right .foward-link a {
  position: relative;
}

.aside-right .foward-link a i {
  position: absolute;
  left: -15px;
  top: 5px;
}

form.failed .message {
  display: block;
}

form.failed input[type="text"],
form.failed input[type="password"],
form.failed input[type="email"] {
  -webkit-box-shadow: 0 0 3px #fe4d4d;
          box-shadow: 0 0 3px #fe4d4d;
}

form {
  width: 70%;
}

form .message {
  font-size: 13px;
  color: #ff0000b8;
  display: none;
}

form .focus-effect {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

form .input {
  margin: 10px 0;
  position: relative;
}

form .input i {
  font-size: 15px;
  color: #666666;
  position: absolute;
  top: 17px;
  right: 20px;
}

form .input input, form .input textarea {
  background-color: #eee;
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
}

form .input input {
  padding: 12px 45px 12px 15px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

form .input textarea {
  padding: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

form .input:focus {
  -webkit-box-shadow: 0 0 3px #4d90fe;
          box-shadow: 0 0 3px #4d90fe;
}

form .submit {
  margin: 40px 0 6rem 0;
}

form .submit input {
  padding: 12px 0 12px 0;
  color: white;
  background-color: #2ecc71;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

form .submit input:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}

form .forgot-password {
  margin-top: 20px;
  font-size: 13px;
}

form .forgot-password a {
  position: relative;
}

form .forgot-password i {
  top: 2.5px;
  right: -24px;
  color: #007bff;
}

.checkbox-remember {
  color: #1e2f38;
  font-size: 14px;
  word-spacing: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 12px 0 15px;
  position: relative;
}

.checkbox-remember input {
  position: absolute;
  visibility: hidden;
}

.checkbox-remember label {
  text-align: right;
  display: block;
  line-height: 35px;
  font-size: 13px;
  padding-right: 35px;
  color: #686e71;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.checkbox-remember label:before {
  width: 19px;
  height: 19px;
  line-height: 21px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 8px;
  content: "";
  font-size: 17px;
  color: #6fc341;
  border: 1px solid #d8e1e8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.checkbox-remember input[type="checkbox"]:checked + label:before {
  content: "\2713";
}

@media (min-width: 0px) {
  .aside-left {
    display: none;
  }
  body {
    background-color: white;
  }
  .container {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .aside-right {
    padding-top: 1.5rem;
  }
  .aside-right form {
    width: 100%;
  }
  .passwords-body {
    margin-top: 10px;
    display: block;
  }
  .passwords-body .password {
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  body {
    background-color: #eee;
    padding: 3rem 0rem;
  }
  .container {
    margin: 0 auto 2rem auto;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  .aside-right {
    padding-top: 6rem;
  }
  .aside-right form {
    width: 70%;
  }
  .passwords-body {
    margin-top: -10px;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
  }
  .passwords-body .password {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  body {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  body {
    padding: 3rem 0rem;
  }
  .aside-left {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
  }
}

@media (min-width: 1200px) {
  body {
    padding: 3rem 6rem;
  }
}
/*# sourceMappingURL=login.css.map */