/* Public Components */

.public-form-container {
    max-width: 600px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

.public-file-form-container {
    max-width: 1000px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

.public-ibox-content {
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.public-file-progressBar {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo-name-header {
    color: #e6e6e6;
    font-size: 160px;
    font-weight: 800;
    letter-spacing: -5px;
    margin-bottom: 0
}

#header {
   height: 60px;
}

.public-file-bar {
    height: 30px;
    background: #1ab394;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 14px;

}

