.logo{
    position: absolute;
    top: 30px;
    left: 50px;
    background: #fff;
    padding: 10px;
}
.logo img{
    height: 80px;
}
.sec_banner {
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
}

.banner-cont{
    margin-bottom:80px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    line-height: 1;
}
.banner-cont span {
display: block;
}
.banner-cont span:nth-child(1) {
font-size: 25px;
font-weight: 500;
}

.banner-cont span:nth-child(2) {
font-size: 34px;
font-weight: 800;
letter-spacing: 3px;
transform: scale(1.0, 1.50);
}

.banner-cont span:nth-child(3) {
font-size: 56px;
font-weight: 700;
transform: scale(1.0, 1.50);
}

.join_btn {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background: #b71926;
    padding: 16px 30px;
    border-radius: 100px;
}
.join_btn:hover {
    color: #fff;
}

.reregister_btn {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background: #b71926;
    padding: 16px 30px;
    border-radius: 100px;
}
.reregister_btn:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .logo {
        top: 15px;
        left: 15px;
    }
    .logo img{
        height: 60px;
    }
    .banner-cont span:nth-child(1) {
        font-size: 20px;
    }
    .banner-cont span:nth-child(2) {
        font-size: 28px;
    }
    .banner-cont span:nth-child(3) {
        font-size: 36px;
    }
}
@media screen and (max-width: 376px) {
    .banner-cont span:nth-child(3) {
        font-size: 30px;
    }
}

.head-title {
    position: relative;
    padding-left: 10px;
}
.head-title::before{
    content: '';
    width: 3px;
    height: 18px;
    background: #04338f;
    position: absolute;
    bottom: 4px;
    left: 0;
}

.error_clr{
    color: red;
}

.merl{
    margin-left: 3%;
}
.previewhd{
   height: 40px; 
   display: none;
}
.docname{
   font-size: 12px;
   color: #66666;
}

.chk{
	color: #000; 
	padding-left: 47px;
}
.exampleCheck1{
	color: #477cc0; 
	font-weight: 500;
}

.form-group .form-check-label {
       color: #000 !important; 
	padding-left: 47px !important;
}

#register_document {
    display: none;
}
