.login-content {
  /*
  background-image: url(../images/auth/background-login-1280.jpg);
  */
  background-color: black;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-content-block {
  height: 450px;
  width: 500px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  
  align-items: center;
}

.login-title {
  margin-top: 15px;
  text-align: center;
  font-family: Merriweather Sans;
  font-size: 2.0rem;
  font-weight: 200;
  letter-spacing: 1px;
  border: 0;
  width: 90%;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

hr {
  border: 0;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  margin-right: 20px;
  z-index: 5;
  position: relative;
}

.login-form {
  width: 50%;
  
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

#login-form-input {
  width: 100%;
  padding: 10px 0 10px 10px;
  font-size: 1.2rem;
  font-family: Merriweather Sans;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  margin-top: 20px;
  
}

.login-form-box {
  position: relative;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.login-form-buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-form-enter {
  padding: 10px 0px;
  width: 100%;
  background-color: #92469E;
  color: #ffffff;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 10px;
  font-family: Merriweather Sans;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

.login-form-enter:hover {
   background-color: #783882;
   transition: all .1s ease-in-out;
}

.login-form-reset {
  font-family: Merriweather Sans;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
  color: black;
}

.login-form-registration {
  margin-top: 10px;
  padding: 10px 0px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 10px;
  font-family: Merriweather Sans;
  cursor: pointer;
  transition: all .1s ease-in-out;
  text-decoration: none;
  color: black;
}

.login-form-registration:hover {
  background-color: #f6f6f6;
  ransition: all .1s ease-in-out;
}

.subscribe-container-img {
  margin: 20px;
  display: flex;
  justify-content: center;
}

.subscribe-container-img img{
  
}

 #login-form-input:focus {
     outline: none;
     border: 1px solid #92469E; /* Параметры рамки */
   }

input[type="text"]::-webkit-input-placeholder {
    color: #DBDBDB;
   } 
input[type="text"]::-moz-placeholder {
    color: #DBDBDB;
   }

.subscribe-container-error-message {
  position: absolute;
  width: 350px;
  background-color: #ffffff;
  padding: 10px 0px;
  color: red;
  font-size: 1.0rem;
  font-family: Merriweather Sans;
  line-height: 1.3;
}

.copyright {
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  font-family: Merriweather Sans;
  font-size: 1.0rem;
  letter-spacing: 1px;
}

.login-form-error {
  position: absolute;
  top: 5px;
}

.login-form-error-message {
  font-family: Merriweather Sans;
  font-size: 1.1rem;
  color: red;
  letter-spacing: 1px;
}

.login-form-error-email {
  position: absolute;
  margin-top: 65px;
  width: 100%;
  background-color: #ffffff;
  color: red;
  padding: 10px 0;
  box-shadow: 0 0 10px rgb(220, 220, 220);
}

.login-form-error-email p{
  font-family: Merriweather Sans;
  font-size: 1.0rem;
  color: red;
  margin-left: 10px; 
  letter-spacing: 1px;
}

.login-form-error-password {
  position: absolute;
  margin-top: 130px;
  width: 100%;
  background-color: #ffffff;
  color: red;
  padding: 10px 0;
  box-shadow: 0 0 10px rgb(220, 220, 220);
}

.login-form-error-password p{
   font-family: Merriweather Sans;
  font-size: 1.0rem;
  color: red;
  margin-left: 10px; 
  letter-spacing: 1px;
}


@media only screen and (min-height:1080px),only screen and (min-width:1920px) {
   .login-content {
   background-image: url(../images/auth/background-login-1920.jpg);
 }
}

@media only screen and (min-height:945px),only screen and (min-width:1680px) {
   .login-content {
   background-image: url(../images/auth/background-login-1680.jpg);
 }
}

@media only screen and (min-height:810px),only screen and (min-width:1440px) {
    .login-content {
   background-image: url(../images/auth/background-login-1440.jpg);
 }
}

@media only screen and (min-height:720px),only screen and (min-width:1280px) {
  .login-content {
   background-image: url(../images/auth/background-login-1280.jpg);
 }
}

@media only screen and (min-height:0),only screen and (min-width:0) {
   .login-content {
   background-image: url(../images/auth/background-login-720.jpg);
 }
}