.container-title {
  margin: auto;
  height: 45%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10%;
}

.container-title {
  font-size: 40px;
  font-weight: 800;
  color: var(--rep-color);
}


.container-login {

}

.container-login .contents-login{
  width: 100%;
  text-align: center;
}

.container-login .contents-login input{
  width: 80%;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 500;
  border: 1px #cccccc solid;
  border-radius: 4px;
}

.container-login .contents-login input:focus{
  outline: none;
}

.container-login .contents-login input+input{
  margin-top: 10px;
}

.container-login .contents-button{
  text-align: center;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.container-login .contents-button button{
  width: 80%;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border: 1px var(--rep-color) solid;
  background: var(--rep-color);
  border-radius: 45px;
}

.container-login .contents-button a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  border-bottom: 1px #aaaaaa solid;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 5px;
  margin-top: 5px;
}

.contents-joinButton{
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.contents-joinButton a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 180px;
  color: var(--rep-color);
  font-size: 14px;
  font-weight: 600;
}
