body{
    background-color: lightseagreen
}
#main{
    padding: 20px;
    width: 400px;
    margin: auto;
    margin-top: 30px;
}
#heading{

    background-color:lightslategray;
    border: 0px 30px 10px 0px;
    border: 1px solid lightslategray;
    border-radius: 0px 30px 0px 0px;
    margin-bottom: 40px;
}
h3{
    text-align: center;
    font-size: 30px;
    color: white;
}
form{
    
    width: 360px;
    height: 540px;
    background-color: lightblue;
    border-radius: 0px 32px 0px 30px;
}
span{
    font-size: 20px;
    font-weight: bold;
}
label{
    font-size: 20px;
    font-weight: bold;
    padding-left: 14px;
}
input#pass{
    background-image:url("./image/pass.png");
    width: 250px;
    height: 40px;
    padding-left: 40px; 
}

input{
    background-repeat: no-repeat;
    margin: 10px 10px 10px 20px;
    border-bottom: hidden;
    border-top: hidden;
    border-left: hidden;
    border-right: none;

}
input#user{
    background-image: url("./image/user.png");
    width: 250px;
    height: 40px;
    font-size: 20px;
    padding-left: 40px;
}
#textform{
    margin-top: 30px;
}
#radiobtn{
    margin-left: 40px;
}
#username{
    margin-left: 8px;
    
}
#passed{
    margin-left: 10px;
}
#log{
    width: 150px;
    height: 45px;
    font-size: 20px;
    background-color: lightslategray;
    color: white;
    margin-top: 20px;
    border-radius: 20px;
    margin-left: 100px;
    margin-bottom: 30px;
}
a{
    font-weight: bold;
    margin-left: 90px;
    font-size: 20px;
}
input::placeholder{
    padding-left: 45px;
    font-size: 20px;
    border-bottom: 2px solid red;

}
#user:focus{
    outline: none;
}
#user:active{
    border: none;
}
#pass:focus{
    outline: none;
}
#pass:active{
    border: none;
}