.testfrm {
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    left: 92px;
    top: 201px;
    width: 366px;
    height: auto;
    padding: 30px;
    text-align: center;
    border-radius: 3px;
}
.title-text
{
    color:white;
    font-size:30px;
    font-weight:400;
    text-transform:uppercase;
}
.sub-title
{
    font-weight:700;
    color:#ffbe30;
    text-transform:capitalize;
}
.form-item
{
    height:100%;
    width:100%;
    padding:0px 20px;
    display:block;
    border-radius:2px;
    color:#fff;
    margin-top: 33px!important;
    /*border:1px solid #333333;*/
    /*background-color:#333333;*/
}
.form-wrapper .form-item {
    width: 100%;
    height: 50px;
    display: table;
    position: relative;
    padding: 0px;
   margin: 0px;
}
#on_behalf
{
    padding: 11px;
    width: 100%;
    background-color:#333333;
    color:white;
    border-color: white;
}
#number, #name
{
     background-color:#333333;
     color:white;
}
#register_now
{
    font-weight:700;
    color:#ffbe30;
    font-size:18px;
    text-transform:uppercase;
    background: unset;
}
.invalid-feedback
{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f12909;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

@media screen and (max-width: 1024px)
{
    .testfrm 
    {
       top: 201px!important;
       left: 16px!important;
       width: 308px!important;
    }
}
@media screen and (max-width: 991px)
{
    .testfrm 
    {
        left: 205px;
        top: 199px;
        width: 357px;
        height: auto;
        padding: 25px;
        text-align: center;
        border-radius: 3px;
    }
}
@media screen and (max-width: 480px)
{
    .testfrm
     {
        left: 5%;
        top: 35%;
        width: 90%;
        height: auto;
        padding: 25px;
        text-align: center;
        border-radius: 3px;
        
    }
}
@media screen and (max-width: 320px)
{
    .testfrm 
    {
       top: 199px!important;
       left: 16px!important;
       width: 288px!important;
    }
}



