﻿html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.spiner-example {
    padding-top: 10px !important;
}

/*Essa classe define a cor do loader padrão*/
.sk-spinner-wave div {
    background-color: #2f4050 !important;
}

body {
    /*//background: #eee !important;
            //*/
}

.p1 {
    color: #c52d2d;
    margin: 0 0 0px;
    font-size: 12px;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-signin {
    padding: 15px 35px 15px;
    margin: 0 auto;
}

.form-signin-heading,
.checkbox {
    margin-bottom: 30px;
}

.checkbox {
    font-weight: normal;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.grandParentContainer {
    display: table;
    height: 100%;
    margin: 0px auto;
    width: 100%;
    position: fixed;
}

.parentContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.senhaVerify {
    margin: 1px 20px;
    display: flex;
    height: 15px;
    width: 90px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
}

@keyframes fraco {
    0% {
        width: 0%;
    }

    100% {
        width: 25%;
    }
}

@keyframes medio {
    0% {
        width: 25%;
    }

    100% {
        width: 50%;
    }
}

@keyframes bom {
    0% {
        width: 50%;
    }

    100% {
        width: 75%;
    }
}

@keyframes forte {
    0% {
        width: 75%;
    }

    100% {
        width: 100%;
    }
}

@keyframes changeImg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.LoginImage {
    display: block;
    position: fixed;
    min-height: 100%;
    min-width: 100%;
}

#bodyLoader {
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: 20%;
    margin-left: 45%;
    position: absolute;
}

.btn-login {
    border: 1px solid grey;
    background-color: #c0c0c0;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    margin: 5px;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    color: #337ab7;
    text-decoration: none;
}

.btn-login:hover {
    background-color: #c0c0c08f;
}

footer {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.contentDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    min-height: 235px;
    min-width: 320px;
    width: 25%;
    height: auto;
    padding: 30px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.55);
    border: 1px solid rgba(0,0,0,0.4);
}

@media screen and (max-device-width: 600px) {
    .LoginImage {
        position: absolute;
        height: 170%;
        width: auto;
    }

    .contentDiv {
        width: 70%;
    }

    h4 {
        margin: 50px 0 !important;
        font-size: 50px !important;
    }

 /*   .form-control {
        font-size: 39px !important;
        padding: 40px !important;
        margin: 40px 20px 20px 0px;
    }*/

   /* .btn {
        font-size: 35px !important;
        padding: 55px !important;
    }*/

    /*#entrar {
        margin: 70px 0;
    }
*/
    #bodyLoader {
        width: 100px;
        height: 100px;
        margin-top: 70% !important;
    }

    /*#logo {
        width: 525px !important;
    }
*/
    .sk-spinner-wave.sk-spinner {
        margin: 0px 0px;
        width: 200px;
        height: 140px;
        text-align: center;
        font-size: 25px;
    }

    #notValidated {
        font-size: 50px;
        padding: 40px;
    }

    .sk-spinner-wave div {
        width: 20px;
    }

    #openLoader {
        left: 40% !important;
        /* text-align: center; */
        /* display: none; */
        top: 300px !important;
    }
}
