.title {
    text-transform: uppercase;
    text-align: center;
    color: #d5860f;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 1px;
    top: 50%;
}

.description {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

label {
    display: block;
    font-size: 18px;
    color: #212529;
    font-weight: 300;
    cursor: pointer;
}

label:first-child {
    margin-bottom: 0;
    border-bottom: none;
}

.button,
.reStart {
    padding: 10px 20px;
    border-radius: 3px;
    background: #dd9c3b;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
}

.button:hover,
.reStart:hover {
    background: #212121;
}

.button.reStart,
.reStart.reStart {
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.2);
    display: none;
    margin-top: -77px;
}

.button2,
.reStart {
    padding: 10px 20px;
    border-radius: 3px;
    background: #dd9c3b;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
}

.button2:hover,
.reStart:hover {
    background: #212121;
}

.button2.reStart,
.reStart.reStart {
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.2);
    display: none;
    margin-top: -77px;
}

.button1,
.reStart {
    padding: 10px 20px;
    border-radius: 3px;
    background: #dd9c3b;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
}

.button1:hover,
.reStart:hover {
    background: #212121;
}

.button1.reStart,
.reStart.reStart {
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.2);
    display: none;
    margin-top: -77px;
}

.text-center {
    text-align: center;
}

.Secontainer {
    max-width: 600px;
    margin: 50px auto;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.header {
    height: 45px;
    background: white;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header span {
    display: block;
    height: 12px;
    width: 12px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}

.header span.active {
    background: rgba(0, 0, 0, 0.4);
    background: #d5860f;
}

.fields {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.modal-body {
    background: white;
    padding: 40px 100px;
    margin-bottom: 50px;
    position: absolute;
    top: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.modal-body.is-showing {
    display: block;
}

.animate-out {
    -webkit-animation: out 600ms ease-in-out forwards;
    animation: out 600ms ease-in-out forwards;
}

.animate-in {
    -webkit-animation: in 500ms ease-in-out forwards;
    animation: in 500ms ease-in-out forwards;
    display: block;
}

.animate-up {
    -webkit-transform: translateY(-1500px) rotate(30deg);
    transform: translateY(-1500px) rotate(30deg);
}

@-webkit-keyframes out {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    60% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        -webkit-transform: translateY(800px) rotate(10deg);
        transform: translateY(800px) rotate(10deg);
    }
}

@keyframes out {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    60% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        -webkit-transform: translateY(800px) rotate(10deg);
        transform: translateY(800px) rotate(10deg);
    }
}

@-webkit-keyframes in {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes in {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.section {
    width: 80%;
    margin-left: 15px;
    font-size: 1rem;
}

@keyframes open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.heading {
    width: 600px;
    height: 300px;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.title1 {
    display: block;
    text-align: center;
    color: white;
    font-size: 60pt;
    font-family: big john;
}

.title2 {
    display: block;
    margin-top: 15px;
    text-align: center;
    color: white;
    font-size: 14pt;
    font-family: serif;
}

.register {
    margin: 50px auto;
    margin-left: 15px auto;
    width: 180px;
    height: 50px;
    border: 3px solid white;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 1000ms, color 1000ms;
}

.register:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #222;
    cursor: pointer;
    transition: background-color 1000ms, color 1000ms;
}

.registerLink {
    text-decoration: none;
    display: block;
    padding: 15px;
    color: white;
    transition: color 1000ms;
}

.registerLink:hover {
    color: black;
}


/* MODAL */

.modal_container {
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    background: rgba(2, 70, 88, 0.8);
    transition: all 500ms ease;
}

.modal_container:target {
    opacity: 1;
    pointer-events: auto;
}

.modal_container >
div {
    transform: translate(0px, -50px);
    transition: all 500ms ease;
}

.modal_container:target >
div {
    transform: translate(0px, 0px);
}

.modal {
    width: 350px;
    height: 400px;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: black;
    border: 2px solid #222;
    padding: 20px;
    box-shadow: 0px 0px 50px 5px black;
}

.modal_heading {
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 60px;
    margin-bottom: 30px;
    color: yellow;
    padding: 10px;
    text-align: center;
    font-size: 20pt;
    font-family: big john;
    border-bottom: 2px solid #fefefe;
}

.btnRegister {
    background: red;
    color: white;
    font-size: 15pt;
    margin-top: 10px;
}

.btnRegister:hover {
    background: #b80000;
}

.close {
    color: white;
    position: absolute;
    border: 2px solid #333;
    padding: 7px 9px 11px 9px;
    font-family: big john;
    background: black;
    text-decoration: none;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    transition: background 500ms;
}

.close:hover {
    background: #444;
    cursor: pointer;
}

.signin {
    color: white;
    display: inline-block;
    margin-top: 15px;
    text-align: left;
    float: left;
    text-decoration: none;
    font-size: 13pt;
}

.forgotPassword {
    color: white;
    display: inline-block;
    margin-top: 15px;
    text-align: right;
    float: right;
    text-decoration: none;
    font-size: 13pt;
}

.signin:hover,
.forgotPassword:hover {
    text-decoration: underline;
}

#heading {
    text-transform: uppercase;
    color: #ef8940;
    font-weight: normal
}

#contactus_form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#contactus_form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#contactus_form fieldset:not(:first-of-type) {
    display: none
}

#contactus_form .s_website_form_input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ef8940;
    outline-width: 0
}

#contactus_form .action-button {
    width: 100px;
    background: #ef8940;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 20px 10px 5px;
    float: right
}

#contactus_form .action-button:hover,
#contactus_form .action-button:focus {
    background-color: #636669
}

#contactus_form .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#contactus_form .action-button-previous:hover,
#contactus_form .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #ef8940;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #ef8940;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 100%
}

#progressbar .active {
    color: #636669
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #step1:before {
    font-family: FontAwesome;
    content: "\f002"
}

#progressbar #step2:before {
    font-family: FontAwesome;
    content: "\f201"
}

#progressbar #step3:before {
    font-family: FontAwesome;
    content: "\f059"
}

#progressbar #step4:before {
    font-family: FontAwesome;
    content: "\f022"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ef8940
}

.progress {
    height: 20px;
    display: contents;
}

.progress-bar {
    background-color: #ef8940
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.erp_create {
    margin-left: -80px;
    height: 300px;
    background-color: #eee;
}

@media (max-width: 991px){
    .erp_create {
        margin-left: 0;
    }
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 3px;
    margin-left: 3px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #DDD;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 7px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-container--default .select2-selection--single {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.select2-container--default .select2-selection--single:focus {
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: text;
    height: 22px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    list-style-type: none !important;
    padding: 0 0 0 4px !important;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 1px;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #333;
    background-color: #e4e4e4;
    border: 1px solid #333;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 1px 2px 2px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #CCC;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #DDD;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    padding: 2px !important;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #EEE;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4a89dc;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-selection__placeholder {
  color: #c4c4c4 !important; 
  width: 100% !important;
}

.select2-results__option[aria-selected=true] { display: none;}
