@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Montserrat', sans-serif;
	background: #e4f7e6;
}

.main_section {
    background-image: linear-gradient(
        rgba(26 67 120), 
        rgba(255, 255, 255, 0.6)
    ), url('bgimage.jpg');
    background-color: #e4f7e6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.h1_h1{
	text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin: 20px 0px 15px;
}
.boxdiv{
	height: 6px;
	margin: auto;
	background-color: green;
	width: 90px;
	border-radius: 50px;
}
.form-select,
.form-select:focus,
.form-control,
.form-control:focus{
	border-color: green;
	box-shadow: none !important;
	outline: none;
}
.dropify-wrapper .dropify-message p{
	font-size: 18px !important;
}
small.small{
	font-size: 12px;
	font-weight: bold;
}