@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{background-color: #f6f6f6; background-image: url(images/border1.jpg);background-repeat: no-repeat;background-position: top right;background-size: contain;}

.form-control, .form-check-input{border: 1px solid #AAA;}
.form-label{font-size: 14px; font-weight: 500; color: #555454;}

.was-validated .form-check-input:invalid~.form-check-label{color: #000 !important;}
.main-content{font-family: "Montserrat", sans-serif;}
.form-box{box-shadow: -5px 5px 30px #bbbaba;border: 1px dotted #888;background-color: rgba(256,256,256,1);}
.form-box h3{font-size: 14px; background-color: #d64012;color: #fff;padding: 5px 20px;}
.heading-small{text-align: right;width: 100%;display: block;font-size: 11px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px;}
.main-heading{font-weight: 700;font-size: 46px;text-shadow: 2px 2px 4px #fff;}
.custom-list{list-style: none;padding-left: 0; font-weight: 550;font-size: 18px;font-family: "Inter", sans-serif;}
.custom-list li{margin-bottom: 6px;}
