body {
  background: #00bae3;
}


.div_logo {
//  outline: 1px solid #b8aa7e;
//  display: flex;
//  align-self: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
//  margin: auto;
//  width: 100%;

  max-width: 530px;
//  max-height: 100px;
}

/* Див для авторизации и регистрации */
.div_auth {
//  outline: 1px solid #b8aa7e;
  margin: auto;
  max-width: 400px;
  padding: 30px;
  font-family: Montserrat, sans-serif;
}

.div_auth form {
  margin: auto;
  display: flex;
  flex-direction: column;
}

.div_auth input {
    margin: 10px 0;
    padding: 10px;
    border: unset;
    border-radius: 10px;
    border-bottom: 2px solid #e3e3e3;
    outline: none;
}

.div_auth button {
    padding: 10px;
    background: #e9a55c;
    border: unset;
    border-radius: 10px;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 12pt;
    font-weight: bolder;
}

.msg {
    border: 1px solid #eee48b;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.div_auth a {
    color: #aebee9;
    font-weight: bold;
    text-decoration: none;
}

.div_auth p {
    margin: 10px 0;
}

