/*-- Userlist --*/
/*-- Map --*/
/*-- Icons --*/
/*-- Buttons --*/
/*-- Images --*/
/*-- Tabs --*/
/*-- Calendar --*/
/*-- Cards --*/
/*-- Dropdown --*/
/*-- Badges --*/
/*-- Carousel --*/
/*-- Tooltip & Popover --*/
/*-- Mansonry --*/
/*-- Rating --*/
/*-- Lightbox --*/
/*-- Pricing Table --*/
/*-- Bottom Spacing None --*/
/*-- Timeline --*/
/*-- Blockquote --*/
/*-- Navbar --*/
/*-- Form layout --*/
/*-- Form Wizard --*/
/*-- eCommerce Dashboard --*/
/*-- Morris chart --*/
/*-- Border Radius --*/
/*-- border-radius --*/
/*-- Box Shadow --*/
/*-- Animation --*/
/*-- Transform Rotate --*/
/*-- Filter --*/
/*-- All Keyframes --*/
/*-- Transform --*/
/*-- Transition --*/
/*-- Background-RGB --*/
/*-- Color-RGB --*/
/*-- Border Radius --*/
/*-- badges-tags --*/
/* START FORGOT V1 ROUND CSS */
.rounded-admin .forgot_input {
  border-radius: 25px; }

/* END FORGOT V1 ROUND CSS */
.forgot-background {
  background-image: url("../image/img_1570x1046.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 100%;
  opacity: 0.8;
  color: #FFFFFF;
  overflow: auto;
  position: fixed;
  width: 100%; }
  .forgot-background:before {
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.forgot-page {
  display: table;
  height: 100%;
  margin: 0 auto;
  min-width: 450px;
  position: relative; }

.forgot_input {
  margin-bottom: 25px;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: table;
  width: 100%; }
  .forgot_input input {
    border: none;
    padding: 10px 15px;
    font-size: 15px;
    width: 100%; }
  .forgot_input label {
    position: absolute;
    font-size: 14px;
    display: block;
    margin-top: 3px;
    color: #f84343;
    font-weight: 700; }
  .forgot_input .forgot-right-icon {
    background: transparent;
    color: #FFFFFF;
    border-left: 0;
    padding: 10px 15px;
    font-size: 15px;
    width: 1%;
    display: table-cell; }

.main-forgot-contain {
  display: table-cell;
  vertical-align: middle; }

.forgot-circul {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  width: 90px;
  height: 90px;
  background: #42423e;
  position: relative;
  bottom: -40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
  border-right: 0px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid rgba(255, 255, 255, 0.5); }
  .forgot-circul img {
    border-radius: 45px; }

.forgot-icon-circul {
  font-size: 40px;
  margin: auto;
  line-height: 85px; }

.forgot-form {
  background: rgba(0, 0, 0, 0.5);
  padding: 45px 50px 50px 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .forgot-form h4 {
    color: #FFFFFF;
    margin-bottom: 15px; }

.btn-forgot {
  width: 100%; }

.forgot-form-border {
  background: transparent;
  color: #FFFFFF; }
  .forgot-form-border:focus {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF; }

.forgot-icon {
  text-align: right;
  margin-top: 20px;
  display: table-cell; }
  .forgot-icon a {
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-right: 3px;
    text-align: center;
    width: 35px; }
    .forgot-icon a:hover {
      border: 1px solid #FFFFFF; }
  .forgot-icon i {
    color: #FFFFFF; }

.goto-forgot {
  width: 100%;
  display: table;
  margin-top: 15px;
  font-size: 16px; }
  .goto-forgot a {
    color: #FFFFFF;
    cursor: pointer; }

/*---- START RESPONSIVE ----*/
@media (max-width: 1199px) {
  .forgot {
    background-position: right center; } }

@media (max-width: 767px) {
  .forgot-form {
    margin-bottom: 50px; } }

@media (max-width: 479px) {
  .forgot-page {
    max-width: 480px;
    min-width: 94%; }
  .forgot-icon-circul {
    font-size: 26px;
    line-height: 60px; }
  .forgot-circul {
    width: 60px;
    height: 60px;
    bottom: -20px; }
  .forgot-form {
    padding: 30px 20px 20px;
    margin: auto 15px 0; }
    .forgot-form h4 {
      font-size: 20px; }
  .goto-forgot {
    font-size: 15px; } }
