﻿
/*Large Screens*/
@media only screen and (max-width : 1200px)  {

}

/*Medium Screens*/
@media only screen and (max-width : 992px)  {
      
}

/*Small Screens*/
@media only screen and (max-width : 768px)  {

    span.requiredfieldstar{
        display: none;
    }

    div.guest-outer-wrap {
        width: 100%;
        padding: 20px;
    }

    div.guest-outer-wrap-inner{
        width: 100%;
    }

    ul.data-entry-form li{
        width: 100%;
    }

    ul.data-entry-form li > label{
        width: 100%;
    }

    ul.data-entry-form li input{
        width: 100%!important;
    }

    div#account-login-page{
        width: 100%;
        padding: 20px;
        margin: 10px auto;
        left: auto;
        top: auto;
    }

    div#account-password-reset{
        width: 100%;
        padding: 20px;
        margin: 10px auto;
        left: auto;
        top: auto;
    }
      
}

/*Extra Screens*/
@media only screen and (max-width : 576px)  {

    .btn{
        padding: 7px 10px;
    }

    div#account-login-page{
        margin: 50px auto;
    }
    div#account-password-reset
    {
        margin: 50px auto;
    }

    div#account-login-page .logo{
        width: 150px;
    }

    div#account-login-page a{
        width: 100%;
    }

     
}



@media only screen and (max-width : 667px) {

    div#testing-signature div.signaturesplash div.signatureentry {
        width: 600px !important;
        height: 260px !important;
        margin-left:-300px !important;
        margin-top:-160px !important;
    
    }

    div#testing-signature div.signaturesplash div.signatureentry div.signature {
        width: 400px !important;
        height: 130px !important;
    }



}

@media only screen and (max-width : 490px) {
   
}

@media only screen and (max-width : 375px) {
    
    div#testing-signature div.signaturesplash div.signatureentry {
        width: 370px !important;
        height: 185px !important;
        margin-left:-185px !important;
        margin-top:-92px !important;
    
    }

    div#testing-signature div.signaturesplash div.signatureentry div.signature {
        width: 350px !important;
        height: 150px !important;
    }


}
