body{
	background:#EBEAE8;
}
.formWindow{
	max-width: 430px;
    width: 100%;
    text-align: center;
}
.witefon{
	background: white;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 4%);
	border-radius:20px;
	max-width:430px;
	width:100%;
	padding: 40px 30px 30px 30px;
	box-sizing: border-box;
}
.formhead{
	font-family:Inter;
	font-size:28px;
	color:black;
	font-weight:bold;
	text-align:center;
	padding-bottom:30px;
}
.inprow{
	margin-bottom:15px;
}
.inprow input{
	width:100%;
	border-radius:12px;
	border:1px solid #CBCBCB;
	background:#F2F1F0;
	font-family:Inter;
	font-size:14px;
	box-sizing: border-box;
	padding: 12px;
}
.blackB{
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: white;
    width: 100%;
    font-family: Inter;
    font-size: 14px;
    background: #222;
    border-radius: 12px;
    padding: 13px;
    box-sizing: border-box;
}
.blackButton{
	padding-top:15px;
}
.changeLink{
	color:black;
	font-family: Inter;
	display:inline-block;
	font-size:14px;
	text-decoration:none;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.smallPreview a{
	font-family: Inter;
	font-weight:400;
	color:black;
	font-size:10px;
}
.smallPreview{
    font-family: Inter;
    font-weight: 300;
    color: black;
    font-size: 10px;
    text-align: center;
    padding-top: 30px;
}
.logo{
	padding-bottom:40px;
}
.workarea{
	width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forgPass{
	font-family: Inter;
	color:#2D9CDB;
	font-size:13px;
	text-decoration:none;
	
}