
/** GLOBAL CLASSES **/
:root {
    --primary: #060d71;
    --orange: #FF6600;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #535353;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover; 
    background-image:
        linear-gradient(to top, rgba(19, 53, 248, 0.329), rgba(6, 13, 113, 0.795)),
        url('../img/construction.jpeg');

    /* background-image: ,  linear-gradient(#eb01a5, #d13531); */
    
}
.row{
    margin-right: 0px !important;
}
.text-primary{
    color: var(--primary) !important;
}
 
.rounded{
    border-radius: 50px !important;
}
.form-login{
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.bg-primary{
    background-color: var(--primary) !important;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert{
    padding: 10.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
}

.login-box .alert-dismissible .btn-close{
    padding: 13.5px 14px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active
{
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover{
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs{
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error{
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}

 
/** Login 5 start **/
.login-5 {
    padding: 5px 0;
    z-index: 999;
    position: relative; 
    text-align: center; 
    justify-content: center;
    align-items: center; 
    width: 80vw;
    border-radius: 50px !important;
}

.login-5 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.logo {
    border-radius: 50px;
    margin-bottom: 0; 
    top: 20px;
    position: absolute; 
}

.login-5 .login-box {
  
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
}

.login-5 .login-box .form-info {
    background: var(--primary);
    border-radius: 50px;
}

.login-5 .form-section {
    text-align: center;
    padding: 100px 20px 60px;
    border-radius: 10px 0 0 10px;
    position: relative;
}

.login-5-bg {
    background: #f7f7f7;
}

.login-5 .pad-0 {
    padding: 0;
}

.login-5 label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

 .form-section p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

 .form-section p a {
    color: #e6e6e6;
    font-weight: 500;
}

 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

 .form-section .thembo {
    margin-left: 4px;
}

 .form-section h1 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

 .form-section h3 {
    margin: 0 0 35px;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

 .form-section .form-group {
    margin-bottom: 15px;
}
 
 .form-section .form-control {
    padding: 10px 20px;
    font-size: 15px;
    outline: none;
    height: 50px;
    color: var(--primary);
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
}

 .form-section .checkbox .terms {
    margin-left: 3px;
}

 .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

 .form-section a { 
    text-decoration: none !important;
}

.form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border: none;
    background-color: #fff;
    margin-left: -22px;
}

.login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.form-section .form-check .form-check-input {
    margin-left: -22px;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #ff2f2f;
    border-color: #ff2f2f!important;
}

.none-2 {
    display: none;
}

.form-section .terms {
    margin-left: 3px;
}

.login-5 .btn-section {
    border-radius: 50px;
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
}

.login-5 .info { 
    margin: 0 auto;
    align-self: center !important;
}

.btn-section .link-btn {
    font-size: 14px;
    float: left;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-decoration: blink;
    width: 100px;
    padding: 6px 5px;
    margin-right: 5px;
    border: solid 1px #11d28a;
    color: #fff;
    border-radius: 3px;
    background: #11d28a;
}

.login-5 .btn-section .active-bg {
    color: #fff;
}

.login-5 .form-section .checkbox {
    font-size: 14px;
}

.login-5 .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

.login-5 .form-section .form-check a {
    color: #fff;
    float: right;
}

.login-5 .form-section .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-5 .form-section a.forgot-password {
    font-size: 16px;
    color: #fff;
    float: right;
}

.login-5 .social-list a {
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px;
    color: #fff;
    padding: 5px;
}

.login-5 .social-list a:hover {
    color: var(--orange);
    border-radius: 100px;
    background-color: white;
}

.btn-theme {
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    width: 100%;
}

.btn-theme:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
    border-radius: 3px;
}

.btn-theme:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
}

.btn-theme:hover {
    background: transparent;
}

.btn-theme:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-theme:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-lg{
    padding: 0 50px;
    line-height: 46px;
}

.btn{
    box-shadow: none!important;
}

.btn-md{
    padding: 0 45px;
    line-height: 41px;
}

.btn-primary {
    background: var(--orange);
}

.btn-primary:active {
    background: var(--orange) !important;
    border-color: var(--orange) !important;
}

.btn-primary:before {
    background: var(--orange);
}

.btn-primary:after {
    background: var(--orange);
}

.btn-primary:hover {
    color: var(--orange);
    border: 2px solid var(--orange);
}

.btn-success {
    background: #146c43;
}

.btn-success:before {
    background: #146c43;
}

.btn-success:after {
    background: #146c43;
}

 

 
.btn-icon {
    position: relative;
    line-height: 0;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
  }
/* Background Transparent */
[class*="btn-soft-"].btn-bg-transparent {
    background-color: transparent;
  }


  .btn-icon__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .btn-icon__inner-bottom-minus {
    top: 80%;
  }
.btn-soft-primary {
    color: var(--primary);
    background: rgba(254, 215, 0, 0.1);
    border-color: transparent;
  }
  
  .btn-soft-primary[href]:hover, .btn-soft-primary[href]:focus, .btn-soft-primary[href]:active, .btn-soft-primary[href].active, .btn-soft-primary[type]:hover, .btn-soft-primary[type]:focus, .btn-soft-primary[type]:active, .btn-soft-primary[type].active {
    color: var(--primary);
    background: white;
    box-shadow: 0 4px 11px rgba(254, 215, 0, 0.35);
  }
  
  .btn-soft-primary[href].disabled, .btn-soft-primary[href]:disabled, .btn-soft-primary[type].disabled, .btn-soft-primary[type]:disabled {
    color: var(--primary);
    background-color: rgba(254, 215, 0, 0.1);
    box-shadow: none;
  }
  
  .btn-soft-primary[href]:not(:disabled):not(.disabled):active, .btn-soft-primary[href]:not(:disabled):not(.disabled).active,
  .show > .btn-soft-primary[href].dropdown-toggle, .btn-soft-primary[type]:not(:disabled):not(.disabled):active, .btn-soft-primary[type]:not(:disabled):not(.disabled).active,
  .show > .btn-soft-primary[type].dropdown-toggle {
    color: #1e2022;
    background-color: var(--primary);
  }
  
  .btn.btn-soft-primary {
    color: var(--primary);
  }
  /* white air */
.btn-soft-white {
    color: #fff;
    background: var(--primary);
    border-color: transparent;
  }
  
  .btn-soft-white[href]:hover, .btn-soft-white[href]:focus, .btn-soft-white[href]:active, .btn-soft-white[href].active, .btn-soft-white[type]:hover, .btn-soft-white[type]:focus, .btn-soft-white[type]:active, .btn-soft-white[type].active {
    color: var(--primary);
    background: #fff;
    box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
  }
  
  .btn-soft-white[href].disabled, .btn-soft-white[href]:disabled, .btn-soft-white[type].disabled, .btn-soft-white[type]:disabled {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }

.form-notice{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; 
}
.btn-outline-primary{
    border-color: var(--primary) !important;
    color: var(--primary) !important;
  }
  .btn-outline-primary:hover {
    color: white !important;
    background-color: var(--primary);
    border-color: var(--primary);
  }
  @media (max-width: 767px) {
    .form-notice{
      border-bottom-left-radius: 50px !important;
      border-top-left-radius: 50px !important;
    }
    
   }

   .btn-orange{
    background: var(--orange) !important;
    color: white !important;
  }
/** Login 5 end **/
