body{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f2f4f7;
}

#mainbody {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 720px;
}

#left {
    margin: 0;
    max-width: 100%;
    font-size: 150%;
    padding: 50px;
    height: 40vh;
}
#left_in p {
    font-size: 110%;
    font-weight: normal;
    color: #1c1e21;
}

.leftfb{

    margin: 0;
    height: 20%;
    font-size: 250%;
    color: #0866ff;
    font-weight:700;
}

#rightbox{
    height: 48%;
    padding: 25px;
    width: 350px;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);

}

form{
    display: grid;
}

#input{
    height: 65%;
    display: grid;
    padding: 0;
    width: 100%;
    gap: 10px;
    border-radius: 8px;
    /* border: 1px solid gray; */
}
/* input{
    font-size: 17px;
    padding: 10px;
    height: 30px;
    border-radius: 4px;
    margin: 10px 0;
    outline: none;
    border: 1px solid #dddfe2;
} */

input:focus{
    border: 1px solid #81b0fd;
    box-shadow: 1px 1px 10px #c6dbfb ;
}


.login_btn{
    height: 7vh;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    border: none;
    background-color: #0866ff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 750;
    cursor: pointer;
}

.login_btn:hover{
    background-color: #145dbf;
}

.create_bt{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    width: 60%;
    height: 50px;
    border-radius: 8px;
    border: none;
    color: #ffffff;
    background-color: #4ebc38;
}

.create_bt:hover{
    background-color: #2dab13;
    cursor: pointer;
}

#line{
    padding: 8px;
}

.forgot{
    display: block;
    text-decoration: none;
    color: #0866ff;
    margin: 0;
    height: 2%;
}
.forgot:hover{
    cursor: pointer;
    text-decoration: underline;
}

footer p{
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 18px;
}

#message{
    font-size: 15px;
    /* margin: 0; */
    /* color: #ef3221; */
}

#wel_bo{
    justify-content: center;
    align-items: center;
    display: flex;
    height: 80vh;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#login-box{
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  width: 300px;
}

#create{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
}

.box{
    position: relative;
    width: 350px;

}

label{
    position: absolute;
    left: 14px;
    top: 14px;
    color: #989898;
    pointer-events: none;

}

input{
    width: 92%;
    height: 45px;
    background: none;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
    padding: 0px 10px;
    outline: none;
}

input:focus~label{
    color: #bcbcbc;
}
