body{font-family: 'Roboto', sans-serif !important;}
html, body, #load { height: 100%; width: 100%;}
html,body {
    margin:0;
    padding:0;

}
.form-group{
    margin-bottom: 7px;
}
.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}
.overlay {
display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.7);
  z-index: 9999999;
}
.overlay__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.overlay__spinner {
	position: absolute;
	 z-index: 99999999;
  left: 50%;
  top: 40%;


}
p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #311B92;
    font-weight: normal
}

#registerform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#registerform 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
}

#registerform fieldset:not(:first-of-type) {
    display: none
}

#registerform input,
#registerform textarea, #registerform select {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}
.invalid-feedback{
    display: block;
    margin-bottom: 25px;
}
#registerform input:focus,
#registerform textarea:focus, #registerform select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #311B92;
    outline-width: 0
}

#registerform .action-button {
    width: 100px;
    background: #311B92;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#registerform .action-button:hover,
#registerform .action-button:focus {
    background-color: #311B92
}

#registerform .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
}

#registerform .action-button-previous:hover,
#registerform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #311B92;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #311B92;
    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
}

#progressbar .active {
    color: #311B92
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}



#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: #311B92
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #311B92
}

.fit-image {
    width: 100%;
    object-fit: cover
}

select.is-invalid, .form-control.is-invalid, .was-validated .form-control:invalid {

    border: 1px solid #dc3545 !important;
}
.is-invalid{

    border: 1px solid #dc3545 !important;
}

/*RESPONSIVE CSS*/
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {

}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 300px) {

}

