body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background-image: url("/images/bimg5.png");
  background-size: cover;
  /* background-position: center; */
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img{
  display: block;
}

.container{
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-gap: 16px;
  min-height: 82vh;
}

.container > .welcom{
  grid-column: 1/4;
  grid-row: 2/4;
}

.container > .welcom > .name{
  font-size: 2rem;
  font-weight: 500;
  color: white;
  text-shadow: 0 1px 3px black;
}

.container > .welcom > .title{
  font-size: 3rem;
  font-weight: 800;
  color: white;
  text-shadow: 0 1px 3px black;
}

.container > .welcom > .greet{
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
  text-shadow: 0 1px 3px black;
}

.container > .note{
  grid-column: 1/4;
  grid-row: 6/8;
  background-color: #333333;
  opacity: 0.8;
}

.note > .note_des_dash {
  display: grid;
  grid-template-columns: 2rem 5rem auto 5rem;
  color: #FFFFFF;
  align-items: center;
}

.note > .note_des_dash:hover{
  cursor: pointer;
}

.note > .note_des_dash > p {
  margin: 1vh 0 1vh 0;
}

.note > .note_des_dash > .note_num_dash {
  text-align: center;
}

.container > .user_form{
  grid-column: 5/9;
  grid-row: 2/8;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px black;
  opacity: 1;
}

.header{
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 6px 6px rgba(0,0,0,0.10);
}

.navbar{
  width: 100%;
  max-width: 1000px;
  max-height: 10vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  grid-gap: 16px;
}

.navbar > .nav_logo{
  grid-column: 1/3;
  align-self: center;
}

.navbar > .nav_logo > img{
  width: 100%;
}

.navbar > ul{
  grid-column: 6/9;
  justify-self: end;
  align-self: stretch;
  padding: 0;
  font-size: x-large;
}

.navbar > ul > li{
  float: left;
  list-style: none;
  margin-left: 1rem;
}

.user_form{
  padding: 3rem 3rem 3rem 3rem;
}

.user_form > .log_title{
  font-size: 2rem;
  color: #666666;
  border-bottom: 2px solid #666666;
}

.user_form > .log_title > .usr_name{
  font-size: 2.5rem;
}

.user_form > .wellcom{
  font-size: 1rem;
  margin: 1rem 0 1rem 0;
}

.user_form > .safe_edu{
  font-size: 1rem;
  margin: 1rem 0 1rem 0;
}

.user_form > .safe_edu > .is_edu{
  color: #F69400;
  font-weight: 600;
}

.user_form > .sign_btn{
  width: 100%;
  height: 3rem;
  margin-top: 4rem;
  border-radius: 0;
  border : 1px solid #666666;
  font-size: 1.5rem;
  background-color: #FFFFFF;
}

.user_form > .sign_btn:hover{
  background-color: #CCCCCC;
  cursor: pointer;
}

.user_form > .sign_btn:active{
  background-color: #333333;
  color: #FFFFFF;
}

.user_form > .serch_id_pw{
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
  border-radius: 0;
  border : 1px solid #666666;
  font-size: 1.5rem;
  background-color: #FFFFFF;
}

.user_form > .serch_id_pw:hover{
  background-color: #CCCCCC;
  cursor: pointer;
}

.user_form > .serch_id_pw:active{
  background-color: #333333;
  color: #FFFFFF;
}

.user_form > .visit_info{
  height: 3rem;
  width: 48%;
  margin-top: 1.5rem;
  border: none;
  background-color: #F69400;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  justify-content: space-around;
  align-items: center;
  float: left;
  margin-right: 4%;
}

.user_form > .visit_info:hover{
  cursor: pointer;
}

.user_form > .req_lbl{
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.user_form > .vit_req{
  height: 3rem;
  width: 48%;
  margin-top: 0;
  border: none;
  background-color: #F69400;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  float: right;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.user_form > .vit_req:hover{
  cursor: pointer;
}

.user_form > .vit_order{
  height: 3rem;
  width: 48%;
  margin-top: 0;
  border: none;
  background-color: #F69400;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.user_form > .req_safe_edu{
  width: 48%;
  height: 9.5rem;
  background-color: #ffffff;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  border: 0.2rem solid #F69400;
  color: #333333;
  transition-property: border, color;
  transition-duration: 0.5s;
}

.user_form > .req_safe_edu:hover{
  border: 1rem solid #F69400;
  color : #F69400;
  cursor: pointer;
}

.user_form > .req_visit{
  width: 48%;
  height: 9.5rem;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  border: 0.2rem solid #F69400;
  float: right;
  margin-top: 1.5rem;
  transition-property: border, color;
  transition-duration: 0.5s;
}

.user_form > .req_visit:hover{
  border: 1rem solid #F69400;
  color : #F69400;
  cursor: pointer;
}

.user_form > .sign_info{
  height: 3rem;
  width: 48%;
  margin-top: 1.5rem;
  border: none;
  background-color: #F69400;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.user_form > .sign_info:hover{
  cursor: pointer;
}

.triangle{
  display: inline-block;
  border: 0.5rem solid transparent;
  border-left-color: #FFFFFF;
}

.login_form{
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 16px;
  min-height: 7rem;
  margin-top: 2rem;
}

.login_form > .input_id{
  grid-column: 1/6;
  border-radius: 0;
  border: 1px solid grey;
}

.login_form > .input_pw{
  grid-column: 1/6;
  border-radius: 0;
  border: 1px solid grey;
}

.login_form > .input_btn{
  grid-column: 6/9;
  grid-row: 1/3;
  background-color: rgb(47, 142, 252);
  border: none;
  font-size: 2rem;
  color: #ffffff;
}

.login_form > .input_btn:hover{
  cursor: pointer;
}

.due_date {
  color: #F69400;
  font-weight: 600;
  font-size: 1.2rem;
}