.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.close {
  float: right;
  /*font-size: 1.5rem;*/
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

  .close:hover {
    color: #000;
    text-decoration: none;
  }

  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
  }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.footer p {
  color: rgba(255, 255, 255, 0.5);
}


a {
  font-family: Arial !important;
  font-size: 14px;
  line-height: 1.7;
  /*color: #666666;*/
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

  a:focus {
    outline: none !important;
  }

  a:hover {
    text-decoration: none;
    color: #57b846;
  }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

p {
  /*font-family: Poppins-Regular;*/
  font-size: 13px;
  line-height: 1.7;
  /*color: #666666;*/
  margin: 0px;
}

ul, li {
  margin: 0px;
  list-style-type: none;
}

.Security-Hint ul li {
  list-style-type: circle;
  list-style-position: inside;
  color: darkred;
}


/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

  input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
  }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
    }


  input::-webkit-input-placeholder {
    color: #999999;
  }

  input:-moz-placeholder {
    color: #999999;
  }

  input::-moz-placeholder {
    color: #999999;
  }

  input:-ms-input-placeholder {
    color: #999999;
  }

textarea::-webkit-input-placeholder {
  color: #999999;
}

textarea:-moz-placeholder {
  color: #999999;
}

textarea::-moz-placeholder {
  color: #999999;
}

textarea:-ms-input-placeholder {
  color: #999999;
}

label {
  display: block;
  margin: 0;
}


.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100-Portal {
  width: 100%;
  min-height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*padding: 15px;*/
  /*background: #ebeeef;*/
  /*margin-bottom: 50px;*/
}


.wrap-login100-Portal {
  width: 670px;
  background: #fff;
  /*margin-top: -170px;*/
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #7378d6;
}

/*==================================================================
[ Title form ]*/
.login100-form-title-Portal {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*padding: 70px 15px 74px 15px;*/
  padding: 45px 15px 45px 15px;
}

.login100-form-title-1 {
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

  .login100-form-title-1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54,84,99,0.7);
  }

.login100-form-title-2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: rgba(54,84,99,0.7);*/
}

/*==================================================================
[ Form ]*/

.login100-form-portal-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 95px 30px 145px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100-Portal {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
}

.label-input100-Portal {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  text-align: right;
  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px;
}

/*---------------------------------------------*/
.input100-Portal {
  /*font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;*/
  font-size: 14px;
  color: #000ccc;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100-Portal {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

  .focus-input100-Portal::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    background: #000ccc;
  }


/*---------------------------------------------*/
input.input100-Portal {
  height: 45px;
}


.input100-Portal:focus + .focus-input100-Portal::before {
  width: 100%;
}

.has-val.input100-Portal + .focus-input100-Portal::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-Portal-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  /*min-width: 160px;*/
  margin-top: 20px;
  width: 390px;
  min-width: 100px;
  height: 50px;
  background-color: #000ccc;
  border-radius: 25px;
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

  .login100-form-btn:hover {
    background-color: #333333;
  }


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .login100-form {
    padding: 43px 15px 57px 117px;
  }
}

@media (max-width: 480px) {
  .login100-form {
    padding: 43px 15px 57px 15px;
  }

  .label-input100-Portal {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
  }
}

@media (max-width: 576px) {
  .login100-form-portal-form {
    padding: 15px;
  }

  .cert_div {
    display: none;
  }

  .cert_div2 {
    display: none;
  }

  .mdc-toolbar__section {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .login100-form-portal-form {
    padding: 15px;
  }

  .cert_div {
    display: none;
  }

  .cert_div2 {
    display: none;
  }

  .mdc-toolbar__section {
    display: none !important;
  }
}

.copyright_row {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*background-color: #eaeaea;*/
  border-top: 1px solid #000;
  padding: 0;
  /*margin-top: 35px;*/
}

.copyrights_col h1 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-align: left;
  float: left;
  padding-top: 15px;
}

.part_div {
  float: right;
  text-align: right;
}

.privacyBannerPlacement {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  /*background-color: rgba(0,0,0,.75);*/
  background-color: rgba(0, 0, 0, 0.85);
  /*background-color:#131313;*/
  z-index: 999;
  bottom: 0px;
  top: auto;
  display: block;
}


.BtnAccept {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 15px;
  cursor: pointer;
  color: #fff;
  background: #000ccc;
  border-radius: 20px;
  margin: 0px 10px;
}

  .BtnAccept:hover {
    color: #000ccc;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #000ccc;
  }

.BtnMore {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 15px;
  cursor: pointer;
  color: #fff;
  border-color: #fff;
  border-radius: 20px;
  margin: 0px 10px;
}

  .BtnMore:hover {
    /*color:#337ab7;
    background: #759041;
    border-radius:20px;
    border:1px solid #337ab7;
    color:#fff;*/
    color: #000ccc;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #000ccc;
  }

.ALinkMore {
  color: #839b54;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

  .ALinkMore a:hover {
    color: #0026ff;
  }

.P-alert {
  /*border-width: 2px;
    position: relative;
    padding: 20px;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: 6px;*/
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  color: #FFFFFF !important;
  padding: 20px 15px;
}

  .P-alert::after {
    display: table;
  }

  .P-alert::after, .ux-btn-set::after {
    content: "";
    clear: both;
  }



.cert_div {
  margin-left: 15px;
  padding: 0px;
  text-align: center;
  /*clear: both;*/
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  /*border: 1px solid #eaeaea;*/
  border: 1px solid #515151;
  position: absolute;
  bottom: 85px;
  right: 80px;
}

  .cert_div img {
    height: 90px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }

  .cert_div:hover {
    border: 1px solid #c13830;
  }

  .cert_div .CertHeader {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
  }

    .cert_div .CertHeader p {
      color: #000;
    }

  .cert_div:hover .CertHeader p {
    color: #af0000;
  }

  .cert_div .CertBorder {
    height: 1px;
    margin: 0px 0px 0px 0px;
    width: auto;
    background: #515151;
  }

  .cert_div:hover .CertBorder {
    border: .5px solid #c13830;
  }

.cert_div2 {
  text-align: center;
  /*display: inline-table;*/
  padding: 0px;
  margin-right: 15px;
  /*clear: both;*/
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  /*border: 1px solid #eaeaea;*/
  border: 1px solid #515151;
  position: absolute;
  bottom: 85px;
  left: 80px;
}

  .cert_div2 img {
    height: 90px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }

  .cert_div2:hover {
    border: 1px solid #c13830;
  }

  .cert_div2 .CertHeader {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
  }

    .cert_div2 .CertHeader p {
      color: #000;
    }

  .cert_div2:hover .CertHeader p {
    color: #af0000;
  }

  .cert_div2 .CertBorder {
    height: 1px;
    margin: 0px 0px 0px 0px;
    width: auto;
    background: #515151;
  }

  .cert_div2:hover .CertBorder {
    border: .5px solid #c13830;
  }
