.bg{
	        background: rgba(0, 0, 0, 0) url(../images/bg.jpg) no-repeat repeat scroll center center / cover;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-size: cover !important;
	
}
.formbg {
      background-color: #fff;
    /* border-radius: 10px; */
    /* border-left: 10px solid #59b326; */
    /* border-right: 10px solid #59b326; */
    box-shadow: 0px 0px 15px 2px #7497b3;
    transition: 0.8s;
    margin-top: 10%;
	border: 1px solid #554766;
	    border-radius: 5px;
}
.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: 22px;
    font-weight: 500;
    background: #0e7490;
    padding: 15px 51px;
    text-align: center;
    margin-top: 10% !important;
    border-radius: 14px;
}
.txt{
	font-size: 20px;
}
.txt1{
	font-size: 16px;
}
.mb-lg{
	margin-bottom: 16px;
}
.text-white{
	color:#fff;
	/*margin-top: 20px;*/
}