 .sign-in{
        width: 40%;
        background-color: #541f70;
        border: none;
        padding: 5px;
        color:#fff;
        border-radius: 5px;
   }
  .register-field-icon {
    float: right;
    margin-right: 20px;
    margin-left: -25px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    color: #707070;
    font-size: 15px;
  }

  .text-underline:hover {
    color: #17a2b8;
  }

  .remember-password{
    font-size: 14px;

  }
  .remember-password:hover{
     /*color: #353B50;*/
     color: #17a2b8;
     text-decoration: none;
  }

  /* The container */
  .checkbox-change {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkbox-change input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkbox-change .checked {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 3px;
  }

  /* When the checkbox is checked, add a blue background */


  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-change .checked:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox-change input:checked ~ .checked:after {
    display: block;
  }

/* Style the checkmark/indicator */
.checkbox-change .checked:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}

.card{
 background: white;
 border: none;
}

.register-box{
  height: 100%;
  width: 100%;
  padding: 24px 24px;
  background: white;

}

 .mtb-50{
    margin-top: 90px;
    margin-bottom: 140px;
 }

 @media screen and (max-width: 700px){

   .mtb-50{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .register-box{
  width: 100%;
  }

  .fs-16{
    font-size: 16px;
  }

  .fs-18{
    font-size: 18px;
  }

}

#provider .error{
    color: red !important;
    margin-bottom: 0px;
}

/* footer */
.join-footer {
    padding: 36px 30px 30px 50px;
    border-top: 4px solid #fff;
    background: #c1f3f4;
}

.footer-menu {
    color: #727375;
    font-weight: 600;
    font-size: 18px;
}

.footer-menu:hover {
    text-decoration: none;
    color: #541f70 !important;
}

.copyright-menu {
    color: #727375;
    font-weight: 500;
    font-size: 14px;
}

/*.copyright-menu:hover {
    text-decoration: none;
    color: #541f70 !important;
}*/

.grey-coler {
    color: #727375;
}

.grey-coler:hover {
    color: #541f70;
}

.fixed-width {
    width: 600px;
}

.left-padding {
    padding-left: 40px;
}

@media screen and (max-width: 756px) {
    .fixed-width {
        width: 100%;
    }

    .flex-column-align-center {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .left-padding {
        padding-left: 0px;
    }
    .flex-content-center {
        display: flex !important;
        justify-content: center !important;
    }
}

.find-us {
    color: #541f70;
    font-size: 18px;
    font-weight: 600;
}

.fab {
    font-size: 30px;
    padding: 6px;
}

.footer-logo {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 10px 0 10px;
    transition: box-shadow 0.5s, transform 0.5s;
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); */
}

.footer-logo:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}

.fb-border-radious {
    border-radius: 20px;
}

.linkedin-border-radious {
    border-radius: 20px;
}

/* join header */
.navbar-collapse {
    transition: height 0.5s ease;
}

@media (min-width: 992px) {
    .join-float-right {
        float: right;
        margin-top: 12px !important;
        padding-right: 32px;
    }
}

.join-nav-item {
    margin: 2px 34px 2px 34px !important;
    color: #000 !important;
}

.nav-item-width {
    padding-left: 45px;
    padding-right: 45px;
    margin: 5px;
}

@media screen and (max-width: 1580px) {
    .nav-item-width {
        padding-left: 30px;
        padding-right: 30px;
        margin: 5px;
    }
}

@media screen and (max-width: 1480px) {
    .nav-item-width {
        padding-left: 25px;
        padding-right: 25px;
        margin: 5px;
    }
}

@media screen and (max-width: 1380px) {
    .nav-item-width {
        padding-left: 20px;
        padding-right: 20px;
        margin: 5px;
    }
    .join-nav-item {
        margin: 2px 20px 2px 20px !important;
    }
}
@media screen and (max-width: 1210px) {
    .nav-item-width {
        padding-left: 15px;
        padding-right: 15px;
        margin: 5px;
    }
    .join-nav-item {
        margin: 2px 18px 2px 18px !important;
    }
}

@media screen and (max-width: 1080px) {
    .nav-item-width {
        padding-left: 5px;
        padding-right: 5px;
        margin: 5px;
    }
    .join-nav-item {
        margin: 2px 20px 2px 20px !important;
    }
}

@media screen and (max-width: 700px) {
    .nav-item-width {
        margin: 100px;
        width: 100%;
    }
}

.nav-link-color {
    color: #fff !important;
    background-color: #541f70;
}

.join-nav-link {
    margin: 0px;
    background: #541f70;
    font-size: 18px;
    font-weight: 550;
    color: #fff !important;
    /* text-transform: uppercase; */
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.join-nav-link:hover {
    text-decoration: none;
    color: #60b8ca !important;
}

.nav-top-margin {
    margin-top: 42px !important;
}

.join-selected {
    color: #60b8ca !important;
    font-weight: 550;
}

.join-header {
    width: 100%;
    height: 92px;
    top: 0;
    background: #541f70 !important;
}

.login-text {
    color: #fff !important;
    font-size: 18px;
    font-weight: 550;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.login-text:hover {
    text-decoration: none;
    color: #60b8ca !important;
}

.join-clxlogo {
    width: 240px;
    height: 54px;
    margin-top: 18px;
}

.join-selected {
    color: #60b8ca !important;
    font-weight: 550;
}







