/*.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: 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% !important;
    border-radius: 6px;
}

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

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

.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: 0 0 !important;
    border: none !important;
    color: #337ab7;
    font-weight: 600;
    position: absolute;
    right: 30.5%;
    top: 2em !important;
    z-index: 1;
    width: 10px !important;
    height: 10px !important;
}

.form-login-cd button:hover {
    color: #4fac2f !important;
}

.form-login-cd active:hover {
    color: #4fac2f !important;
}

.form-login-cd button:focus {
    outline: none !important;
}


/*Style Head Roll*/

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

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

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

.list-item {
    border: solid 1px white;
    display: grid;
    grid-template-columns: 7fr 7fr 8fr 5fr;
    padding: 11px;
    text-align: center;
}

​ .list-container {
    background: lightgray;
}

​ .enter-button {
    background: #539b31;
    color: white;
    width: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 29px;
    height: 40px;
    font-weight: normal;
}

​ .list-title {
    font-weight: 500;
}

​ .search-box {
    display: grid;
    grid-template-columns: 20fr 10fr;
}

​ .search-box input[type="text"] {
    border: solid 1px;
}

​ .search-box span {
    margin-left: 5px;
    background: #5a9b1d;
    width: 60px;
    border-radius: 12px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
}

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