.error-page {
    text-align: center;
    padding: 72px 0;
    height: calc(100vh - 47px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.error-page h1 {
    text-align: center;
    font-size: 18px;
    color: #222;
    max-width: 400px;
}
.error-page img {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
}
.error-page .btn {
    margin-top: 24px;
}
.product-wrap__btn {
    max-width: 290px;
    text-align: center;
}
.btn {
    -webkit-border-radius:100px;
}

.currentclient__wrap p>a{
    text-decoration: underline;
    color: #e6000f;
}
.currentclient__wrap p>a:hover{
    text-decoration: none;
}
.has-error  label {
    color:  #e6000f;
}

