.bg{
	   
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	/*background-size: cover !important;*/
	background-image: url(../img/rotating_planet.gif);
	background-size: cover;
}
.formbg {
    /* background: linear-gradient(to right, #b0f2ff75, #0dcaf0a3); */
    border-radius: 20px;
    background-size: cover !important;
    /* border-radius: 10px; */
    border-left: 10px solid #16a34a;
    border-right: 10px solid #16a34a;
    box-shadow: 0px 0px 15px 2px #002647;
    transition: 0.8s;
    /* margin-top: 10%; */
    padding: 20px 25px;
}
.formbg:hover{
	box-shadow: 0px 0px 15px 2px #002647;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box !important;
    padding: 0 !important;
}
.mt-5{
	margin-top: 3rem;
}
.mt-4{
	margin-top: 1.5rem;
}
.mt-3{
	margin-top: 1rem;
}
.mt-2{
	margin-top: 0.50rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mb-5{
	margin-bottom: 3rem;
}
.mb-4{
	margin-top: 1.5rem;
}
.mb-3{
	margin-top: 1rem;
}
.mb-2{
	margin-top: 0.50rem;
}
.mb-1{
	margin-top: 0.25rem;
}
.account-btn{
	color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    background: #4fcef5;
    padding: 15px 30px;
    text-align: center;
    margin-top: 10% !important;
	border-radius:27px;
}
.txt{
	font-size: 20px;
}
.txt1{
	font-size: 16px;
}
.mb-lg{
	margin-bottom: 16px;
}
.text-white{
	
	margin-top: 20px;
}
.form-padding{
	    padding: 40px 0px !important;
    position: relative;
}
.txt{
	text-decoration: none;
}