﻿body {
}

.bg-recovery-password {
    background: linear-gradient(to right, rgb(201, 214, 255), rgb(226, 226, 226));
}

.logo-psw-footer {
    position: fixed;
    top: 92%;
    left: 2%;
}

.portlet-body {
    top: 35%;
    left: 35%;
    position: absolute;
    width: 500px;
}

.lock-avatar-block {
    float: right !important;
}

.lock-avatar {
    width: 110px;
    height: 110px;
    margin-top: 0px;
    height: 110px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

input {
    margin-top: 5px;
}

.blue {
    border: none;
    color: #fff;
    background-color: #3289C8;
}

    .blue:hover {
        color: #fff;
        background-color: #7CB1D8;
    }

@media (max-width: 773px) {
    #div-Avatar {
        display: none;
    }

    .portlet-body {
        left: 3%;
        position: absolute;
        width: 100%;
    }

    #btnLogar {
        margin-top: 10px;
    }

    .auth-box {
        width: 100% !important;
    }

    .logo-psw-footer {
        display: none;
    }
}

video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
}

.slogan {
    color: #d6a358;
}

.logo-1 {
    position: fixed;
    bottom: 0;
    top: 72%;
}

.brasao {
    max-width: 80px;
}

@media (max-width: 800px) {
    .teste {
        display: none;
    }
}
