
.login-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh
}

.login-content .logo {
    margin-bottom: 40px;
    font-family: 'Niconne';
    color: #fff
}

.login-content .logo h1 {
    font-size: 52px
}

.login-content .login-box {
    position: relative;
    min-width: 400px;
    min-height: 390px;
    background-color: #fff;
    box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    -webkit-perspective: 800px;
    perspective: 800px;
    transition: all 0.5s ease-in-out
}

.login-content .login-box .login-head {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.login-content .login-box label {
    color: #666
}

.login-content .login-box .utility {
    display: -ms-flexbox;
    display: flex;
    padding: 1px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.login-content .login-box .btn-container {
    margin-bottom: 0
}

.login-content .login-box .login-form,
.login-content .login-box .forget-form {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s ease-in-out
}

.login-content .login-box .forget-form {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.login-content .login-box.flipped {
    min-height: 300px
}

.login-content .login-box.flipped .login-form {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.login-content .login-box.flipped .forget-form {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

@media (max-width: 351px) {
    .login-content .login-box {
        min-width: 100%
    }
    .login-content .login-box .login-form,
    .login-content .login-box .forget-form {
        width: 100%
    }
}


.login-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh
}
.form-group {
    margin-bottom: 14px;
}

.login-content .logo {
    margin-bottom: 15px;
    font-family: 'Niconne';
    color: #fff
}

.login-content .logo h1 {
    font-size: 52px
}

.login-content .login-box {
    position: relative;
    min-width: 350px;
    min-height: 300px;
    background-color: #fff;
    box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-perspective: 800px;
    perspective: 800px;
    transition: all 0.5s ease-in-out
}

.login-content .login-box .login-head {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.login-content .login-box label {
    color: #666
}

.login-content .login-box .utility {
    display: -ms-flexbox;
    display: flex;
    padding: 1px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.login-content .login-box .btn-container {
    margin-bottom: 0
}

.login-content .login-box .login-form,
.login-content .login-box .forget-form,
.contact-box .forget-form,
.contact-box .contact-form
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s ease-in-out
}

.contact-box .forget-form,
.contact-box .contact-form
{
    top: 120px;
}

.login-content .login-box .forget-form,
.contact-box .contact-form 
{
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.login-content .login-box.flipped {
    min-height: 300px
}

.login-content .login-box.flipped .login-form,
.contact-box.flipped .forget-form
 {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.login-content .login-box.flipped .forget-form,
.contact-box.flipped .contact-form
 {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.ball {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
}

.ball1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    };
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    };
}

.form-password {
    display: none;
}

.identityBanner {
    height: 40px;
    background: #f2f2f2;
    margin: 28px -40px 6px -39px;
    padding: 0 36px;
}
.identity {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-align: right; */
    font-size: 18px;
    /*margin-left: 58px;*/
    width: calc(100% - 56px);
}
.profile-photo {
    height: 60px;
    width: 50px;
    margin-top: -54px;
    /* border-radius: 50%; */
    overflow: hidden;
    float: right;
    font-size: 44px;
}
.profile-photo i {

    background: #ffffff;
    border-radius: 50%;
    color: #36cdff;
}
.loadingProcess {
    display: none;
}

/*Tela*/

.material-half-bg {
    background-color: #fff; 
}


.login-content .login-box .login-head {
    margin-top: 24px;
    color: #9c9999;
    margin-bottom: 8px;
    padding-bottom: 0px;
    border-bottom: none;
    text-align: left;
}

.utility {
    margin-top: 6px;
}

.login-input {
    border: 0.6px solid #c7c7c7;
    font-size: 20px;
    padding: 0 10px;
    height: 40px;
    border-radius: 7px;
}

.email-usuario {
    padding: 7px 40px;
    font-size: 14px;
    background-color: #ececec;
    margin-left: -40px;
    margin-right: -41px;
}

.btn {
    text-transform: none;
    border-radius: 9px;
    background: #ffffff00;
    border: 1px solid #058dba;
    color: #058dba;
    font-size: 17px;
    text-transform: uppercase;
}
.btn:hover {
    text-transform: none;
    border-radius: 9px;
    background: #36cdff;
    border: 1px solid #058dba;
    color: #FFF;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4);
    font-size: 17px;
    text-transform: uppercase;
}

form {
    background-color: white;
}

/*.form-control {
    border: none;
    border-bottom: 1px solid #b2ecff;
    font-size: 14px;
    }*/

    .form-control:focus {
        border: 1px solid #36cdff;
    }

    body {
        overflow: hidden;
    }

    footer {
        bottom: 0;
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .card-logn {
        padding: 30px;
    }
    .list-group li {
        display: block;
    }

    .content-info {
        color: #8f8d8d;
        background: #FFF;
        height: 100vh;
    }

    .logo-i {
        margin-right: 20px;
    }

    .logo-mil {
        margin-left: 20px;
    }

    .btn-float {
        position: fixed;
        bottom: 1rem;
        right: 1rem;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 36px;
        border: 1px solid #c4f0ff;
        color: #c4f0ff;
        text-align: center;
    }

.modal-login-info {
    padding: 0 !important;
}
.modal-login-info button {
    float: right;
}
.modal-login-info .footer {
    /*bottom: 0;*/
    width: 100%;
    position: fixed;
    padding: 5px 15px;
}
.modal-login-info .header {
    padding: 20px;
}
.modal-login-info .modal-dialog {
    margin: 0;
}
.modal-login-info .modal-content {
 height: 100vh;
 border-radius: 0;
}