<style>

/* FONT PROXIMA */

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('font/ProximaNova-Bold.eot');
    src: url('font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/ProximaNova-Bold.woff2') format('woff2'),
        url('font/ProximaNova-Bold.woff') format('woff'),
        url('font/ProximaNova-Bold.ttf') format('truetype'),
        url('font/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    color:  #000000 !important;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('font/ProximaNova-BoldIt.eot');
    src: url('font/ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'),
        url('font/ProximaNova-BoldIt.woff2') format('woff2'),
        url('font/ProximaNova-BoldIt.woff') format('woff'),
        url('font/ProximaNova-BoldIt.ttf') format('truetype'),
        url('font/ProximaNova-BoldIt.svg#ProximaNova-BoldIt') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    color:  #000000 !important;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('font/ProximaNova-Light.eot');
    src: url('font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('font/ProximaNova-Light.woff2') format('woff2'),
        url('font/ProximaNova-Light.woff') format('woff'),
        url('font/ProximaNova-Light.ttf') format('truetype'),
        url('font/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    color:  #000000 !important;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('font/ProximaNova-Regular.eot');
    src: url('font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/ProximaNova-Regular.woff2') format('woff2'),
        url('font/ProximaNova-Regular.woff') format('woff'),
        url('font/ProximaNova-Regular.ttf') format('truetype'),
        url('font/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color:  #000000 !important;
}

html {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Proxima Nova Lt' !important;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

a {color: #FFFFFF;}

#content {
  background-color: #0649B9;
  background: #0649B9;
  width: auto;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.post-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 500px;
  max-width: 800px;
}

.post-content-white {
  background-color: #FFFFFF;
  background: #FFFFFF;
  float: left;
  width: 100%;
  padding: 30px 0px;
  display: flex;
  margin-top: 10px;
  -webkit-border-radius: 8px;
border-radius: 8px;
}

.col_1, .col_3 {width: 29%; float: left; text-align: left; position: relative; flex-direction: column;}

.col_2 {width: 41%; float: left; flex-direction: column;}

.col_70 {width: 70%; float: left;}

.col_50 {width: 50%; float: left;}

.col_30 {width: 30%; float: left;}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.white {color: #FFFFFF;}

.logo {width: 300px; margin-bottom: 30px}

::placeholder {
  color: #4D4D4D !important;
}

.font-size_14 {font-size: 14px;}

p {
  font-family: 'Proxima Nova Lt' !important;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 18px;
}

h2 {
  font-family: 'Proxima Nova Lt' !important;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 30px;
  font-size: 39px;
  color: #FFFFFF;
}

.distribuited {
  float: left;
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.distribuited_img {
  width: 120px;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0px 8px 8px;
  border: 0px;
  font-size: 15px;
  color: #000000;
}

input[type=checkbox] {
  margin-left: 1px;
}

.icon {
  padding: 10px 0px;
  background: #ffffff;
  color: #0649B9;
  line-height: 36px;
}

label {
  padding-left: 17px;
  font-family: 'Proxima Nova Lt' !important;
  font-size: 15px;
  color: #000000;
}

.big {font-size: 22px}

.btn_login {
  width: 100%;
  background-color: #0649B9;
  color: white;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  font-family: 'Proxima Nova Lt' !important;
  font-size: 16px;
  margin-top: 40px;
  line-height: 20px;
  transition: 0.5s;
  -webkit-border-radius: 50px;
border-radius: 50px;
}

.btn_login:hover {
  opacity: 0.5;
}

.width200 {width: 200px}

.mobile {display: none;}

i.fa.fa-envelope.icon {margin-left: -4px;}

.rotate {
  animation: rotation 4s infinite linear;
  width: 100px; margin: 30px 0px
}

@keyframes rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.message_text {color: #DE1A0D; font-size: 15px;}

/* MOBILE */
@media only screen and (max-width: 600px) {
  .mobile {display: block;}
  .no_mobile {display: none;}

  .col_1, .col_3 {display: none;}

  .post-content-white {width: 100%}


  element.style {
  }
  .center {
    text-align: center;
  }

  .post-content {
    min-width: 90%;
    max-width: 90%;
  }

  .col_2 {
    width: 100%;
    padding: 0% 5%;
  }

  .col_70, .col_30 {
    width: 100%;
    padding: 0%;
  }

  div.col_70 p, div.col_30 p { margin-bottom: 0px;}

  .right {text-align: left; margin-left: 15px}
}

.btn_login:disabled {
  cursor: default;
  opacity: 0.5; 
  transition: none;
}

</style>
