@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    /* background:radial-gradient(#daf1aa,#daf1aa); */
    /* background-color: rgb(254, 221, 244); */
    background-image: url('img/bg.tobeli.jpg');
    /* background-size: contain; */
    background-size: 65vh;
}
body h1{
    color: #d78282d3;
}
.notif {
    margin: 0 auto;
    background-color: azure;
    color: rgb(8, 91, 15);
    /* border: 5px solid rgb(0, 99, 8); */
    height: 1.5rem;
    width: max-content;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.full-form {
    height: 350px;
    width: 500px;
    margin-top: 10%;
    margin-left: 31%;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    /* background-color: #bee987bc; */
    background-color: rgba(240, 255, 255, 0.692);
    border: 1px solid rgba(108, 108, 108, 0.381);
    text-align: center;
}
.login {
    margin-top: 10%;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
}
.colum1 {
    margin-top: 9%;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
}
.colum1 label {
    color: rgba(223, 122, 122, 0.916);
}
.colum2 {
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 20px;
}
.colum2 label {
    color: rgba(223, 122, 122, 0.916);
}
.colum3 {
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 20px;
}
.input1 {
    height: 40px;
    width: 25vw;
    text-align: center;
    /* background: #fdc0dcd7; */
    background: rgba(245, 156, 156, 0.804);
    border: 1px solid rgb(228, 175, 200);
    border-radius: 15px;
}
.input2 {
    height: 40px;
    width: 25vw;
    text-align: center;
    /* background: #fbb7d7b3; */
    background: rgba(245, 156, 156, 0.804);
    border: 1px solid rgb(228, 175, 200);
    border-radius: 15px;


}
.input3 {
    height: 40px;
    width: 25vw;
    background-color: rgba(254, 100, 185, 0.674);
    border: 1px solid rgb(228, 175, 200);
    border-radius: 10px;

}
button {
    height: 35px;
    width: 20vh;
    text-align: center;
    border-radius: 20px;
    border: 3px solid rgba(245, 156, 156, 0.804);
    color: rgba(47, 174, 33, 0.856);
    font-family: "Josefin Sans", sans-serif;
}
input[type="text"]::placeholder {
 
    text-align: center;

}