main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#login-top {
    padding-bottom: 70px;
    background-image: url('../../../../images/dc_modulos/admin/login-shadow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
#login-top form,
#login-top #login-top-cont {
    max-width: 415px;
    border-radius: 5px;
    margin: 20px auto 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    overflow: hidden;
}
#login-top form > div:first-of-type,
#login-top #login-top-cont > div:first-of-type {
    height: 40px;
    background-position: center;
}
#login-top form > div:last-of-type,
#login-top #login-top-cont > div:last-of-type {
    padding: 25px;
}
#login-top form h1,
#login-top #login-top-cont h1 {
    color: #6f6f6e;
    font-size: 28px;
}
#login-top form .control-label {
    text-transform: none;
}
#login-top form .tx-grey {
    font-weight: 400;
}
#login-top form .lnk-blue {
    font-weight: 400;
}
#login-top form .btn-corp,
#login-top #login-top-cont .btn-corp {
    margin-top: 15px;
    font-size: 18px;
}
#login-top form .btn-white {
    border-color: #a2823c;
    margin-top: 10px;
    font-size: 14px;
}
#login-bottom {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    text-align: center;
}
#login-bottom a + a {
    margin-left: 20px;
}