﻿.appform {
    /*background: rgba(255,255,255,0.75);*/
}

.blurred-box {
    position: relative;
    width: 750px;
    height: 350px;
    top: calc(50% - 175px);
    left: calc(50% - 125px);
    background: inherit;
    border-radius: 2px;
    overflow: hidden;
}

    .blurred-box:after {
        content: '';
        width: 300px;
        height: 300px;
        background: inherit;
        position: absolute;
        left: -25px;
        left position right: 0;
        top: -25px;
        top position bottom: 0;
        box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
        filter: blur(10px);
    }

/***** Footer *****/

.footer-top {
    padding: 60px 0;
    background: #333;
    text-align: left;
    color: #aaa;
}

    .footer-top h3 {
        padding-bottom: 10px;
        color: #fff;
    }

.footer-about img.logo-footer {
    max-width: 74px;
    margin-top: 0;
    margin-bottom: 18px;
}

.footer-about p a {
    border: 0;
}

    .footer-about p a:hover, .footer-about p a:focus {
        border: 0;
    }

.footer-contact p {
    word-wrap: break-word;
}

.footer-contact i {
    padding-right: 10px;
    font-size: 18px;
    color: #666;
}

.footer-contact p a {
    border: 0;
}

    .footer-contact p a:hover, .footer-contact p a:focus {
        border: 0;
    }

.footer-links a {
    color: #aaa;
    border: 0;
}

    .footer-links a:hover, .footer-links a:focus {
        color: #fff;
    }

.footer-bottom {
    /*padding: 15px 0 17px 0;*/
    background-color: cadetblue;
    text-align: left;
    color: #aaa;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.footer-social {
    padding-top: 3px;
    text-align: right;
}

    .footer-social a {
        margin-left: 20px;
        color: #777;
        border: 0;
    }

        .footer-social a:hover, .footer-social a:focus {
            color: #79a05f;
            border: 0;
        }

    .footer-social i {
        font-size: 24px;
        vertical-align: middle;
    }

.footer-copyright {
    /*padding-top: 5px;*/
    margin-left:10px;
    margin-top:15px;
    vertical-align: middle;
}

    .footer-copyright a {
        color: #fff;
        border: 0;
    }

        .footer-copyright a:hover, .footer-copyright a:focus {
            color: #aaa;
            border: 0;
        }