body {
    background-image: url("../../resources/images/background-sgcloud.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 1000px) {
    body {
        height: 100vh;
    }
}

@media (max-width: 680px) {
    body {
        height: 115vh;
        background-position: center center;
    }
}

.ui-panel {
    border-radius: 0.5em !important;
}

.ui-panel .ui-panel-content {
    padding: 0px !important;
    width: 100% !important;
}

.btn-login {
    margin: 2px !important;
    padding: 5px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background: #1E4869 !important;
    border: 1px solid #1E4869 !important;
    color: white !important;
}
.btn-login:hover {
    background-color: #1B435E !important;
    border: 1px solid #1B435E !important;
}

.btn-cadastrar {
    font-size: 0.9em !important;
    margin: 2px !important;
    padding: 2px !important;
    background-color: rgba(175, 165, 126, 0.5) !important;
    border: none !important;
    border-radius: 70px !important;
    color: white !important;
}

.btn-cadastrar:hover {
    background-color: rgba(175, 165, 126, 0.5) !important;
    border: none !important;
}

.ui-fluid .ui-inputfield {
    padding-left: 15px !important;
}

input  {
    border-radius: 20px !important;
}

.ui-button {
    border-radius: 70px !important;
}

.panel-login {
    max-width: 900px;
    display: -webkit-box;
    margin: 1% auto 2% auto;
    background: rgba(255, 255, 255, 0.4) !important;
}
@media(min-width: 991px) {
    .panel-login {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }
}

.panel-solicitar-cadastro{
    display: -webkit-box;
    margin-top: 1%;
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 1%;
}

.col-login {
    text-align: left;
    margin-left: 18%;
    margin-right: 18%;
}

.panel-custom {
    display: table;
    position: relative;
    width: 100%;
}

.logo {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3em;
}

.logo img {
    position: relative;
    animation-name: img-logo-k;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes img-logo-k {
    from {
        right: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    to {
        right: 4px;
    }
}

.conteudo {
    float: right;
    width: 95%;
    display: inline-block;
}

.header {
    margin-bottom: 0;
    background: none;
}

.header img {
    opacity: 0.8;
}

.logo-login {
    margin: 4% !important;
}
.logo-login-sgcloud {
    margin: 20px 0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

@media (max-height: 550px) {
    .footer {
        position: relative;
        bottom: 0;
        width: auto;
        margin-top: 2%;
    }
}

@media(max-width: 630px) {
    .logo {
        position: relative;
        float: none;
        margin-top: 0%;
        left: 0;
        top: 0;
        text-align: center;
    }

    .panel-custom {
        display: grid;
    }

    .logo {
        padding-left: 0;
    }

    .conteudo {
        float: none;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .panel-login {
        margin-top: 0;
        margin-left: 1%;
        margin-right: 1%;
    }

    .col-login {
        text-align: left;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media (max-width: 991px) {
    .panel-custom {
        display: block;
    }
    .logo-login-sgcloud {
        display: none;
    }
    .logo {
        text-align: center;
        display: block;
        margin: 5%;
    }
    .panel-login {
        margin-top: 0;
        margin-left:6%;
        margin-right: 6%;
    }

    .col-login {
        text-align: left;
        margin-left: 8%;
        margin-right: 8%;
    }
}