/*
 * Specific styles of signin component
 */
/*
 * General styles
 */

.btn {
    cursor: pointer;
}
a:focus, a:hover {
    text-decoration: none;
}
.form-text {
    font-size: .9em;
}

.footer {
    width: 100%;
    margin: 0;
    /*bottom: 2em;*/
    text-align: center;
    /*position: absolute;*/
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.footer .form-text {
    font-size: .7em;
}

.footer img {
    height: 2.5em;
}
.img-fluid {
    height: 100vh !important;
    width: 100%;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.global-loading{
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent!important;
    color: transparent;
    cursor: default;
    box-sizing: border-box;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    border-left-color: rgb(48, 133, 214);
    border-right-color: rgb(48, 133, 214);
    font-size: 1.0625em;
    font-weight: 500;
    box-shadow: none;
}
/*
 * Card component
 */
.card {
    max-width: 400px;
    padding: 40px 40px;
    margin: 0 auto 25px;
    margin-top: 50px;
    border: none;
    padding-bottom: 0;
}

.card_2{
    margin-top: 0px;
}

.profile-img-card {
    margin: 0 auto 10px;
    display: block;
    border-radius: .5em;
    background: #D1D1D1;
}

.profile-img-card_2 {
    border-radius: 0;
    margin: 0 auto 10px;
    display: block;
    background: #D1D1D1;
}


/*
 * Form styles
 */

.header_empresa{
    padding: 3.5em;
    height: 2em;
    background: #D1D1D1;
    padding-left: 10%;
    padding-right: 10%;
    box-shadow: 0px 3px 5px #888
}

.header_line{
    padding: 1.5em;
    height: 2em;
    background: #D1D1D1;
    padding-left: 10%;
    padding-right: 10%;
    box-shadow: 0px 3px 5px #888
}

.header_img{
    background: #D1D1D1;
    margin: 0 auto;
    width: 230px;
    height: 90px;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    box-shadow: 0 3px 6px -2px #1d1d1d;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}
.header_img > img {
    margin: 0;
}
.header_img_2{
    margin: 0 auto;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.form-signin .form-control{
    border: 1px solid rgb(238, 238, 238);
}
.form-signin .form-control:focus {
    background-color: #fff !important;
}
.form-signin label {
    font-size: .9em;
    font-weight: 600;
}

.profile-name-card {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
    min-height: 1em;
    text-shadow: 0 0 1px #8c8c8c;
}
.profile-plus {
    width: 100%;
    text-align: center;
    margin-top: 1.2em;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #D1D1D1;
    font-size: 0.8em !important;
}

.btn.btn-signin {
    background-color: #D1D1D1;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    padding: 1.5em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    margin: 20px auto auto;
    max-width: 200px;
}
.btn.btn-signin:hover{
    box-shadow: 0 0 4px 1px #888;
}

/* ---------------------------------------------------
     MODAL STYLE
----------------------------------------------------- */
.modal-header {
    background-color: #0081c2;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    color: white;
}
.modal-content{
    border-radius: .5em;
}
.close {
    opacity: 1;
    color: white;
}
.modal-body span {
    color: #939393;
    font-size: 11px;
}
.logo-info{
    max-height: 5em;
    margin-bottom: 2em;
}
.logo-form{
    max-height: 2em;
}

/* ---------------------------------------------------
     MODULOS STYLE
----------------------------------------------------- */
.modulos {
    position: fixed;
    top: 25%;
    width: 6em;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #eeeeee;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
}
.modulos .btn {
    width: 100%;
    background: #fff;
    color: rgba(0,0,0,.7);
    margin-top: 5px;
    margin-bottom: 5px;
}
.modulos .btn .icon {
    font-size: 1.3em;
    color: #fff;
}
.modulos .btn h6 {
    font-size: 0.8em;
    margin: 0;
}
/* ---------------------------------------------------
     ALERT STYLE
----------------------------------------------------- */

.alert {
    position: fixed;
    top: 0px;
    z-index: 1;
    margin-top: 1em;
    margin-right: 1em;
    font-weight: 600;
    right: 0;
    transition: all 0.3s;
}

/* ---------------------------------------------------
     CAPTCHA STYLE
----------------------------------------------------- */
.g-recaptcha  {
    transform:scale(0.77);
}
#rc-imageselect{
    transform:scale(0.77);
    transform-origin: 0 0;
}

@media only screen and (max-width: 767px){
    .modulos {
        display: none;
    }
}
/* ---------------------------------------------------
     LOADER STYLE
----------------------------------------------------- */
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: white;
    z-index: 1000;
}
.loader img {
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
}
.bold{
    font-weight: bold;
}
#profile-img{
    max-width: 100%;
    max-height: 100%;
}