/*.usuario {
    font-size: xx-large;
}*/


/*Formulario de Autenticacion*/

.cln-login {
    margin: auto;
    padding-top: 100px;
    width: 90% !important;
}

.form-login-cd {
    text-align: center;
    padding-top: 5%;
}

.form-login-cd p {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-login-cd p label {
    color: #333;
    font-size: 15px;
}

.form-login-cd p > .italic_text {
	font-size: 18px;
}

.form-login-cd p input[type=text],
input[type=password] {
    padding: 6px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
    height: 40px;
    width: 38%;
    border-radius: 6px;
}

.form-login-cd p .button-primary {
    padding: 6px;
    border: 0;
    color: #fff;
    background-color: #003772;
    height: 40px;
    width: 38%;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.form-login-cd p .button-primary:hover {
    color: #003772;
    background-color: transparent;
    border: 2px solid #003772;
}

.form-login-cd .login-password {
    position: relative;
}

.btn_eye {
    position: absolute;
    margin-top: 26px;
    margin-left: 220px;
    height: 40px;
    background: #003772;
    border: none;
    color: #FFFFFF;
    width: 35px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.main_title {
    display: none !important;
}

.alert {
    padding: 15px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 10px;
    margin-top: 25px;
}


/*Overlay Autenticacion*/

.has_overlay {
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
    background: rgba(241, 242, 243, 1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2 !important;
}

.input-group {
    position: relative;
    width: 100%;
}

.toggle {
    background: none;
    border: none;
    color: #337ab7;
    font-weight: 600;
    position: absolute;
    right: 32%;
    top: 2.9em;
    z-index: 1;
}


/*Style Head Roll*/

.lookroll {
    display: inline;
    padding-left: 10px;
    color: #FFFFFF;
    z-index: 9999;
}

.lookroll span {
    color: #FFFFFF;
    text-transform: capitalize;
}

.lookroll a img {
    height: 22px !important;
    vertical-align: middle;
    padding-left: 10px;
}

nav#top-menu-nav {
	float: none !important;
	display: inline-flex !important;
}

@media screen and (max-width: 980px) {
    .lookroll #nav_roll {
        display: none;
    }
    .closesessions img {
        vertical-align: middle;
        height: 24px;
        padding-left: 10px;
    }
    .toggle {
        right: 2%;
    }
}

@media screen and (max-width: 768px) {
    .form-login-cd p input[type=text],
    input[type=password] {
        width: 100% !important;
    }
}