html,body{
  width:100vw;
  height:100vh;
  overflow:hidden;
  padding:0;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.main {
    width: 250px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom:100px;
}

.logo {
    margin-top: 0px;
    margin-bottom: 40px;
}

#login {
    width: 100%;
    background-color: skyblue;
    border-color: transparent;
    color: white;
}

.account {
    display: block;
    margin-bottom: 3px;
    padding: 3px;
    border: 1px solid lightgray;
    border-radius: 3px;
}

#alert {
    border-color: transparent;
}



.container{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    flex-direction:column;
    background-color:#F4F7FB;
}




.login_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 600px;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}

.login_logo_desc{
    color: #054696;
    font-weight: 600;
    font-size: 14px;
    margin-bottom:30px;
}

.id_box,.pwd_box{
    margin-top:15px;
    margin-bottom: 5px;
    width: 291px;
    height: 53px;
    left: 34px;
    top: 335px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_btn {
    width: 291px;
    cursor:pointer;
    height: 64px;
    color: white;
    background: #5384EB;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.login_btn:active{
    box-shadow: none;
}

.pwd_box{
    margin-top:10px;
}

.lab_logo {
    object-fit: contain;
    background-repeat: no-repeat;
    background-image: url(../images/logo_kids.png);
    width: 182px;
    height: 39px;
    margin-top: 20px;
}

#id_input,#pwd_input{
    padding:10px;
    outline:none;
    border:none;
    width: 80%;
    height: 50%;
}


.login_logo {
    object-fit: contain;
    background-repeat: no-repeat;
    background-image: url(../images/frame.png);
    /* width: 135px; */
    height: 110px;
    font-size: 20lp;
    font-size: 60px;
    text-align: center;
    justify-content: center;
    font-weight: 300;
}

.privacy-content{
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  padding:25px;
  overflow:scroll;
}

.privacy-content p{
  margin-top:0px;
  margin-bottom:0px;
}

.privacy-content ul{
  padding-left:20px;
  margin-top:0px;
  margin-bottom:0px;
}

.top-logo-img{
  width:250px;
}
