body{
    margin: 0;
    padding: 0;
    background: url(login-bg.jpg) no-repeat;
    background-size: cover;
	height:auto;
    background-position: center;
    font-family: sans-serif;
}
.bg-cl{
background-color: #ffffff4a;
}	
.add-st{
	padding: 100px 0px;
	height:100%;
}	
.loginbox{
	background-color: #ffffff9e;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	color: #ff2366;
	border-radius:15px;
	padding: 40px;
}	
.login-box-msg{
	font-weight:600;
}


	
.loginboxs{
    width: 320px;
    height: 350px;
   // background-color: #1c3c6d;
	background-color: #bfbfbf9e;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    /*background: #000;*/
    color: black;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 70px 30px;
	border-radius:15px;
	
}
.btn-clr{
	background-color: #ff2366;
	border-color:#ff2366;
	border-radius: 10px !important;
	padding : 10px 20px; 
}	
.avatar{
   /* width: 100px;
    height: :100px;
    border-radius: :50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);*/
}
h1{
    margin: 0;
    padding: 0;
    font-size: 22px;
    padding: 0 0 20px;
    text-align: center;
}
.loginbox p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.loginbox input{
    width: 100%;
    margin-bottom: 20px;
    border-radius:0px;
}
.loginbox input[type="text"], input[type="password"]
{
    border: none;
    border-bottom: 1px solid #ff2366;
    background: transparent;
    outline: none;
    height: 40px;
    color: #000000;
    font-size: 16px;
    //border-radius:3px;
}
.loginbox input[type="submit"]
{   border: none;
    outline: none;
    height: 40px;
   // background:#fb2525;
    //color: :#000000;
    font-size: 18px;
   // border-radius:3px;
}
.loginbox input[type="submit"]:hover
{
    cursor: pointer;
    background: #ff2366;
    //color: #000;
}
.loginbox a {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: darkgray;
}
.loginbox a:hover{
    color: #ffc107;
}