﻿body {
  font: 10pt iranyekan;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-align: right;
  overflow: hidden;
  background: url('/Templates/classic/static/img/1.jpg') no-repeat;
  background-size: cover;
}
.btn-link {
  display: block;
  color: #000;
  margin: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.form-group {
  display: block;
}
label {
  display: block !important;
  font-weight: bold;
  min-width: 30%;
}
.form-control {
  display: block !important;
  border: 1px solid red;
  box-shadow: none;
  border-radius: 0;
  line-height: 1.9em;
  margin: 15px 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid red;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
  display: block !important;
  min-width: 70%;
  height: 28px;
  outline: none;
  border: 1px solid #aabab7;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}
.btn-login {
  background-color: #97d1d9 !important;
  background: #97d1d9 !important;
  width: 100%;
  color: #1a6190 !important;
  font-weight: bold !important;
  height: 30px;
}
.btn-login:hover {
  background-color: #97ebfa !important;
  background: #97ebfa !important;
}
.register-page {
  position: absolute;
  top: 10%;
  left: 40%;
  transform: translate(-25%, 8%);
  width: 40%;
}
.register-page fieldset {
  background-color: #fff;
  border-radius: 10px;
}
.register-page fieldset legend {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
  margin-right: -11px;
}
.login-page {
  position: absolute;
  top: 10%;
  left: 40%;
  transform: translate(-25%, 60%);
  width: 40%;
}
.login-page fieldset {
  background-color: #fff;
  border-radius: 10px;
}
.login-page fieldset legend {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
  margin-right: -11px;
}