.btn-theme{
	    background: var(--main-color);
    color: #ffffff;
    border: none;
    height: 55px;
    padding: 0 60px;
    transition: 0.5s;
    line-height: 55px;
    font-weight: 500;
    border-radius: 0;
    transition: 0.5s;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 10px;
}

.btn-theme:hover{
	background:var(--color2);
}

.errorValidated{
    color: red;
}
