body{
    background: #171a1d;
}
.header{
    background: url('img/bg.jpg') no-repeat;
    background-size: cover;
    min-height: 50vh;
}

.reg-form input{
    color: #000;
    outline: none;
    border: none;
    display: block;
    margin: 0 auto 10px;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 2px;
    max-width: 100%;
}
.reg-form button{
    background: #EF1F24;
        display: block;
        border: 1px solid #EF1F24;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        padding: 15px 0;
        width: 197px;
        margin: 0 auto;
        max-width: 100%;
}
.text_form{
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
}
.skip-btn{
    font-size: 12px;
}
.form-note{
    font-size: 14px;
    margin: 20px 0 0;
}
.modal {
    background: #000 !important;
    border: 2px solid #fff !important;
    height: 60vh !important;
    width: 70vw !important;
    overflow: scroll;
}
.modal iframe{
    width: 100%;
    height: 100%;
}
.modal::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.modal a.close-modal{
    top: 0 !important;
    left: 0 !important;
}
@media screen and (max-width: 560px){
    .modal{
        height: auto !important;
        width: 100% !important
    }
}