.p-shop__logo{
    width: 80%;
  	max-width: 232px;
}

a,
.c-form__title--must{
	color: #e9292f;
}

.c-form__title{
	text-align: left;
}

.c-button--primary{
    background-color: #e9292f;
    transition: all 0.5s;
}

.c-button--primary:hover{
    background-color: #e9292f;
    opacity: 0.7;
}

.c-input--text{
	border-radius: 0;
    border: #aaa solid 1px;
}