@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
	background: #eee url('../img/back.svg') no-repeat bottom fixed;
	background-size: ;
}
.logo{
	width: 100px;
	height: 100px;
	background: #FFF;
	border-radius: 100%;
	margin: auto;
	padding: 10px;
}
.logo img{
	width: 100%;
}
.login{
	background: #FFF;
	padding: 30px;
	margin-top: -50px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}
.name{
	font-size: 1.5em;
	text-align: center;
	margin: 10px 0px 30px 0px;
}
label{
	font-weight: 400;
}
.login input, .login button{
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	border: 1px solid #c2c3c4;
	border-radius: 5px;
	padding-left: 50px;
	outline: none;
}
.login button
{
	background-color: #192a56;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 500;
	border: none;
	padding: 0px;
}
.login input[type=checkbox]
{
	width: 20px;
	height: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	float: left;
}
.remember{
	font-weight: 500;
	margin-bottom: 20px;
	cursor: pointer;
}
.login .iconbox i{
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	position: absolute;
	color: #192a56;
	font-size: 1.3em;
	border-right: 1px solid #c2c3c4;
}
.iconbox2 {
    color: #192a56;
    position: absolute;
    right: 0px;
    width: 40px;
    height: 45px;
    line-height: 45px;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #c2c3c4;
}
#error{
	color: red;
}

center{
	padding: 15px;
}