﻿
body {
    opacity: 0;
}

    body:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: -webkit-gradient(linear, left top, right bottom, from(#D7BBEA), to(#65A8F1));
        background: linear-gradient(to bottom right, #D7BBEA, #65A8F1);
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }

.all-wrapper.with-pattern {
    background-image: url("../img/bg-pattern2.png");
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    background-size: contain;
    background-repeat: repeat;
    background-position: 0 0;
}

.input_group_text_app {
    background-color: #54a5f80d !important;
}
