body{
  margin: 0;
  padding: 0;
}
html[xmlns] .container {
  display: block;
}

* html .container {
  height: 1%;
}
.top{
  height: calc(30vh - 100px);
}
.container {
  /* display: flex;
  align-items: center;
  justify-content: center;
  margin: auto; */
  display: inline-block;
  overflow: hidden;
  min-height: 100vh;
  box-sizing: border-box;
  min-width: 100%;
}
.container2 {
  text-align: center;
  margin: 0 auto;
top: 50%; 
left: 50%;
width: 80%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.button7 {
    font-weight: 400;
    color: white;
    text-decoration: none;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 3px;
    background: #D50058;
    box-shadow: 0 -3px #D50058 inset;
    transition: 0.2s;
    display: inline-block;
  }
#logo {
  margin: 20px 0 20px 0;
}
img {
  width: 30%;
  min-width: 130px;
}
#check{
  margin: 20px 0 20px 0;
}
.text2 span{
  line-height: 30px;
  font-size: 20px;
}
.text3 span{
  line-height: 26px;
  font-size: 18px;
}
input[type=submit] {
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  font-weight: 400;
  color: white;
  text-decoration: none;
  padding: 1.3em 1.3em calc(1em + 3px);
  border-radius: 3px;
  background: #D50058;
  transition: 0.2s;
  display: inline-block;
  font-size: 16px;
}
input[type=submit]:disabled {
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  font-weight: 400;
  color: white;
  text-decoration: none;
  padding: 1.3em 1.3em calc(1em + 3px);
  border-radius: 3px;
  background: #6c5d63;
  transition: 0.2s;
  display: inline-block;
  font-size: 16px;

}
@media screen and (max-width:600px) 
{
  .text2 span{
    font-size: 16px;
    line-height: 25px;
  }
  .text3 span{
    font-size: 14px;
    line-height: 20px;
  }
}
