﻿/**{padding: 0; margin: 0;}*/

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25434d+0,1a2e35+79 */
    background: #323B52; /* Old browsers fallback */
    background: radial-gradient(circle, #323B52 0%, #1D2331 50%, #0f121a 100%); /* Modern browsers */
    background-size: cover;
    height: 100vh;
    font-family: 'Roboto', sans-serif !important;
}

.conteudo {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.conteudo-centralizado {
    display: table-cell;
    vertical-align: middle;
}

.beta-box {
    background-color: #ef4544;
    background-color: var(--vermelho);
    height: 32px;
    line-height: 32px;
    width: 208px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    letter-spacing: 5px;
    transform: rotate(-45deg);
    position: absolute;
    top: -4px;
    left: -92px;
    margin: 50px;
    user-select: none;
    z-index: 1;
}

.logo-to {
    color: #ddd;
    font-size: 70px;
    text-align: center;
    font-weight: 100;
    font-family: 'Kartika Normal';
    text-rendering: optimizeLegibility;
    overflow: hidden;
}

    .logo-to img {
        width: 190px;
    }

.main-box {
    width: 360px;
    background-color: #414d65;
    color: #fff;
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 25px;
    border-radius: 10px;
}

    .main-box:not(.dynamic) {
        height: 440px;
    }

    .main-box img, .main-box .avatar.relogin {
        margin-left: 50%;
        transform: translate(-50%, 0);
    }

    .main-box .btn-principal {
        /*font-size: 23px;*/
        width: 320px;
        height: 41px;
        padding: 11px;
        line-height: 17px;
    }

    .main-box .form-control{
        height: 39px;
    }

.login-label {
    font-weight: 400;
    font-size: 23px;
}

.avatar {
    width: 110px;
    height: 110px;
    user-select: none;
    pointer-events: none;
    /*box-shadow: #ffffff90 0 4px 10px -5px, #121620 0 -4px 10px -5px;*/
    border-radius: 50%;
    color: #121620;
}

.avatar.relogin {
    border-radius: 50%;
    border: 3px solid var(--amarelo);
}

.div-horario {
    color: #fff;
    height: 142px;
    text-align: center;
}

#spanTime {
    font-size: 73px;
    font-weight: 400;
}

#spanDate {
    font-size: 22px;
    font-weight: 300;
}

@media only screen and (max-height: 720px) {
    .div-horario {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    body {
        background: #414d65 !important;
        background-color: #414d65 !important;
    }
    .main-box{
        width: 100%;
        border-radius: 0;
    }
}