@import url('https://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css');
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);

html {
    height: 100%;
}

.clear {
    clear: both;
}

.footer {
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, #303E45, #1E1F24);
    bottom: 0;
    position: fixed;
    padding: 1em;
    font-size: 0.7em;
}

.logo_susipe {
    align-items: center;
    align-content: center;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
}

body {
    /* Remember to use the other versions for IE 10 and older browsers! */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 98%;
    font-family: 'lato', sans-serif;
    color: #fff;
    background: #222222;
    background: #16222A; /* fallback for old browsers */
    /*PRODUÇÃO*/
    /*    background: -webkit-linear-gradient(to top, #16222A, #3A6073);
    background: linear-gradient(to top, #1E1F24, #303E45);
*/
    /*HOMOOGAÇÃO*/
    background: -webkit-linear-gradient(to top, #e6b442, #b58c2f);
    background: linear-gradient(to top, #e6b442, #b58c2f);
}

/* animation in form start */
.container {
    background: rgba(230, 230, 230, 0.5);
    border-radius: 50px 5px;
    box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, 0.1);
    width: 400px;
    height: 535px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 45vh;
    overflow: hidden;
}

    .container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 500px;
        height: 535px;
        background: linear-gradient(60deg, transparent, #9C7438, #9C7438);
        transform-origin: bottom right;
        animation: animate 6s linear infinite;
    }

    .container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 500px;
        height: 535px;
        background: linear-gradient(60deg, transparent, #9C7438, #9C7438);
        transform-origin: bottom right;
        animation: animate 6s linear infinite;
        animation-delay: -3s;
    }

/*.container_2 {
    background: rgba(230, 230, 230, 0.5);
    border-radius: 50px 5px;
    box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, 0.1);
    width: 400px;
    height: 615px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 45vh;
    overflow: hidden;
}

    .container_2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 400px;
        height: 615px;
        background: linear-gradient(60deg, transparent, #45f3ff, #45f3ff);
        transform-origin: bottom right;
        animation: animate 6s linear infinite;
    }

    .container_2::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 400px;
        height: 615px;
        background: linear-gradient(60deg, transparent, #9C7438, #9C7438);
        transform-origin: bottom right;
        animation: animate 6s linear infinite;
        animation-delay: -3s;
    }
*/

.box {
    position: absolute;
    inset: 4px;
    border-radius: 50px 5px;
    background-color: rgb(147 147 147);
    z-index: 10;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* animation in form end */

.containerx {
    background: rgba(230,230,230,0.2);
    border-radius: 5px;
    box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1);
    width: 400px;
    display: flex;
    flex-direction: column;
}

.logo {
    font-family: "museo-slab";
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.login-item {
    color: #ffff;
    padding: 5px;
    margin: 20px 20px 0;
    border-radius: 3px;
}

input {
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.user:before {
    content: '\f007';
    font: 14px fontawesome;
    color: #5b5b5b;
}

.lock:before {
    content: '\f023';
    font: 14px fontawesome;
    color: #5b5b5b;
}

.form input[type="password"], .form input[type="text"], .form input[type="submit"] {
    width: 100%;
}

.form-login label,
.form-login input[type="text"],
.form-login input[type="password"],
.form-login input[type="submit"] {
    border-radius: 0.25rem;
    padding: 1rem;
    color: #3A3F44;
}

.form-login label {
    background-color: #CCC;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.form-login input[type="text"], .form-login input[type="password"] {
    background-color: #ffffff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

    .form-login input[type="text"]:focus, .form-login input[type="text"]:hover, .form-login input[type="password"]:focus, .form-login input[type="password"]:hover {
        background-color: #eeeeee;
    }

.form-login input[type="submit"] {
    background-color: #2F373C;
    color: #B5903F;
    font-weight: bold;
    text-transform: uppercase;
}

    .form-login input[type="submit"]:focus, .form-login input[type="submit"]:hover {
        background-color: #9C7438;
        color: #2F373C;
    }

.form-ancora {
    width: 100%;
    text-align: center;
    border-radius: 0.25rem;
    padding: 1rem;
    color: #3A3F44;
    background-color: #2F373C;
    color: #B5903F;
    font-weight: bold;
    text-transform: uppercase;
}

    .form-ancora:hover {
        background-color: #9C7438;
        color: #2F373C;
    }

.linkCad_login {
    text-align: center;
    text-decoration: none;
    color: #2F373C;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif /*text-shadow:1px 1px #FFF*/;
}

    .linkCad_login:hover {
        text-decoration: underline;
        color: #9C7438;
    }

.form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.text--center {
    text-align: center;
}

.container {
    margin: 10px !important;
}
