* {
    margin: 0;
    padding: 0;
    list-style: none;
}
@font-face {
    font-family: 'cwTeXYen';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot);
    src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot?#iefix) format('embedded-opentype'),
         url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.woff) format('woff'),
         url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.ttf) format('truetype');
  }
html,body{
    height: 100%;
}
body {
    font-size: 20px;
    /* display: flex; */
    justify-content: center;
}
main {
    font-family: 'Lexend Deca', sans-serif, 'Zen Maru Gothic', sans-serif;
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
    margin: auto;
    justify-content: center;
}
.wapper {
    flex: 1;
    
}
.logo{
    align-self: center;
    text-align: center;
}
.logo img{
    margin: 10px;
    max-width: 100%;
    height: auto;
}
.login{
    margin-top: 40px;
    align-self: center;
    text-align: center;
}

form {
    display: flex;
    justify-content: center;
}
fieldset {
    background-color: #eeeeee;
    border: 1px solid #000;
    padding: 25px;
    width: 450px;
    height: auto;
  }
  
  legend {
    text-align: -webkit-center;
    background-color: gray;
    width: 130px;
    color: white;
    padding: 5px 10px;
  }
  select{
    word-wrap: normal;
    height: 35px;
    width: 150px;
    text-align: center;
    border-radius: 10px;
  }
  
  input {
    margin: 5px;
    padding: 5px 5px 5px 15px;
    border-radius: 10px 10px 0 0;
    width: 50%;
    outline: none;
    border: none;
    border-bottom: 1px solid #505050;
    background: ghostwhite;
  } 

