*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    background-image: url("backgroung_image.jpg"); 
}

.container{
    max-width: 900px;
    width: 100%;
    background-color: #D1F2EB ;
    margin: 40px auto;
    box-shadow: 10px 10px 10px rgba(0.1, 0.3,0, 0.1);
    padding: 30px;
}

img{
    height: 300px;
    width: 850px;
}



.title{
    font-size: 30px;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    color: whitesmoke;
    background-color: #0380cb;
    margin: 20px auto;
    width: 250px;
    border-radius: 3px;
    box-shadow: 10px 10px 10px rgba(0.1, 0.3,0, 0.1);
    color: whitesmoke;
    font-family: 'Calibri';
}

.form-data{
    width: 100%;
}

.input-field{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

label{
  
    width: 30%;
    font-size: 20px;
    font-family: 'Play', sans-serif;
    font-weight: 550;
}

.input{
    width: 40%;
    outline: none;
    border: 1px solid black;
    font-size: 15px;
    padding: 5px 5px;
    border-radius: 2px;
    transition: all 0.5s ease;
    font-family: 'Semibold';
}

.selectbox{
    width: 15%;
    outline: none;
    height: 30px;
    border: 1px solid black;
    border-radius: 3px;
    position: relative;
    padding: 5px 5px;
    /* -webkit-appearence:none;
    appearance: none; */

}

.date-box{
    width: 15%;
    outline: none;
    height: 30px;
    border: 1px solid black;
    border-radius: 3px;
    position: relative;
    padding: 5px 5px;

}

.contact{

    font-size: 22px;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    color: whitesmoke;
    background-color: #0380cb;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 200px;
    border-radius: 3px;
    padding-left: 3px;
    padding-top: 3px;
    color: whitesmoke;
    font-family: 'Calibri';

}

.activity{

    font-size: 22px;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    color: whitesmoke;
    background-color: #0380cb;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 200px;
    border-radius: 3px;
    padding-left: 3px;
    padding-top: 3px;
    color: whitesmoke;
    font-family: 'Calibri';

}

.subjects{
    font-size: 22px;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    color: whitesmoke;
    background-color: #0380cb;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 200px;
    border-radius: 3px;
    padding-left: 3px;
    padding-top: 3px;
    color: whitesmoke;
    font-family: 'Calibri';
}

.parent-feedback{

    font-size: 22px;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    color: whitesmoke;
    background-color: #0380cb;
    color: whitesmoke;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 300px;
    border-radius: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Calibri';

}

.non-teaching{

    font-size: 22px;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    color: whitesmoke;
    background-color: #0380cb;
    color: whitesmoke;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 300px;
    border-radius: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Calibri';

}

.hobbies{

    font-size: 22px;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    color: whitesmoke;
    background-color: #0380cb;
    color: whitesmoke;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 150px;
    border-radius: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Calibri';

}

.parents-views{

    font-size: 22px;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    color: whitesmoke;
    background-color: #0380cb;
    color: whitesmoke;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 250px;
    border-radius: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Calibri';

}

.other{

    width: 40%;
    outline: none;
    border: 1px solid black;
    font-size: 15px;
    padding: 3px 3px;
    border-radius: 2px;
    transition: all 0.5s ease;
    margin-bottom: 20px;

}

.collection-management{

    font-size: 22px;
    text-align: left;
    justify-content: left;
    border: 1px solid black;
    color: whitesmoke;
    background-color: #0380cb;
    color: whitesmoke;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 450px;
    border-radius: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Calibri';

}

.btn{
    width: 15%;
    padding: 8px 8px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    background-color: red;
    color: whitesmoke;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px auto;
}

.btn:hover{
    background-color: green;
}

.input:hover{
    border: 1px solid red;
    box-shadow: 10px 10px 10px rgba(0.1, 0.3,0, 0.1);
    
}

.other:hover{
    border: 1px solid red;
    box-shadow: 10px 10px 10px rgba(0.1, 0.3,0, 0.1); 
}

.date-box:hover{
    border: 1px solid red;
    box-shadow: 10px 10px 10px rgba(0.1, 0.3,0, 0.1);
}

.selectbox:hover{
    border: 1px solid red;
    box-shadow: 10px 10px 10px rgba(0.1, 0.3,0, 0.1);

}


@media screen and (max-width:760px) {
    body{
        background-image: auto;
    }

    .input-field{
        flex-direction: column;
        align-items: flex-start;
    }

    label{
        margin-bottom: 10px;
    }

    .container{
        width: min-content;
    }

    img{
        height: auto;
        width: auto;
    }

   


    
}

