body{
    background: #0dcaf017;
}
.larger-icon {
    font-size: 27px!important;
}


.left-side{
    background-image: url("bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 904px;
    width: 50%; 
}

@media (max-width: 767px) {
    .left-side {
        width: 100%; 
        height: auto; 
    }
     .mobile-px-5{
     
        padding-left: 0;
        padding-right: 0;
    }
 
}
.form-group label {
    font-weight: bold;
}
.form-group input,
.form-group select,
.form-group textarea {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    box-shadow: none;
    border-color: none;
    outline: none!important;
    
}
input:focus {
    outline: none;
}
.form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 16px 16px;
    padding-right: 35px;
}
.capt{
	background-color:grey;
	width: 300px;
	height:100px;
	
}

#mainCaptcha{
	position: relative;
	left : 60px;
	top: 5px;
	
}

#refresh{
	position:relative;
	left:230px;
	width:30px;
	height:30px;
	bottom:45px;
	background-image: url(rpt.jpg);
}

#txtInput, #Button1{
	position: relative;
	left:40px;
	bottom: 40px;
}
