@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
*::after {
    box-sizing: border-box;
}
*{
    margin: 0;
    line-height: 1.15;
    box-sizing: border-box;
    /* font-family: 'Aboreto', cursive; */
    font-family: 'DynaPuff', sans-serif;
    /* font-family: 'Merriweather', serif; */
}
body{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #d6d7da !important;
}
a{
    color: #036839;
    text-decoration: none;
    background-color: transparent;
}  
a:hover {
    color: #ff7c01;
    text-decoration: none;
}
/* ==========start main section=========== */
.navbar-brand{
	color: #ff7c01 !important;
    font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}
.navbar-brand:hover{
	color: #078117 !important;
	text-decoration: none;
}
.heder{
	color: #046110;
    margin-top: -10px;
}
.form-addmission{
    width: 600px;
    padding: 20px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 40px;
    margin-left: 380px;
    margin-top: 20px;
    background: #d8dadd;
    border: 2px solid #d6d7da;
    border-radius: 7px;
    box-shadow: 0px 1px 13px rgba(143, 140, 140, 0.705); 
}
.top-from{
    display: flex;
    flex-direction: row;
}
.left-addmission{
    padding: 10px;
    padding-right: 20px;
    /* border-top: 2px solid #09b961 !important;
    border-bottom: 2px solid #45925c !important;
    border: 2px solid #036839; */
}
.right-addmission{
    padding: 10px;
    padding-left: 20px;
    /* border-top: 2px solid #45925c !important;
    border-bottom: 2px solid #09b961 !important;
    border: 2px solid #036839; */
}
.select-item{
    display: flex;
    flex-direction: row;
}
.form-select{
    color: #515253 !important;
    font-size: 17px !important;
}
.apply{
    width: 600px;
}