*{
    padding: 0;
    margin: 0;
}
body{
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
textarea{
    height: 25px;
    border-radius: 200px;
    font-size: 19px;
    padding-left: 15px;
}
textarea::placeholder{
    color: grey;
    padding-left: 7px;
    letter-spacing: 2px;
}

/* Main Body */

.log_in{
    display: flex;
    flex-direction: column;
    margin: 6rem auto auto 23.5rem ;
    /* background-color: aliceblue; */
    width: 800px;
    backdrop-filter: blur(5px);
    border: 3px solid black;
    border-bottom: 5px solid black;
    margin-bottom: 5rem;
}
.log_in h1{
    margin-top: 2rem;
    text-align: center;
    font-size: 3rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.log_in p{
    font-size: 24px;
    text-align: center;
    font-family: cursive;
}
#logspan{
    font-weight: bolder;
    color: red;
}
.log_in fieldset{
    display: flex;
    flex-direction: column;
    width: 400px;
    margin-left: 150px;
    margin-top: 3rem;
    border: none;
}
.cont{
    width: 97%;
    height: 2rem;
    margin-top: 1.5rem;
    border: none;
    border-bottom: 1px solid black;
    padding-left: 5px;
    background-color: transparent;
    border-radius: 10px;
    color: white;
}
.cont::placeholder{
    color: white;
    opacity: 0.8;
}
.lb{
    margin-top: 14px;
    font-size: 1.2rem;
    color: white;
}
#lbb{
    margin-top: 2rem;
}
.cc{
    width: 20px;
    padding-left: 50px;
}
#sub{
    margin-left: 10rem;
    margin-top: 3rem;
    width: 10rem;
    height: 2rem;
    margin-bottom: 3rem;
    font-size: 1.5rem;
    font-family: sans-serif;
    letter-spacing: 1px;
    padding-top: 2px;
    border-radius: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    border-bottom: 1px solid black;
    background-color: grey;
    color: black;
    font-weight: bold;
}
#sub:hover{
    color: white;
    background-color: rgb(73, 73, 240);
}
.msg{
    border: 2px solid black;
    color: aqua;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 10rem;
    display: block;
    width: 18rem;
    padding-left: 7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 36rem;
}