
body {
	
	    overflow: hidden;
}
	.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	
	.logo {
		margin-top: 1%;
		margin-left:3%;
		width:250px;
	}
.chnk{
	
	width:100% !important;
}
.center-block {
	    padding: 40px 111px 10px 60px 
	

}
.carousel-control-icon {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-indicators li { visibility: hidden; }
.carousel-control-icon.right {
    right: 15px;
    left: auto;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}
.carousel-caption p {
    margin-bottom: 0;
}

.img-rounded {
    border-radius: 0px;
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 1.2rem;
}
.carousel-control-next-icon {
    display: inline-block;
    width: 1.2rem;
}

 .center-block h4 { 
 border: 0 solid #fff;
    border-bottom-width: 1px;
 padding-bottom:10px;
 text-align: center;
 color:#FFF;
font-size: 16px;

}


.abd {
		display:inline-block;
		padding:5%;
	}	
	.align-middle {
  vertical-align: middle;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.support {
	border:2px solid #8A2BE2;
	margin-left:1%;
	color:white;
	margin-right:1%;
	margin-top:2%;
	margin-bottom:5%;
	padding:1%;
	font-size: 13px;
	
}
.modal-content {
    border-radius: 0;
    width: 650px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem 2rem 3rem 1em;
}
.help-block {
	font-size: 16px;
}
modal-footer {
	text-align: center;
}

.btn.btn-success:hover {
    background-color: #198754;
}

.left{
	top: 55%;
}
.right{
	top: 55%;
}
.form-group {
	
	margin-bottom:40px;
}
.btn-lg {
    color: #4f2d7f;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 16px;
    padding: 0.5rem 1rem;
}
.forgot{
	color:#FFF; 
	text-decoration: none;
	margin-left: 20%;
    font-size: 16px;
}

.forgot:hover{
	color:#FFF; 
	
}
.social-links {
	list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}

.right-child-col {
	background-color:#4f2d7f;
	margin-top: 1px;
}

.btn-primary:hover {
	color: #4f2d7f;
    background-color:#ffffff !important;
    border-color: #4f2d7f;
}

@media screen and (max-width: 600px){
	
	body {
 
}
	.logo {
		margin-top: 1%;
	}
	.carousel-caption p {
		font-size: 13px;
    }
    .carousel-caption {
		background: rgba(0, 0, 0, 0.55);
    }
    .carousel-control {
        top: 20%;
    }
	.img-rounded {
		border-radius: 0px;
}
.chnk{
		height:auto !important;
		width:auto !important;
	}	
.logo{	
	margin-top:20px !important;
	}	
	.center-block {
		    margin-left: 8px;
	}
	
	.support {
	margin-left:3%;

}
.modal-content {
	width: 350px;
}

 .center-block h4 { 
    font-size: 17px;  
}
.forgot {
    color: #FFF;
    text-decoration: none;
    margin-left: 22%;
    font-size: 16px;
}
.hr-line {
    border-bottom: 1px solid #ffffff;
    max-width: 100%;
    width: 90%;
    opacity: 1;
    margin: 0;
    margin-left: 6%;
}
}

@media (min-width: 601px) and (max-width: 767.98px) { 

.left{
	top: 30%;
}
.right{
	top: 30%;
}
	.row {
    --bs-gutter-x: 0.5rem;
	}
.logo {
    margin-top: 5%;
 }
 .center-block h4  {
    font-size: 13px;
}
h3 {
    font-size: calc(1.2rem + .1vw);
}
.form-group {
	
	margin-bottom:30px;
}
.btn-lg {
    color: #4f2d7f;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 14px;
    padding: 0.5rem 0.5rem;
}
.forgot{
	color:#FFF; 
	text-decoration: none;
	margin-left: 14%;
    font-size: 14px;
}

.right-child-col{
    height: 464px !important;

}
