﻿.login-main-site{
    background: url(images/fondo.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.summernote-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    margin-top : 20px!important;
    outline: none;
    height: 20px;
    width: 100%;
    /* font-size: 1rem;*/
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    cursor: text;
    display: inline-table;
}

.summernote-input p {
    padding: 0.0rem !important;
}

.note-editable li {
    list-style-type: decimal !important;
}

.summernote-input li {
    list-style-type: decimal !important;
    margin-left: 12px;
}
