@charset "UTF-8";
@font-face {
    font-family: LufthansaText;
    src: url("../Fonts/Lufth.otf") format("opentype");
    }
    @font-face {
        font-family: LufthansaHead;
        src: url("../Fonts/LufthansaHead.otf") format("opentype");
        }


main {
    display: flex;
  flex-direction: column;
  -moz-box-flex: 1;
  flex-grow: 1;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.container {
    -moz-box-align: center;
    
    box-sizing: border-box;
    display: flex;
    -moz-box-flex: 1;
    flex-grow: 1;
    -moz-box-pack: center;
    justify-content: center;
    justify-self: center;
    width: 100%;
}
body {
    font-family: LufthansaText, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin: 0px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  background-color: rgb(245, 245, 245);
  color: rgb(51, 51, 51);
  box-sizing: border-box
}

.form-container {
    max-width: 550px;
    width: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    
}
.img_head {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
    padding: 10px;
}
form {
    width: 100%;
    
}

@media (max-width:500px) {
    form {
        padding:20px 30px 30px 30px;
    }
    .form-container {
        margin: 0;
    }
    .container {
        
    }
}
@media (min-width:501px) {
    form {
        padding:32px 70px 70px 70px;
    }
    .form-container {
        margin: 32px 24px;
    }
    .container {
     align-items: center;   
    }
}
.h2_head {
    width: 100%;
    align-self: center;
    text-align: center;
    margin-bottom: 12px;
  }
  h2 {
    width: 100%;
    font-family: LufthansaHead;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin: 0px;
}
.p_head {
    align-self: center;
  color: rgb(112, 112, 112);
  margin-bottom: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-family: LufthansaText, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

}

.input_main {
    width: 100%;
    margin-top: 24px;
}

.inp {
box-sizing: border-box;
width: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(224, 224, 224);
  height: 38px;
  outline: none;
    padding-left: 16px;
}

button {
    cursor:crosshair;
    color: rgb(255, 255, 255);
    width: 100%;
    flex: 1;
    border: 1px solid rgb(5, 22, 77);
    background-color: rgb(5, 22, 77);
    font-family: LufthansaText;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 0px;
    height: 38px;
    
}

.forg_main {
    display: flex;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 32px;
  width: 100%;
  text-align: center;
}

.forgot {
    width: 100%;
    color: rgb(5, 22, 77);

  font-family: LufthansaText;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  transition: color 0.4s ease 0s;

}

.loader {
    width: 100%;
    text-align: center;
}