html,
body {
    height:100%;
    font-family: Prompt;
    background-color: black;
    color: #fff;
}

.text-title {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform a:link {
    color:#fff;
}

#msform fieldset .form-card {
    /* background: white; */
    border: 0 none;
    border-radius: 0px;
    /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); */
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 0px 3%;
    position: relative
}

#msform fieldset {
    /* background: white; */
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

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

#msform fieldset .form-card {
    text-align: left;
}

.form-control, .-m-input {
    background-color: #0d0d0d;
    color: white;
    height: calc(1.5em + 1.6rem + 2px);
    padding: .8rem;
    border:1px solid white;
    -webkit-border-before: 1px solid white;
}

.form-control:focus {
    background-color: #0d0d0d;
    color: #fff;
    border:1px solid #000;
    box-shadow: 0px 0px 3px #fff;
}

#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}


#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #0d0d0d;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #0d0d0d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0d0d0d
}

#msform .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
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #0d0d0d
}

.card {
    border-radius: 0.5rem;
    background: transparent;
    background-color: #171717;
    margin-top: 5%;
    margin-bottom: 5%;
}

.fs-title {
    color: #2C3E50;
    margin-bottom: 10px;
    font-size: 13px;
    /* font-weight: bold; */
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding:0;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 14%; 
    float: left;
    position: relative;
}

#progressbar #inputPhone:before {
    font-family: FontAwesome;
    content: "1"
}

#progressbar #inputOTP:before {
    font-family: FontAwesome;
    content: "2"
}

#progressbar #inputPassword:before {
    font-family: FontAwesome;
    content: "3"
}

#progressbar #inputBank:before {
    font-family: FontAwesome;
    content: "4"
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    color: rgba(255, 255, 255, .5);
    border: 2px solid rgba(255, 255, 255, .5);
    /* position: relative;
    z-index: 99; */
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    background-color: #7d7d7d;
    /* left: 0;
    top: 20px;
    z-index: 0; */
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: white;
    color: black;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: #0d0d0d;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.btn-next {
    background: rgb(246, 231, 118);
    background: -moz-linear-gradient(top, rgba(246, 231, 118, 1) 0%, rgba(225, 165, 35, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 231, 118, 1) 0%, rgba(225, 165, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 231, 118, 1) 0%, rgba(225, 165, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6e776', endColorstr='#e1a523', GradientType=0);
    color: #0d0d0d;
    padding: .7rem 2rem;
}
.btn-cancel {
    background: rgb(69,72,77);
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    color:#fff;
    padding:.7rem 2rem;
}

.btn-cancel:hover {
    color:#fff
}