.bg{
	        background: rgba(0, 0, 0, 0) url(../img/bg/bg1.jpg) no-repeat repeat scroll center center / cover;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-size: cover !important;
	
}
.formbg {
         background-color: #141c33;


    /* border-radius: 10px; */
 /*    border-left: 10px solid #59b326; */
   /*  border-right: 10px solid #59b326; */
    box-shadow: 0px 0px 15px 2px #002647;
    transition: 0.8s;
    margin-top: 10%;
    padding: 50px 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{
	background: linear-gradient(90deg, rgb(215, 35, 35) 0%, rgb(215, 35, 35) 30%, rgb(215, 35, 35) 100%);
    display: inline-block;
    position: relative;
    font-weight: 600;
    z-index: 1;
    transition: all 0.6s ease-in-out 0s;
    overflow: hidden;
    text-transform: uppercase;
    color: var(--white-color);
    border-radius: 5px;
	color: #fff !important;
    font-size: 14px;
    
   
    padding: 15px 30px;
    text-align: center;
    margin-top: 10% !important;
	
}
.txt{
	font-size: 20px;
}
.txt1{
	font-size: 16px;
}
.mb-lg{
	margin-bottom: 16px;
}
.text-white{
	color:#fff;
	/*margin-top: 20px;*/
}