/**
    module: seminar
    date: 2018-03-19
    developer: pslxyrxlsp@gmail.com
*/
html {
    background-color: rgba(255, 255, 255, .15);
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 767px) {
    .panel-body-footer {
        padding: 15px;
        background-color: #758081;
        border-color: transparent;
        color: #ffffff;
        height: 800px !important;
    }
    img.pslxyrxlsp_capcha_image {
        width: 50%; 
        height: auto;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .panel-body-footer {
        padding: 15px;
        background-color: #758081;
        border-color: transparent;
        color: #ffffff;
        height: 300px !important;
    }
    img.pslxyrxlsp_capcha_image {
        width: 50%;
        height: auto;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .panel-body-footer {
        padding: 15px;
        background-color: #758081;
        border-color: transparent;
        color: #ffffff;
        height: 300px !important;
    }
}

.input-group-addon.pslxyrxlsp-input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #d3eefb;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 20px;
}

fieldset {
    min-width: 0;
    padding: 15px;
    margin: 0;
    border: 0;
}
