body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300 ;
}
.loader{
	text-align: center;
	width: 40px;
    height: 40px;
	position: absolute;
	left: calc(50% - 50px);
    top: calc(50% - 20px);
}
.lgnpg{
	background-image: url('../../images/bg_login.jpg');
	/*background-position: center;*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	position: fixed;
}
.loginseclogo{
	margin-top: 15px;
}
.loginsecmilk{
	margin-top: 60px;
}
.logininpfild{
	height: 450px;
	overflow: scroll;
	/*margin-top: 20px;
	padding-top: 30px;*/
}
.logininpbox{
	border: 2px solid #44bb91;
    border-radius: 1.25rem;
}
.togglepassword{
	float: right;
    margin-top: -25px;
    margin-right: 20px;
}
.logininpfild p{
	color: #315597;
    font-weight: 400;
}
.logininphr{
	border-top: 2px solid rgb(114 125 145);
}
.loginbtn,.signupbtn,.resetbtn{
	width: 120px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    background: rgb(23 143 89);
    box-shadow: 0px 4px #64dda787;
    background-image: linear-gradient(to bottom, #00854a , #ffffffb8);
}
.signuppg{
	background-image: url('../../images/bg_singup.jpg');
	/*background-position: center;*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	position: fixed;	
}
/*----------content page---------------*/
.spacer_top{
	padding-top: 70px;
}
.spacer_bottom{
	padding-bottom: 70px;
}
.wrap p{
	color: #fff;
	font-size: 13px;
}
.prof_img{
	border: 1px solid #6eb79e;
    border-radius: 50%;
    width: 70px;
    box-shadow: 2px 0px 10px 0px #baefdd;
}
.profspan{
	font-size: 14px;
	color: #03090e;
}
/*------------end-------------------*/

@media(min-width:  576px){
	.signuppgsecmilk{
		/*margin-top: 43px;*/
	}
}
@media (min-width: 769px){ 
    .desktop{display: none;} 
}