/*basic reset*/

* {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    color: rgb(101, 104, 111);
}

html {
    background: #F8F8F8;
}


/* adding background image */

.background-overlay {
    background-image: url("https://public.flugerstaging.com.au/images/Mask-Group-1.png");
    z-index: -1;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 60%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

body {
    font-family: Montserrat, sans-serif;
    background: transparent;
}


/* override bootstrap id */

#header-signup #page-topbar-signup {
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    padding-bottom: 30px;
    position: relative;
}


/* override bootstrap class */

#header-signup .navbar-header {
    max-width: 95%;
}


/* header image width */

.header-image-width {
    width: 33%;
}


/* page header */

.page-header {
    padding-bottom: 0px;
    margin: 60px;
    width: 100%;
}

.page-head-title {
    font-family: Montserrat, sans-serif;
    color: rgb(101, 104, 111);
    font-style: normal;
    font-size: 36px;
    font-weight: 600;
    line-height: 80px;
}


/* login button */

.login-button {
    fill: rgb(57, 181, 74);
    color: rgb(57, 181, 74);
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(57, 181, 74);
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 100px 100px 100px 100px;
    padding: 13px 30px 11px 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 15px;
}

.login-button:focus,
.login-button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 181, 74);
}


/* footer elements */

.signup-footer-element {
    background: #F8F8F8;
    border-top: 1px solid #dee2e6;
    bottom: 0;
    padding: 20px 0px 20px 0px;
    position: absolute;
    right: 0;
    color: #6c757d;
    left: 0;
}

.signup-footer-container {
    color: rgb(51, 51, 51);
}

.signup-inline-items {
    margin-right: calc(-4px/2);
    margin-left: calc(-4px/2);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.signup-icon-list-items {
    list-style-type: none;
    margin: 0;
}

.signup-inline-item {
    margin-right: calc(4px/2);
    margin-left: calc(4px/2);
    word-break: break-word;
}

.signup-icon-list-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}

.signup-icon-list-text {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    color: rgb(101, 104, 111);
    line-height: 24px;
}

@media (max-width: 767px) {
    .signup-icon-list-text {
        font-size: 11px;
        line-height: 24px;
    }
}

#page-one {
    width: 100%;
    height: 100%;
}


/*form styles*/

#msform {
    position: relative;
    width: 60%;
    margin-top: 20px;
}

#msform label {
    text-align: left;
    font-weight: 500;
}

#msform fieldset {
    border: 0 none;
    padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#msform input,
#msform textarea,
#msform select {
    background-color: #ffffff;
    border-color: #8C919B;
    border-radius: 25px 25px 25px 25px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8C8E93;
    min-height: 47px;
    padding: 6px 16px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#msform select {
    background-color: #ffffff;
    -webkit-appearance: none;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgb(57, 181, 74);
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

.button-container {
    text-align: right;
}


/*next buttons*/

#msform .action-button {
    background: rgb(57, 181, 74);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: white;
    border-color: rgb(57, 181, 74);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    padding: 13px 30px 13px 30px;
}

#msform .action-button:not([disabled]):hover,
#msform .action-button:not([disabled]):focus {
    color: rgb(57, 181, 74);
    background: rgb(255, 255, 255);
    border-color: rgb(57, 181, 74);
}

#msform .action-button-previous {
    background: rgb(231, 228, 228);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: rgb(0, 0, 0);
    border-style: solid;
    border-color: rgb(231, 228, 228);
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 1px 2px 8px 0px rgb(231, 228, 228);
    cursor: pointer;
    padding: 13px 30px 13px 30px;
}

#msform .action-button-previous:not([disabled]):hover,
#msform .action-button-previous:not([disabled]):focus {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
}


/*headings*/

#msform .fs-title {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: rgb(101, 104, 111);
    margin-bottom: 10px;
    font-weight: bold;
}

#msform .fs-subtitle {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: rgb(101, 104, 111);
    margin-bottom: 20px;
}


/*progressbar*/

