/*[ FONT ]*/
@font-face{
    font-family: 'Noto Sans KR', sans-serif;
    src:url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500&display=swap');
  
  }
  
  body {
    background-color: #c0cce2;
    font-family: 'Ubuntu', sans-serif;
  }
  
  .main {
    background-color: #FFFFFF;
    width: 450px;
    height: 450px;
    margin: 12em auto;
    border-radius: 0.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
  }
  
   
  .main-bottom {
    width: 450px;
    margin-left: 734px;
    font-family: 'Ubuntu', sans-serif, 'Noto Sans KR' ;
    font-size: 12px;
    margin-top: -150px;
}
  .main-bottom p{
    font-family: 'Ubuntu', sans-serif, 'Noto Sans KR' ;
    font-size: 13px;
    font-weight: bold;

    color: rgb(38, 50, 56);

}
a { color: rgb(38, 50, 56); }
a:link { color: rgb(38, 50, 56); }

  
  .login-logo{
    position: relative;
   float: left;
   margin-left: 40%;
   margin-top: -50px;
  
  }
  
  
  .bar{
    border: 0.5px solid #b3b1b1;
    width: 350px;
    margin-left: 10%;
    margin-top: -5px;
  }
  .bar2{
    width: 350px;
    height: 3px;
    background-color: #ededed;
    margin-left: 10%;
  }
  .sign {
    padding-top: 50px;
    color: #3f567a;
    font-family: 'Ubuntu', sans-serif, 'Noto Sans KR' ;
    font-weight: bold;
    font-size: 23px;
  }
  
  
  
  .co {
  width: 76%;
  color: rgb(38, 50, 56);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  background: rgba(136, 126, 126, 0.04);
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-left: 55px;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Ubuntu', sans-serif;
  }
  
  form.form1 {
    padding-top: 30px;
  }
  
  .un {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    margin-left: 55px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Ubuntu', sans-serif;
    }
  
  
  .pass {
    width: 76%;
  color: rgb(38, 50, 56);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  background: rgba(136, 126, 126, 0.04);
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-left: 55px;
  text-align: center;
  margin-bottom: 27px;
  font-family: 'Ubuntu', sans-serif;
  }
  
  .co:focus, .un:focus, .pass:focus {
    border: 2px solid rgba(126, 126, 126, 0.18) !important;
    
  }
  
  .btn-submit {
  cursor: pointer;
    border-radius: 2em;
    color: #fff;
    background: #786ade;
    border: 0;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 50%;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
    transform: 0.3s;
    transform: translate(-50%,-50%);
  }
  /* 포커스 됐을 때 */
  .btn-submit:focus{
      outline: 0;
  }/* 마우스 오버 했을 때 */
  .btn-submit:hover{
      background-color:rgb(87, 33, 235) ;
    color: #ffffff;
      cursor: pointer;
      box-shadow: 0 2px 4px rgb(88, 65, 143);
  }
  
  
  
  
  
  
  
  
  .re-id{
    color: #a4b6d6;
    font-size: 16px;
    margin-bottom: 30px;
    margin-left: 12%;
  }
  .quest{
  
    margin-left: 22%;
    font-size: 12px;
    color: #4d5766;
    margin-top: -20px;
  }
  
  .bar-3{
    width: 450px;
    height: 30px;
    background-color:#f7f7f7 ;
    margin-top: 10px;
  }
  
  @media (max-width: 600px) {
    .main {
        border-radius: 0px;
    }
}