:root {
  --color-yellow: #355c7d;
  --color-pink: #c56c86;
  --color-gray-footer: #2e2e2e;
  --color-gray: #414141;
  --color-text: #fff;
}

body {
  padding: 0;
  height:100%;
}

.div-form {
  height: 100vh;
}

.login-page1 {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0px auto;
  padding: 40px 30px 30px 30px;
  min-width: 300px;
  max-width:450px;
  position: relative;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.login-page1 .logo-login {
  width: 152px;
  height: 44px;
}

.login-page2 {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0px auto;
  padding: 40px 30px 30px 30px;
  min-width: 300px;
  max-width:450px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.login-page2 .logo-login {
  width: 120px;
  height: 34px;
}

.header-login {
  color: gray;
}

.header-login svg {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.body-login {
  margin: 50px 0px 10px 0px;
  text-align: right;
}

.login-title {
  text-align: right;
  font-size: 19px;
  margin: 0px 0px 10px 0px;
  color: #303030;
}

label {
  color: #7d7d7d;
  text-align: right;
  font-size: 14px;
  margin: 10px 0 10px 0;
}
.logo-login{
    width:200px;
}

/*input {
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  text-align: right;
  outline: none;
  border: 1px solid #d8d8d8;
  transition: 0.3s;
}

input:focus {
  text-align: right;
  border: 1px solid var(--color-yellow);
  transition: 0.3s;
}

.input-login::placeholder {
  text-align: right;
}*/

.button-login {
  background-color: var(--color-yellow);
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  font-size: 17px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  margin: 20px 0px 20px 0px;
  transition: all 0.3s;
}

.button-login:hover {
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.login-time {
  text-align: center;
  font-size: 15px;
  color: #aaaaaa;
}

.Rules{
  text-align: center;
  font-size: 12px;
  color: #656565;
  font-weight: 100;
}

.resend {
  text-align: center;
  margin: 24px 0 0 0;
  font-size: 16px;
  cursor:pointer;
  color: #656565;
  font-weight: 100;
}

.div-password {
  margin: 40px 0px 0px 0px;
}

.login-with-password {
  display: flex;
  justify-content: end;
  align-items: center;
  color: var(--color-pink);
  margin: 20px 0px 0px 0px;
  transition: all 0.3s;
}

.login-with-password:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.new-p {
  margin: 20px 0 0 0;
  text-align: center;
}

.new-p .btn {
  color: #0094ff;
}

@media screen and (max-width: 1200px) {
  .login-page1 {
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 4px;
    background-color: #ffffff00;
  }

  .login-page2 {
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 4px;
    background-color: #ffffff00;
  }

  .new-p {
    margin: -30px 0 0 0;
  }
}

@media screen and (max-width: 700px) {
  .login-p {
    text-align: right;
    font-size: 15px;
    margin: 20px 0 10px 0;
  }

  .login-p2 {
    text-align: right;
    font-size: 14px;
    margin: 20px 0 10px 0;
  }

  .Rules {
    font-size: 11px;
  }

    .resend {
        margin: 0px 0 0 0;
    }
}

@media screen and (max-width: 450px) {
  .login-page1 {
    padding: 40px 15px 30px 15px;
  }
}

input.invalid {
  background-color: #ffdddd;
  border-radius: 6px;
}
