.container-login{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 967px;
    display: flex;
    align-items:center;
    justify-content:center;
}
.wrapper-login{
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    width: 30%;
    height: 300px;
    background-color:#EDF2F8;
    border: 1px solid #233448
}
.form-all{
    display:flex;
    flex-direction: column;
    align-items:center;
/*    justify-content:flex-start;*/
}
.form-all p{
    display:flex;
    align-items:center;
    margin-bottom:15px;
    height:40px;
}
.form-all p:last-child{
    margin-bottom:0px;
}
.form-all p label{
    width:100px;
}
.form-all p input{
    width:200px;
    height:40px;
}

.button-update{
    margin-top:20px;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    width: 300px;
    height: 45px;
	background-color: #BEB4AA;
	border-radius: 3px;
}
.button-update:hover{
    background-color: #233448;
    color:#EDF2F8;
    font-weight:bold;
}
.errorlist{
    display:flex;
    align-items:center;
    justify-content:center;
    width:90%;
    margin-bottom:20px;
}

