[x-cloak] { display: none; }
body{
    font-size: 15px;
}
body{
    height: 100%;
    background-image: url('../img/fondo_login.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
p, trix-editor div{
	margin-bottom: 15px;
}

ol{margin-bottom: 15px; margin-top: 0;}
ol>li {
    margin-left: 8px;
	margin-bottom: 5px;
    list-style-type:none;
    counter-increment:item;
  }
   
  ol>li:before {
    display:inline-block;
    width:1.5em;
    padding-right:0.5em;
    font-weight:bold;
    text-align:right;
    content:counter(item) ".";
  }

ul{margin-bottom: 15px;margin-top: 0;}
ul li{
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 5px;
}

ul li strong{
	color: #008EE2;	
}

/*SUN EDITOR*/
.sun-editor {
	border-radius: 8px 8px 8px 8px;
    font-family: "Open Sans", sans-serif!important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.sun-editor .se-toolbar {
	font-family: "Open Sans", sans-serif;
	background-color: #ffffff;
    border-radius: 8px 8px 0 0;
}

.sun-editor .sun-editor-editable {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #333;
	background-color: rgb(252, 253, 254);
	line-height: 1.5;
	word-break: normal;
	word-wrap: break-word;
	padding: 16px;
	margin: 0;
}

.sun-editor .se-resizing-bar {
	border-radius: 0px 0px 8px 8px;
}