html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-size: 1.0em;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    margin: 0;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 500;
}

h1 {
    font-size: 3.0rem;
    line-height: 1.35em;
    margin: 25px 0 30px 0;
}

h5, .h5 {
    margin-bottom: 0.4em;
    font-size: 1em;
    line-height: 1.6em;
}
img {
    width: 100%;
    height: auto;
}
nav
{
  position: relative;
  max-width: 1366px;
    margin: auto;
}
.fade-in
{
  height: 85px;
  background-color: #ffffff;
}
#footer.footer-2.cyb-footer {
    padding: 60px 0 60px 0;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.w-100 {
    width: 100%!important;
}
.sec-bg-medium-gray h5 {
    color: #ffffff;
    font-weight: 700;
}
.sec-bg-medium-gray small a, .sec-bg-medium-gray small {
    color: #e5e5e5;
    line-height: 2.4em;
    display: block;
    color: #e5e5e5;
        text-decoration: none;
    background-color: transparent;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.sec-bg-medium-gray {
    background-color: #000000;
}
.sec-bg-dark-gray {
    background-color: #000000;
    border-top: 1px solid #424242;
}
.text-center {
    text-align: center!important;
}
.sec-bg-dark-gray p {
    color: #d5d5d5;
    padding-top: 13px;
}
.footer__copyrights {
    margin-top: 8px;
    font-size: 12.8px;
}
.container {
    max-width: 1170px;
}
.navigation-bar .logo{
    max-width: 195px;
    display: inline-block;
    margin-top: 24px;
    float: left;
}
.nav-right {
    position: absolute;
    right: 0;
    top: 23px;
}
.nav-right p
{
      float: right;
      margin: 10px 15px 0 0;
}
.nav-right span {
    float: right;
    margin: 10px 5px 0 -5px;
    font-weight: 500;
    cursor: pointer;
    color: #000000;
}
.nav-right button {
    background: #ffffff;
    border: 1px solid #FF5C00;
    color: #FF5C00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    padding: 7px 20px;
    font-weight: 400;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    margin-top: 5px;
}
.nav-right button:hover
{
    background-color: #FF5C00;
    color: #ffffff;
}
  .header-banner {
      padding-bottom: 100px;
    }
  .hero.page-active-left {
      position: relative;
      padding: 30px 0 0 0;
      max-width: 1140px;
      margin: auto;
      float: left;
  }
  .background-images {
    margin: 10px 0 0 40px;
    width: 100%;
    position: relative;
    float: left;
  }
  .background-images img {
    width: 80%;
    height: auto;
    position: relative;
    vertical-align: bottom;
  }
  .hero-text {
      padding: 25px;
      text-align: center;
      width: 100%;
  }
  .hero-text p {
    margin:10px auto 20px auto;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 24px;
    line-height: 36px;
    max-width: 900px;
  }
  .container.page-active {
    margin-top: 0px;
}
  .submit-btn.second-btn {
    background-color: #ced4d9;
    color: #777777;
}
.second-btn:hover {
    background-color: #FF5C00;
    color: #ffffff;
}
  footer {
      position: relative;
  }
  .secondary-footer {
      padding: 1rem;
      margin: 0 auto;
  }
  .secondary-footer p{
      margin: 0;
      font-size: 0.8rem;
  }
  .container-fluid,
  .container {
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
.login-form
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 460px;
/*     padding: 35px;
   background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);  */
    margin: auto;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.login-form from
{
    margin: 0;
    padding: 0;
}
.form-input {
    display: inline-block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 58px !important;
    line-height: 39px;
    padding-left: 45px;
    margin-bottom: 20px;
}
.form-input:focus {
    outline: none;
    outline-color: #ced4d9 !important;
}
input.form-input.input-name {
    width: 220px;
}
.submit-btn {
    background: #FF5C00;
    font-size: 16px;
    min-height: 50px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.page-active .form-input {
    padding-left: 20px;
}
.success-message {
    height: 500px;
    text-align: center;
    padding-top: 70px;
}
.success-status svg
{
    width: 200px;
    margin-top: 50px;
}
.separator
{
  height: 50px;
    /* display: block; */
    line-height: 50px;
    text-align: center;
    width: 62px;
    display: inline-block;
}
.header-banner.domain-page h3 {
    font-size: 1.5rem;
    color: #555555;
    width: 480px;
    margin: 0 auto;
}
.input-wrap
{
  position: relative;
}
.input-wrap label {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e5e5e5;
    height: 58px;
    line-height: 58px;
    border-radius: 0 3px 3px 0;
    padding: 0 10px;
    border: 1px solid #cccccc;
    color: #555555;
}
.input-wrap i {
    position: absolute;
    top: 18px;
    width: 45px;
    text-align: center;
    font-size: 18px;
}

.terms-text {
    font-size: 13px;
    line-height: 25px;
    color: #666666;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    max-width: 380px;
}
.terms-text a {
    text-decoration: none;
    font-weight: 500;
    color: #2082ff;
}
.error-msg {
    font-size: 13px;
    position: absolute;
    bottom: 2px;
    width: 100%;
    left: 0;
    color: #f00;
    text-align: unset;
    top: auto;
}
.form-text {
    font-size: 13px;
    margin: 0;
    padding-bottom: 10px;
    color: #666666;
}
.mail-success-message {
    margin: 50px auto 0 auto;
    max-width: 750px;
}
li.policy-info-subheader.pass-verify {
    color: #0ab123;
}
.create-pass-terms p.terms-text {
    padding: 10px 0 20px 0;
    font-size: 14px;
}
.footer__bottom.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.set-password-form-col.active-page-img-bg {
    height: 100vh;
    box-sizing: border-box;
    background-image: url("images/active-page-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 90%;
}
.row.set-password-form {
    border-collapse: collapse;
    margin: 0;
}
.container.page-active {
    margin-top: 0px;
    max-width: 100%;
}
#activate-org-password-form {
    position: relative;
    display: inline-block;
    width: 100%;
}
.set-password-form-col {
    position: relative;
}
.set-password-form-col .login-form {
    height: 600px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page-help-body
{
    padding: 0;
}
.help-header-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #555555;
}
.page-help-body ul {
  padding: 0 35px 0 15px;
  color: #666666;
  margin: 10px 0 0 0;
}
.page-help-body ul li {
  height: 30px;
  list-style: square;
  font-size: 14px;
}
.set-password-form-col h2 {
    text-align: center;
    color: #555555;
    font-size: 2.4rem;
}
.active-page-img-bg .hero
{
    padding: 120px 0 0 0;
}
.active-page-img-bg .hero-text {
    text-align: left;
    padding: 25px 25px 25px 55px;
}
.active-page-img-bg h1 {
    width: 530px;
    line-height: initial;
    margin-bottom: 25px;
    color: #122940;
    font-size: 2.6rem;
}
.active-page-img-bg p {
    padding: 0;
    margin: 0;
    width: 75%;
    line-height: 40px;
    color: #344D6A;
}
/*----------------------MEDIA-------------------*/


  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12{
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .input-icon {
   position: absolute;
   top: 18px;
   left: 12px;
   }

.page-active button {
width: 100%;
float: left;
}
.separator {
height: 50px;
line-height: 50px;
text-align: center;
width: 70px;
display: inline-block;
float: left;
}

.name-field {
   width: 50% !important;
   float: left;
}
.cyb-input.form-user {
    position: relative;
    display: inline-block;
    width: 100%;
}

.top-right-icon {
    float: left;
    margin: 8px 6px 0px 0px;
    font-size: 20px;
}
.login-error {
    position: fixed;
    top: 0px;
    width: 360px;
    background-color: #e55e55;
    padding: 10px 15px;
    z-index: 99;
    margin: 0 auto;
    left: 420px;
    right: 0;
    color:#ffffff;
    text-align: center;
}
.login-error p {
    margin: 0;
    text-align: center;
    background-color: #ffc8c8;
    padding: 10px 15px;
    width: auto;
    display: inline-block;
}
.cyb-input.form-user.name-field .error-msg {
    left: 240px;
}

button.submit-btn.disable-btn {
    background-color: #cccccc;
    color: #525252;
}

@media (max-width:1440px)
{
  .set-password-form-col .login-form
  {
        width: 420px;
  }
  .active-page-img-bg h1
  {
    font-size: 2.5rem;
  }
  .active-page-img-bg .hero
  {
    padding: 60px 0 0 0;
  }
  .active-page-img-bg p
  {
    width: 58%;
    line-height: 35px;
  }
  .set-password-form-col.active-page-img-bg
  {
    background-size: 94%;
  }
  .background-images img
  {
    width: 70%;
  }
}
@media (max-width:1366px)
{
  h1 {
    font-size: 2.4rem;
  }
  nav {
    max-width: 1040px;
  }
  .hero
  {
    padding: 10px 0 0 0;
  }
  .hero-text p {
    font-size: 18px;
    line-height: 30px;
  }
  .form-input
  {
    height: 48px !important;
    margin-bottom: 15px;
  }
  .submit-btn
  {
    height: 48px;
  }
  .header-banner.domain-page h3 {
    font-size: 1.2rem;
    width: 430px;
  }
  .input-wrap label
  {
    height: 48px;
    line-height: 48px;
  }
  .error-msg
  {
    bottom: -4px;
  }
  .input-icon
  {
     top :13px;
  }
  .input-wrap i
  {
    top: 13px;
  }
  .set-password-form-col h2
  {
    font-size: 2.2rem;
  }
  .set-password-form-col .login-form
  {
        width: 400px;
  }
  .active-page-img-bg .hero
  {
    padding: 100px 0 0 0;
  }
  .active-page-img-bg p
  {
    line-height: 30px;
  }
  .set-password-form-col.active-page-img-bg
  {
    background-size: 94%;
  }
  .background-images img
  {
    width: 80%;
  }
}
@media (max-width:1280px)
{

  .active-page-img-bg h1
  {
    font-size: 1.8rem;
    width: 430px;
    line-height: 1.4em;
    margin-bottom: 15px;
  }
  .active-page-img-bg .hero
  {
    padding: 10px 0 0 0;
  }
  .set-password-form-col h2
  {
    font-size: 1.8rem;
  }
  .set-password-form-col .login-form
  {
    width: 350px;
    margin-top: 30px;
  }
  .set-password-form-col.active-page-img-bg {
    background-size: 90%;
  }
  .background-images img
  {
    width: 70%;
  }
  .nav-right {
    font-size: 14px;
  }
  #footer .container {
     max-width: 1080px;
  }
}

