@font-face {
    font-family: cooper;
    src: url(/static/fonts/Asylbekm21cooper.Kz.ttf);
}

html,
body {
  height: 100%;
  font-family: cooper;
}

body {

  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.form-signin {
    /*display: flex;*/
  /*align-items: center;*/

  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 80px auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-orange {
    background-color: #FF9412;
    border-color: #FF9412;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
  text-transform: uppercase;
}

.btn-orange:hover {
    background-color: #FF9412;
    color: #fff;

}
