@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
  min-height: 700px;
  font-family: "Montserrat", sans-serif;
  background-repeat: repeat;
}

.FormBG {
background: #ffffff;
    width: 65%;
    height: auto;
    margin: 0 auto;
    border-radius: 11px;
    padding: 28px 37px;
        margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.06);
}
.FormFiled input{
    background-color: #edf3f9;
    border-radius: 4px;
    height: 38px;
    border: 1px solid #d3dee9;
    padding: 12px;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
}
.LogoImg{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}
.LogoImg img{
    width: 250px;
    margin-bottom: 2px;
}
.FormTxt p {
    margin-bottom: 5px;
    font-weight: 600;
}
.FormTxt span {
   margin-right: 20px;
}
.SubBtn {
    background: #5a3189;
    border: none;
    padding: 6px 100px;
    border-radius: 200px;
    color: #fff;
    font-weight: 600;
    margin-top: 19px;
}
.SubBtn:hover {
    background: #5a3189;
}
.DateBg {
    background: #edf3f9;
    padding: 10px 15px;
    border: 1px solid #d3dee9;
    border-radius: 5px;
}
.header {
    background: #fff;
    padding: 0;
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 2px dotted #b1b1b1;
    margin-bottom: 22px;
}
.header h3{
margin-bottom: 0;
    font-weight: 600;
    font-size: 33px;
    color: #5a3189;
}
.TimeBg {
    text-align: center;
    width: 40%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
    padding: 4px;
    background-color: #edf3f9;
    border-radius: 200px;
    margin-bottom: 9px;
    border: 1px solid #d3dee9;
}
.header p{
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 7px;
    font-size: 14px;
    line-height: 19px;

}
.SuccessMsg {
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #029100;
    background: #ddf3e9;
    padding: 11px;
    border-radius: 6px;
}
.footer{
    width: 65%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}
.footer p{
font-size: 13px;
    margin-bottom: 2px;
    font-weight: 500;
}
.jssTag {
    color: #ef8501 !important;
}
label {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
}
.NSGTag {
    color: #0075c9 !important;
}
.FootSocial{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-bottom: 6px;
}
.FootTxt{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 12px;
    margin-bottom: 18px;
}
.fb{
    background: #3b5998;
    border-radius: 200px;
    color: #fff;
    width: 32px;
    font-size: 15px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    margin: 4px;
}
.fb:hover{
    background: #23407c;
}
.insta{
    background: #962fbf;
    border-radius: 200px;
    color: #fff;
    width: 32px;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 4px;
}
.insta:hover{
    background: #7708a3;
}
.twit{
    background: #2d90cd;
    border-radius: 200px;
    color: #fff;
    width: 32px;
    font-size: 15px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    margin: 4px;
}
.twit:hover{
    background: #23407c;
}
.linked{
    background: #0A66C2;
    border-radius: 200px;
    color: #fff;
    width: 32px;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 4px;
}
.linked:hover{
    background: #0077ef;
}
.FormTxt div {
    display: flex;
    margin-bottom: 10px;
    margin-top: 11px;
}

.FormTxt input {
    margin-right: 5px;
    position: relative;
    top: -1px;
}