/* .full_input_fields
{
    width: 500px;
} */

/* label
{
    margin-bottom:0;
} */

/* #document_description */
/* .atc-md
{
    height: 80px;
} */

/* p {
    text-align: center;
    color: blue;
  } */

  .fancyGradientDocusign{
	-webkit-font-smoothing: antialiased;
    background: radial-gradient(100% 100% at 50% -20%, rgb(255, 82, 82) 0%, rgb(76, 0, 255) 100%);
    color: rgb(255, 255, 255);overflow-x:hidden!important;
	height: 100%;
}

.btn-primary{
	background: rgb(19, 0, 50)!important;
	color: #ffffff!important;
	border: 0px!important;
}

/* .btn-secondary{
	background: rgb(38, 6, 93)!important;
	color: #ffffff!important;
	border: 0px!important;
} */

.btn-danger{
	background: rgb(255, 82, 82)!important;
	color: #ffffff!important;
	border: 0px!important;
}

main a{
    color: #ffffff!important;
}

.dac_spinner{
	display: inline-block;
	background-repeat: no-repeat, repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
    vertical-align: text-bottom;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
	background-image: url("img/64px_TBD_16.png");
}