body, html{
    height: 100%;
    background-repeat: no-repeat;
    background-color: #d3d3d3;
    font-family: 'Oxygen', sans-serif;
}

.appname{
    color: #000000;
    text-align: center;
}

.appnamedesc{
    color: black;
    text-align: center;
}

#colorstrip{
    padding: 0 0px;
    height: 0px;
    border-bottom:solid 84px white;
}

.header-login {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 84px;
    background-color: white;
    /*  text-align: left;*/
}

.header-login-right {
    background: url("../img/banners/header-login-right.png") no-repeat right center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 84px;
    background-color: white;
    text-align: right;
}

.logo-aprosoc {
    background: url("../img/banners/logo_aprosoc.png") no-repeat center center;
    padding-bottom: 120px;
    /*text-align: center;*/
    position: relative;
    left: 8%;
    height: 145px;
    width: 250px;
}


.footer-login-lb {
    background: url("../img/banners/footer-login-lb.png") no-repeat left center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 1rem;
    background-color: white;
    text-align: center;
    display:block;
}

.footer-login-ue {
    background: url("../img/banners/footer-login-ue.png") no-repeat center center;
    position: fixed;
    right: 0;
    bottom: 0px;
    left: 0;
    height: 50px;
    padding: 1rem;
    background-color: white;
    text-align: center;
    display:block;
}

.logo-brasao {
    background: url("../img/banners/brasao-angola.png") no-repeat center center;
    padding-bottom: 120px;
    text-align: center;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    /*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
    background-size: cover;
    transition: 1s opacity;
}

#polina { 
    font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
    font-weight:100; 
    font-size: 1.2rem;
    /*background: rgba(0,0,0,0.3);*/
    background: white;
    padding: 2rem;
    width: 33%;
    /*  margin:2rem;*/
    /*  float: right;*/
    float: left;
    position: relative;
    left: 40%;
    /*      opacity: 0.8;
        filter: alpha(opacity=80);  For IE8 and earlier*/
    margin-top: 100px;
    max-width: 330px;
}

@media screen and (max-width: 500px) { 
    #polina{
        width:90%;
        margin-top: -50% !important;
    } 
    video{
        display: none;
    }
}
@media screen and (max-device-width: 800px) {
    #bgvid { display: none; }
}
