@font-face {
    font-family: 'Roboto';
/*    src:  local('Roboto'), url('https://roboto-webfont.googlecode.com/files/Roboto-Regular-webfont.woff') format('woff');*/
    src: url('../../fonts/Roboto-Regular-webfont.eot');  /*IE9 Compat Modes */
    src: url('../../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../../fonts/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
/*    src: local('Roboto'), url('https://roboto-webfont.googlecode.com/files/Roboto-Italic-webfont.woff') format('woff');*/
	src: url('../../fonts/Roboto-Italic-webfont.eot');  /*IE9 Compat Modes */
    src: url('../../fonts/Roboto-Italic-webfont.woff') format('woff'),
       	 url('../../fonts/Roboto-Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
/*    src: local('Roboto'), url('https://roboto-webfont.googlecode.com/files/Roboto-Bold-webfont.woff') format('woff');*/
    src: url('../../fonts/Roboto-Bold-webfont.eot');  /*IE9 Compat Modes */
    src: url('../../fonts/Roboto-Bold-webfont.woff') format('woff'),
       	 url('../../fonts/Roboto-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
/*    src: local('Roboto'), url('https://roboto-webfont.googlecode.com/files/Roboto-BoldItalic-webfont.woff') format('woff');*/
    src: url('../../fonts/Roboto-BoldItalic-webfont.eot');  /*IE9 Compat Modes */
    src: url('../../fonts/Roboto-BoldItalic-webfont.woff') format('woff'),
       	 url('../../fonts/Roboto-BoldItalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
li.nav-item {
    max-width: 100% !important;
}

.vform label, .hform label, .notificacion label{
    display: block;
    font-weight: normal !important;
    font-size: initial !important;
}   
a.nav-link {
    background-color: #307ebf;
    color: white !important;
}

.user-panel img {
    width: 2rem !important;
}

.brand-link {
    padding: 0.8rem 0.1rem !important;
}

.content-wrapper {
    background: white !important;
}

.hm-login {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.hm-login__title-head {
  width: 100%;
  padding-left: 15px;
}

.hm-login__title {
  text-align: center;
  border-bottom: 0;
}

.hm-login__form, .hm-login__new-user {
  margin-bottom: 20px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hm-login__new-user .descripcion {
  margin-top: 20px;
}

.hm-login__form .descripcion {
  text-align: center;
}

.hm-login__form .vform {
  width: 100%;
}

.hm-login__form .vform .button {
  margin-top: 30px;
}

.hm-login__remember {
  padding: 10px 15px;
  background-color: #f8f8f8;
  text-align: center;
  margin-top: 1em;
}

.hm-login__remember a {
  font-size: .9rem;
}

.hm-login__benefits-list {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hm-login__benefit {
  padding: 10px 40px;
  padding-right: 0;
}

.hm-login__benefit p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.hm-login__new-user-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 48rem) {
  .hm-login {
    flex-direction: row;
    align-items: flex-start;
  }
  .hm-login__form, .hm-login__new-user {
    width: 50%;
  }
  .hm-login__form {
    border-right: 3px solid #d5d3d3;
  }
  .hm-login__form .vform {
    width: 80%;
  }
  .hm-login__new-user-wrapper {
    width: 80%;
  }
}

@media (min-width: 62rem) {
  .hm-login__form .vform {
    width: 60%;
  }
  .hm-login__new-user-wrapper {
    width: 60%;
  }
}