﻿#btnStep1 {
    display: none;
}

#btnStep2 {
    display: none;
}

.cfcode {
    /*border-radius: 25px 25px 25px 25px;*/
}

.cfcodebox {
    /*border-radius: 25px;*/
    border: 1px solid #e5ddd5 !important;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #000000;
    margin: 2px;
}


.otpcode {
    border-radius: 25px 25px 25px 25px;
}

.codebox {
    border-radius: 25px;
    border: 1px solid #e5ddd5 !important;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #000000;
    margin: 2px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bg-overlay {
    opacity: 0;
}

.table th {
    font-weight: 600;
    color: white;
    background-color: darkslategrey;
}

.tot {
    font-weight: bold !important;
    background-color: azure !important;
    color: darkslategrey;
}

.footer {
    left: 0;
}