#heading {
    /* text-transform: uppercase; */
    color: #000000;
    font-weight: 800;
}

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

#google2fa 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
}

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

#google2fa input,
#google2fa textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#google2fa input:focus,
#google2fa textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#google2fa .action-button {
    width: 140px;
    background: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%) !important;
    border-radius: 5px !important;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0 10px 5px;
}

.download_next_btn,
.authenticator_enabled_btn {
    width: 65% !important;
}

#google2fa .action-button:hover,
#google2fa .action-button:focus {
    background-color: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%) !important;
}

#google2fa .action-button-previous {
    width: 140px;
    background: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%) !important;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 5px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0;
}

#google2fa .action-button-previous:hover,
#google2fa .action-button-previous:focus {
    background: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%) !important;
    color: #fff;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    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;
    padding-left:0;
}

#progressbar .active {
    color: #fff;
}

.form-card h3 {
    color: #203f5b !important;
}

.text-primary {
    color: #000 !important;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

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

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

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

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

#progressbar #complete:before {
    font-family: FontAwesome;
    content: "5";
}

#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: #203f5b !important
}

.progress {
    height: 20px
}

.progress-bar {
    background: #a5a08f !important;
}

#progressbar .active {
    color: #a5a08f !important;
}

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

.binance_auth {
    background-color: #DCDCDC;
    padding: 10px 10px 10px 10px;
}

.main_heading {
    color: #000000;
}

.digit_code {
    margin-top: -25px;
    font-size: 12px;
}

.security_text {
    color: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%) !important;
}

.get-code {
    margin-top: 2px;
    color: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%) !important;
    border: 1px solid #ccc !important;
    border-left: none !important;
}

.get-code:hover {
    background: unset !important;
    color: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%) !important;
}

.getcodeinput {
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    border-right: none !important;
    width: auto !important;
}
.btn-info{
    background-color: #a5a08f;
    color: #fff !important;
   }
   .btn-danger{
       background-color: #203f5b;
       border-color: #203f5b;
       color: #fff !important;
      }
@media(max-width:1000px){
    #progressbar li:before{
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size:14px;
    }
    #progressbar li{width:33%;}
    #profileDiv .details img{width:100% !important;}
}
@media(max-width:610px){
    #progressbar li:before{
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size:15px;
    }
    #progressbar li:after{top:15px;}
}
@media(max-width:575px){#profileDiv .details img{width:180px !important;}}

@media(max-width:428px){#progressbar li{width:50%;}}

@media(max-width:321px){#profileDiv .details img{width:100% !important;}}