#msform #progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    padding: 20px 30px;
}


/* list */

#msform ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

#progressbar li {
    list-style: none;
    font-size: 14px;
    width: 24%;
    float: left;
    position: relative;
    color: #000000;
    background: rgb(231, 228, 228);
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 2px rgb(231, 228, 228);
    padding: 8px;
    text-align: center;
}


/* icons for each progress bar */

#progressbar #clientDetails_newClient:before {
    content: "\ee92";
}

#progressbar #verification_newClient:before {
    content: "\eb5a";
}

#progressbar #cardDetails_newClient:before {
    content: "	\1F510";
}

#progressbar #submit_newClient:before {
    content: "\ea16";
}

#progressbar li:before {
    font-family: 'boxicons' !important;
    font-size: 15px !important;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}


/* small screens */

@media (max-width:700px) {
    .background-overlay {
        height: 20%;
    }
    #msform {
        width: 100%;
    }
    .header-image-width {
        width: 50%;
    }
    .login-button {
        font-size: 11px;
    }
    .notifcation_resend {
        font-size: 10px;
    }
    .verification-button {
        font-size: 8px !important;
        padding: 6px 2px !important;
    }
    .border-otp-block {
        padding: 5px !important;
        ;
    }
    .user_exists_notifictaion {
        font-size: 11px;
    }
}

@media (min-width:700px) {
    #progressbar #clientDetails_newClient:after {
        content: "  Personal Details";
    }
    #progressbar #verification_newClient:after {
        content: "  Verification";
    }
    #progressbar #cardDetails_newClient:after {
        content: "  Set Password";
    }
    #progressbar #submit_newClient:after {
        content: "  Login";
    }
    #progressbar li:after {
        font-family: Montserrat, sans-serif;
        font-size: 13px !important;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
    }
}

#progressbar li.active {
    background: rgb(121, 125, 140);
    color: white !important;
}

#msform .verification-input {
    border-radius: 25px 0px 0px 25px !important;
}

#msform .verification-button {
    background-color: rgb(231, 228, 228);
    border: 1px solid #ced4da;
    border-color: #a5a6ab;
    -webkit-appearance: none;
    border-radius: 0px 25px 25px 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    min-height: 47px;
    padding: 6px 16px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#msform .verification-button:not([disabled]):hover,
#msform .verification-button:not([disabled]):focus {
    border-color: #000000;
    background-color: rgb(255, 255, 255);
}

#msform .border-otp-block {
    border: 1px solid #ced4da;
    border-color: #a5a6ab;
    -webkit-appearance: none;
    border-radius: 25px 25px 25px 25px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

#msform .form-control:disabled,
#msform .form-control[readonly] {
    color: rgb(103, 103, 103) !important;
}

#msform .user_exists_notifictaion {
    color: #fa5944
}

#msform .success-button {
    font-size: 5rem;
    color: rgb(57, 181, 74);
}

#msform .glow-on-hover {
    border-color: red;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

#msform .submit-information {
    font-size: 0.825rem;
}

#msform .is-invalid-signup {
    border-bottom: 2px solid #fa5944 !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#msform .invalid-feedback-signup {
    display: none;
    width: 100%;
    font-size: 80%;
    color: #fa5944;
    margin-left: 1rem;
}

#msform .is-invalid-signup~.invalid-feedback-signup {
    display: block;
}

#msform .is-valid-signup {
    border-bottom: 2px solid #20b799 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2320b799' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-radius: 25px !important;
}

#errorMessage {
    border: 1px solid red;
    color: red;
    padding: 10px;
    width: 80%;
    float: left;
    display: none;
}

.verifyNextButton {
    margin-top: 15px;
}

#msform .verification-button-left {
    border-radius: 0;
    margin-right: -4px;
}

#errorPasswordMessage {
    border: 1px solid red;
    color: red;
    padding: 10px;
    width: 60%;
    float: left;
    display: none;
}

#myTopnav li {
    cursor: pointer;
}