﻿.feedback-input {
    /*color: white;*/
    font-weight: 500;
    /*font-size: 18px;*/
    /*border-radius: 5px;*/
    line-height: 22px;
    /*transition: all 0.3s;*/
    padding: 8px;
    margin-bottom: 5px;
    width: 100%;
    /*box-sizing: border-box;*/
    /*outline: 0;*/
    /*border-color: #090088;*/
}

    .feedback-input:focus {
        border: 2px solid #CC4949;
    }

textarea {
    height: 80px;
    line-height: 150%;
    resize: vertical;
}

.lblError {
    color: red;
}

[id="submit_feedback"] {
    width: 100%;
    background: #090088;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: all 0.3s;
    font-weight: 700;
}

    [id="submit_feedback"]:hover {
        background: #e31e25;
    }

.bg-dark {
    background-color: #d2f1fb !important;
}

.space-img-qr {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
