@font-face {
font-family: "Omnes";
src: url("../fonts/Omnes.ttf");
/*font-family: "Montserrat";
src: url("../fonts/Montserrat/Montserrat-Bold.tff");*/
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Omnes', sans-serif;
}
body {
    background-color: #F0F0F0;
}


a.underline{
  text-decoration: underline !important;
}
#intro-logo {
    margin-left: -30px;
}

.container-fluid {
    height: 100% !important;
}

.w-bg{
    background-color: #1B2F22
}

h1 {
    font-size: 48px;
}

.pass-helper {
  display: inline-block;
  white-space: initial;
}

.form-container h3,
.form-container h5,
.form-container h1{
    color: #fff;
}

.form-container a {
    color: #F0F0F0 !important;
}

.form-container p{
    color:#fff;
}

label {
    font-weight: bold;
    color: #fff;
}

.input-group-text {
    background-color: #fff;
    border-color: #888888;
    border-left: none;
}

.input-group .form-control{
    border-right: none !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    box-shadow: none !important;
}

.btn-primary-africann {
    background: #fff; /* linear-gradient(225.82deg, #AFDD00 0%, #77B900 100%);*/
    font-size: 20px;
    padding: 5px 30px;
    color: #95B784;
    border: 1px solid #95B784 !important;
}


.fa {
    color: #77b900;
}
.input-append {
    background-color: #fff;
    border-radius: 8px;
    /*border:1px solid #888888 !important;*/
}
.add-on i{
    padding:10px;
}

.form-control{
  color: #4A4A4A;
  /*border: 1px solid #888888 !important;*/
    border-radius: 8px;
}
:focus {
    outline: none;
}

.forgot-password-text a{
    color: #4A4A4A;
    text-decoration: underline;
}

.bottom-margin{
  margin-bottom: 110px;
}
.text-gray {
  color: #4A4A4A;
}

.register-container {
    margin-top: 100px;
    width: 734px;
    min-height: 682px;
    background-color: #fff;
    border-radius: 10px;
    padding:58px 40px;
}

.reset-container{
    margin-top: 100px;
    width: 734px;
    min-height: 682px;
    background-color: #fff;
    border-radius: 10px;
    padding:58px 40px;
}
.setpassword-container{
    margin-top: 100px;
    width: 734px;
    min-height: 682px;
    background-color: #fff;
    border-radius: 10px;
    padding:58px 40px;
}

.setpassword-container p{
    font-size: 15px;
}
.thankyou-container{
    margin-top: 100px;
    width: 734px;
    min-height: 682px;
    background-color: #fff;
    border-radius: 10px;
    padding:58px 40px;
}
.thankyou-container h1{
    font-size: 36px;
}
.thankyou-container p{
    font-size: 25px;
    margin-bottom: 30px;
}

.mobile-element {
    display: none;
}
.password-validator ul {
    margin-top: 10px;
    padding-left: 5px;
}
.password-validator li {
    list-style: none;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.password-validator li.default {
    color:  grey;
}

.password-validator li.success {
    color:  #fff;
}

.password-validator li.success > .dot {
    color:  rgb(13, 145, 13);
}

.password-validator li.default > .dot {
    color:  grey;
}
.dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-style: solid;
    border-width: 4px;
    border-radius: 100%;
    margin-right: 10px;
}

.dot .success{
  color:  green;
}

@media only screen and (max-width: 480px) {
    .p-5.mobile {
        padding: 1rem!important;
    }

    .centered.mobile {
        text-align: center;
    }

    .heading img {
        text-align: center;
        margin:0 auto;
        width: unset!important;
    }

    #intro-logo {
        margin-left: unset!important;
    }

    .heading {
        text-align: center;
    }

    .mobile-element {
        display: block;
    }

    .submit-container {
        text-align: center;
        margin:0 auto;
    }

    .hide-mobile {
        display: none;
    }

    .register-sidebar {
        display: none;
    }
}
