.accno-msg{
margin-left: 16px;
font-size: 14px;
color: #1c91e5;
}
.primary-contact{
position: unset;margin-bottom: 15px;
}
.modal-parent-div{
z-index: 3;
display: none;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}
.w3-modal-content{
 margin: auto;
    background-color: #fff;
    position: relative;
    padding: 18px;
    outline: 0;
    width: 1086px;
    top: 12px;
    height: 96%;
    overflow: hidden;
    overflow-y: hidden;
    padding-bottom: 35px;
}
.accept-tc{
border:unset;
width: 240px;
text-decoration: none !important;
}
.disable-acceptBtn{
pointer-events: none;
background-color: grey;
}
.signInBoxError{
display:none;
font-size: 13px;
color: red;
position: absolute;
top: 43px;
}
.footer-container{
margin-top: 6px;
}
.authorizedRepresentative{
height: 42px;
width: 270px;
}
.modal-parent-div iframe{
height: 86%;
    width: 100%;
}
.dateOfSign{
    height: 38px;
    width: 146px;
}
.errorBox{
border: 2px solid red;
}
@media only screen and (max-width: 768px) {
.w3-modal-content{
    overflow-x: scroll !important;
 overflow-y: scroll !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
}
label[for=adg400SerialNo]{
width : 92%;
}
.infoBtn{
       position: absolute;
    bottom: 65px;
    right: 27px;
    float: right;
    border-radius: 22px;
    padding-left: 6px;
    height: 20px;
    padding-top: 1px;
    color: black;
    width: 20px;
    border: 2px solid black;
}
.infoBtn span{
    position: relative;
    bottom: 4px;
}
.closeBtn{
position: absolute;
    background: white;
    border: navajowhite;
    margin-left: 2px;
}
