.mes-content {
    margin-bottom: 50px;
}

#admission{
    margin-top: 100px;
}

#form1 {
    background-color: rgb(68, 68, 68);
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    border-radius: 30px;
    margin-top: 50px;
    box-shadow: 5px 10px 5px rgba(187, 182, 164,.5);
}

#form1 p{
    color: white;
}

.send-btn {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    margin: auto;
}

.send-btn input {
    border-radius: 15px;
    padding: 10px 30px;
    border: none;
    background-color: white;
    -moz-transition:  .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -ms-transition:  .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.send-btn:hover input {
    background-color: rgb(175, 148, 116);
    color: white;

}

@media (max-width:400px) {
    .secondary-page .container{
        margin: 0 ;
        padding: 0 ;
    }
    #form1 {
        margin-top: 50px;
        padding: 20px 25px;
        border-radius: 15px;
    }
    .mes-content {
        margin-bottom: 20px;
    }
    #admission{
        margin-top: 0px;
    }
}

 

/*----------tw-contact------------*/
