  @import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,700,800);

  body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #000;
  }

  body p {
    font-size: 16px;
    color: #022562 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 22px;
  }

  html {
    height: 100%;
  }

  a:hover {
    outline: none;
    text-decoration: none;
  }

  a:focus {
    outline: none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .overflow {
    overflow: hidden;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .btn-common {
    font-size: 14px;
    color: #31ace2;
    border: 1px solid #31ace2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 10px 25px;
  }

  #action .col-sm-5 {
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }

  .btn-common:hover,
  .btn-common:focus {
    outline: none;
    background: none;
    box-shadow: none;
    color: #31ace2;
    border-color: #31ace2;
  }

  .align-right {
    text-align: right;
  }

  .inline {
    display: inline-block;
  }

  .padding {
    padding: 65px 0;
  }

  .padding-bottom {
    padding-bottom: 65px;
  }

  .padding-top {
    padding-top: 90px;
  }

  .padding-right {
    padding-right: 80px;
  }

  .padding-left {
    padding-left: 80px;
  }

  .margin-bottom {
    margin-bottom: 35px;
  }

  #header {
    margin-bottom: 0;
    padding: 0 0 60px 0;
  }

  #header .navbar-inverse .container {
    position: relative;
  }

  #header .navbar {
    background: #fff;
    border: 0;
    margin-bottom: 0;
  }

  #header .navbar-toggle {
    margin-top: 20px;
  }

  #header .navbar-brand {
    padding: 0;
    margin-left: 0;
  }

  #header .navbar-brand h1 {
    padding: 0;
    margin: 0;
  }

  .form-control {
    border: 1px solid #eaeaea;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    height: 40px;
  }

  .form-control:hover,
  .form-control:focus {
    border-color: #31ACE2;
    outline: none;
    box-shadow: none;
  }

  #action {
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 157px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
  }

  .vertical-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: statice;
  }

  .action h1 {
    margin-top: 0;
  }

  .action p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 300;
  }

  .action .btn-common {
    margin-top: 55px;
    float: left;
  }

  .navbar-default {
    background: none;
    padding: 0;
  }

  .navbar-default li a {
    font-size: 12px;
    padding: 0;
    padding-right: 15px;
  }

  .navbar-default li a i {
    padding-right: 8px;
  }

  .navbar-default li a:hover {
    color: #0884d5;
    background: none;
  }

  .top_box_titles {
    color: #31ace2;
  }

  #action {
    background-color: #EBE0E1;
    background-image: none;
  }

  #action,
  .section_title {
    color: #602943;
    margin: 0;
  }

  strong {
    font-weight: 800;
  }

  input.btn-common,
  input.btn-common:hover {
    background-color: #31ace2;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    border-color: #31ace2;
  }

  .right-section {
    padding-left: 50px;
  }

  #header {
    padding: 0 0 45px 0;
  }

  #footer {
    min-height: 80px;
    padding: 30px 0;
    font-size: 14px;
    color: #022562;
  }

  #footer a {
    color: #022562;
  }

  .viasat_logo-container {
    display: inline-flex;
    justify-content: flex-end;
  }

  .loginpage-image {
    max-height: 630px;
  }

  .login-card-title {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    left: 10px;
    bottom: 8px;
    font-weight: 500;
  }

  .background_blue {
    background-color: #022562;
  }

  .background_gray {
    background-color: #eff1f4 !important;
  }

  .form_contact {
    font-size: 16px;
    color: #444 !important;
    background-color: #f7f7f7;
  }

  .section_title {
    color: #FFF;
  }

  .p-l-0 {
    padding-left: 0 !important;
  }

  .color_blue {
    color: #022562;
  }

  #action {
    background-color: #eff1f4 !important;
  }

  .box_info p {
    color: #022562 !important;
    font-family: 'Montserrat';
  }

  #header .navbar {
    background: #fff;
    border: 0;
    margin-bottom: 0;
  }

  .p-r-0 {
    padding-right: 0px;
  }

  .p-t-20 {
    padding-top: 20px;
  }

  .p-t-40 {
    padding-top: 20px;
  }

  .p-t-30 {
    padding-top: 30px;
  }

  .p-t-40 {
    padding-top: 40px;
  }

  .p-t-60 {
    padding-top: 60px;
  }

  .p-b-20 {
    padding-bottom: 20px;
  }

  .p-b-40 {
    padding-bottom: 40px;
  }

  .p-b-60 {
    padding-bottom: 60px;
  }

  .m-t-60 {
    margin-top: 60px;
  }

  .m-t-10 {
    margin-top: 10px;
  }

  .text-white {
    color: white !important;
  }

  .box_accesso {
    background-color: #FFF;
    padding: 30px;
    min-height: 630px;
    margin-bottom: 60px;
  }

  .f-w {
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
  }

  .cls_label_input {
    padding-bottom: 5px;
    color: #022562;
    text-transform: uppercase;
  }

  .cls_btn_input {
    font-family: 'Montserrat';
    border-radius: 2em !important;
    background-color: #31ace2;
    color: #FFF;
    font-weight: 600;
    min-width: 120px;
  }

  .cls_btn_input:hover {
    color: white;
    background-color: #46bff3;
  }

  .section_box_blue {
    background-color: #022562;
    min-height: 200px;
    padding-top: 40px;
  }

  .section_box_blue h1 {
    color: #FFF !important;
  }

  .section_box_blue p {
    color: #FFF !important;
    font-size: 18px;
  }

  .section_box_blue ul {
    color: #FFF !important;
    font-size: 18px;
    list-style: disc;
    padding-left: 20px;
  }

  button {
    padding: 2px;
    border: none;
    background-color: transparent;
  }

  .cls_check {
    font-size: 14px;
    line-height: 15px;
  }

  @media only screen and (max-width:1200px) {
    .box_accesso {
      min-height: 596.5px;
    }
  }

  @media only screen and (max-width:992px) {
 
    #header .navbar-brand {
      float: none;
    }
    .cls_row_box {
      display: flex;
      flex-flow: column-reverse;
      padding-bottom: 60px;
    }

    .navbar-header {
      float: none;
    }

    .navbar-left,
    .navbar-right {
      float: none !important;
    }

    .navbar-toggle {
      display: block;
    }

    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }

    .navbar-nav {
      float: none !important;
      margin-top: 7.5px;
    }

    .navbar-nav>li {
      float: none;
    }

    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    #header .navbar-inverse .navbar-toggle,
    #header .navbar-inverse .navbar-toggle:focus {
      border-color: #00aeef;
      margin-top: 15px;
      margin-right: 5px;
      outline: none;
    }

    .navbar-header .navbar-toggle .icon-bar {
      background-color: #00aeef;
    }

    #header .navbar-inverse .navbar-toggle:hover {
      background: #00aeef;
    }

    #header .navbar-inverse .navbar-toggle:hover .icon-bar {
      background: #fff;
    }

    .navbar.navbar-inverse {
      margin-top: 20px;
      padding-left: 15px;
      padding-right: 15px;
    }

    .loginpage-image {
      margin: auto;
      max-height: none;
    }

    .viasat_logo-container {
      justify-content: center;
      width: 100%;
    }

    .viasat_logo {
      width: 120px;
    }

    .gorent_logo-container {
      margin-bottom: 20px;
    }

    .gorent_logo {
      width: 300px;
      height: auto;
      margin: auto;
    }

  }