@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%
}

*, *::before, *::after {
	box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
}

.site-title, .site-description {
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
  color: #000000;
  text-align: center;
}

.site-description {
	font-size: 1.4em;
}
    
.main {
  background-color: #FFFFFF;
  width: 400px;
  height: 400px;
  margin: 7em auto;
  border-radius: 1.5em;
  box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.16);
}
    
.sign {
  padding-top: 40px;
  color: #606060;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
  font-weight: bold;
  font-size: 26px;
}
    
.id {
  width: 76%;
  color: rgb(38, 50, 56);
  font-weight: 700;
  font-size: 16px;
  background: rgba(136, 126, 126, 0.04);
  padding: 10px 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-left: 46px;
  text-align: center;
  margin-bottom: 27px;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
}
    
form.form1 {
  padding-top: 40px;
}
     
.pass {
  width: 76%;
  color: rgb(38, 50, 56);
  font-weight: 700;
  font-size: 16px;
  background: rgba(136, 126, 126, 0.04);
  padding: 10px 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-left: 46px;
  text-align: center;
  margin-bottom: 27px;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
}
    
   
.id:focus, .pass:focus {
  border: 2px solid rgba(0, 0, 0, 0.18) !important;
}
    
.submit {
  cursor: pointer;
  border-radius: 5em;
  color: #fff;
  background: linear-gradient(to right, #404040, #868686);
  border: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
  margin-left: 35%;
  font-size: 13px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}
        
a {
  text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
  color: #a4c1d7;
  text-decoration: none
}
    
@media (max-width: 768px) {
.main {
  width: 98%;
  border-radius: 0px;
}
}

