section{
    max-width: 440px;
    margin: 0 auto;
    position: relative;

}

.fixedTop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFFFFF;
}
.border-bottom-danger{
    border-bottom: 5px solid #d53839;
}
.border-top-danger{
    border-top: 5px solid #d53839;
}
.border-right-white{
    border-right: 1px solid #FFFFFF;
}

.bg-light-secondary{
    background-color: #f0f0f0;
}
.step{
    color: #000;
}
.step.active{
    color: #d53839;
}
.form-select{
    margin-bottom: 0;
}
.form-control{
    background-color: #FFF!important;
    color: #000!important;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 0;
}
.error-message{
    color: #d53839;
    font-size: 12px;
}
.iti .error-message{
    position: absolute;
}
.form-error{
    color: #d53839;
}
.form-group{
    padding-bottom: 30px;
}
input::placeholder {
  color: #5d5d5d!important;
}
input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #5d5d5d!important;
}
label{
    color: #000;
}
label span{
    color: #d53839;
}
.form-select{
    border: 1px solid #000;
}
.password-container {
    position: relative;
}
.password-input {
    width: 100%;
    padding: 10px;
    padding-right: 40px;
}
.toggle-password {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}
#btn-forgot-password{
    color: #000;
}
.alret-message{
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    transition: all 0.5s;
}
.alret-message.active{
    bottom: 0;
}
.logo{
    width: 100%;
    max-width: 80px;
}
.btn-home{
    display: block;
    padding: 10px;
    color: #000 !important;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #d53839;
    text-align: center;
}
.btn-home:after {
    color: black;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 18px;
    
}

.btn-home:after {
    left: 20px;
    transform: rotate(135deg);
}
.border-danger{
    border: #d53839 1px solid;
    padding: 15px;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #f7f7f7!important;
    border: 1px solid #e1e1e1!important;
    color: #7f7f7f!important;
}
.form-control.previewonly:disabled, .form-control.previewonly[readonly]{
    background-color: transparent!important;
    border: 0!important;
    border-bottom: 1px solid #d53839!important;
    padding-left: 0!important;
    color: #000!important;
}
.reset-password{
    background-color: transparent!important;
    border: 0!important;
    border-bottom: 1px solid red!important;
    padding-left: 0!important;
    color: #000!important;
    border-radius: 0!important;
}
.step-content{
    display: none;
}
.step-content.active{
    display: block;
}
.function{
    display: flex;
    width: 200%;
    transition: transform 0.5s ease;
}
.div1, .div2 {
    width: 50%;
}
.notice_icon{
    width: 100%;
    max-width: 40px;
}
.bottom_icon{
    width: 100%;
    max-width: 55px;
}
.icon{
    width: 100%;
    max-width: 70px;
}
.bottom-part{
    font-size: 12px;
}
sup{
    top: -0.3em;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item{
    border-radius: 0;
    margin-bottom: 15px;
    border:1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type){
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}


.accordion-button:not(.collapsed){
    color: #FFFFFF;
    background-color: #d53839;
}
.notice-content{
    border-bottom:1px solid #d53839;
    padding: 10px ;
}
.notice-content p{
    color: #d53839;
    margin-bottom: 0;
}
