.c-login {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    background: #181818;
    border-radius: 15px;
    padding: 12px 26px;
    margin-right: 28px;
}
.c-form .close{
    position: absolute;
    right: 0;
    margin: 13px;
    color: #fff;
    font-size: 24px;	
}
.c-button--reg{
width: 100%;
    background: #377B71!important;
    color: #fff!important;	
}
.c-login__icon {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5b3f97;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .c-login__icon {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .c-login__icon {
        font-size: 22px;
    }
}

.c-login__text {
    font-size: 16px;
    margin-top: 4px;
    color: #fff;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .c-login__text {
        font-size: 11px;
    }
}

.c-login:hover .c-login__text {
    text-decoration: underline;
}

.c-login__registration {
    margin-left: 20px;
    text-decoration: underline;
}

.c-login__registration:hover {
    text-decoration: none;
}