
body{
    background: #0c2c43;
}	
#code-modal .modal-dialog{
    margin-top: 17%;
    border: none;
}
#code-modal .modal-header{
    background: rgba(5, 63, 107, 0.705)!important;
}
#code-modal .modal-body{
    background: rgba(255, 255, 255, 0.781);
}
#code-modal .modal-content{
    background: transparent;
    border: none;
}
#code-modal h5{
    margin-bottom: .1rem !important;
}
#code-modal #code{
    letter-spacing: 0.4em;
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    background-color: rgba(4, 45, 76, 0.8705882352941177);
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
#code-modal #countdown{
    position: absolute;
    bottom: 1px;
    right: 6px;
    color: #6c757d!important;
    font-size: 15px;
}
#code-modal .progress{
    height: 7px;
    border-radius: 0;
    width: 100%;
    padding: 0;
    margin-top: -1px;
    background: rgba(5, 63, 107, 0.705)!important;
}
#code-modal .progress-bar{
    background: #daa300!important;
    margin-top: -25px;
    border-radius: 0;
}
.modal-backdrop.show {
    opacity: 0.1;
}
.cont{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.cont div.active{
    display: block;
}
.cont div{
    position: absolute;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}
