﻿body {
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 0px;
  color: #303030;
  font-size: 14px;
}
img {
  max-width: 100%;
  display: block
}
a {
  text-decoration: none
}
a:hover {
  text-decoration: none
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.front-login-section {
    position: relative;
}
.front-login-section:after {
    content: '';
    background-image: url(../images/sales-login-bg.jpg);
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    background-position: center bottom;
}
.top-publication-section {
    text-align: center;
    margin: 20px 0;
}
.top-publication-section .publicacer-logo-center {}
.top-publication-section .publicacer-logo-center img {
    margin: 0 auto;
}
.top-publication-section h1 {
    margin: 14px 0 5px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 26px;
    color: #484848;
}
.top-publication-section p {
    font-size: 13px;
    color: #484848;
}
.top-publication-section h2 {
    color: #484848;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 15px 0 8px;
}
.top-publication-section h2 span {
    color: #33b553;
}
.top-publication-section .tagline {
    font-size: 13px;
    color: #484848;
}
.login-form-section {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #eaeaea;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 0 90px #dcdcdc;
}
.login-form-section h3 {
    text-align: center;
    margin: 10px 0 20px;
    font-weight: 300;
    font-size: 26px;
    color: #484848;
    text-transform: uppercase;
}
.login-form-section input[type="text"] {
    border: 0;
    border-bottom: solid 1px #bdbdbd;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 20px 6px 22px;
    height: 45px;
}
.login-form-section input[type="password"] {
    border: 0;
    border-bottom: solid 1px #bdbdbd;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 20px 6px 22px;
    height: 45px;
}
.login-form-section input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bdbdbd;
}
.login-form-section input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #bdbdbd;
}
.login-form-section input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #bdbdbd;
}
.login-form-section input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #bdbdbd;
}

.login-form-section input[type="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bdbdbd;
}
.login-form-section input[type="password"]::-moz-placeholder { /* Firefox 19+ */
  color: #bdbdbd;
}
.login-form-section input[type="password"]:-ms-input-placeholder { /* IE 10+ */
  color: #bdbdbd;
}
.login-form-section input[type="password"]:-moz-placeholder { /* Firefox 18- */
  color: #bdbdbd;
}
.remember-forgot-panel .colm-left {
    float: left;
}
.remember-forgot-panel .colm-right {
    float: right;
}
.remember-forgot-panel input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.remember-forgot-panel {
    margin: 25px 0 20px;
}
.remember-forgot-panel label {
    position: relative;
    cursor: pointer;
    font-weight: 300;
    color: #a2a2a2;
}
.remember-forgot-panel label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #33b453;
    border: 1px solid #33b453;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
}
.remember-forgot-panel input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.remember-forgot-panel a {
    color: #bdbdbd;
    text-decoration: none;
}
.login-form-section .form-group {
    margin-bottom: 20px;
    position: relative;
}
.submit-exit-panel button[type="submit"]{
    background: #515eac;
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 9px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 6px;
}
.submit-exit-panel button[type="submit"]:hover{
    background: #484848;
}
.row-table-panel {
    display: table;
    width: 100%;
}
.row-table-middle {
    display: table-cell;
    height: 55vh;
    vertical-align: middle;
}
.input-icons-show {
    position: absolute;
    top: 12px;
}
