

/* ~~~~~~~ SIGN CONTAINER SETTINGS ~~~~~~~ */
.sign-container {
text-align: center;
height: 260px;
padding: 5px;
padding-top: 0px;
margin: auto;
border: 0px solid blue;}
.sign-card {
margin: auto;
width: 280px;}


/* ~~~~~~~ INPUT FIELD SETTINGS ~~~~~~~ */
input {
caret-color: rgba(50, 205, 150, 1.0);
margin-bottom: 3px !important;
width: 100%;
color:rgba(0, 0, 0, 0.8);
padding: 10px;
padding-left: 20px;
border:none;
border-radius: 50px;
background-color: transparent;
border: 1px solid rgba(50, 205, 150, 0.2);
background-color: rgba(0, 0, 0, 0.02);
box-shadow: 0 0 2px 1px rgba(50,205,150,0.0) inset;
transition: all 0.4s;
outline:none;}
input::placeholder {
transition: all 0.4s;
opacity: 0.9;
color:rgba(50, 205, 150, 1.0);}
input:hover {
opacity: 1;
color:rgba(0, 0, 0, 0.8) !important;
background-color: rgba(250, 250, 250, 0.5);
box-shadow: 0 0 3px rgba(50, 205, 150, 0.5);}

.order-form input {
transition: all 0.4s;}
.order-form input:hover {
background-color: rgba(250, 250, 250, 0.5);
box-shadow: 0 0 2px 1px rgba(50,205,150,0.5) inset;}


/* ~~~~~~~ BUTTON SUBMIT ~~~~~~~ */
.btns-sign {
font-family: Amatic SC;
color: rgba(0, 0, 0, 0.6);
font-size: 1.5rem;
letter-spacing: 1px;
border-radius: 50px;
width: 100%;
padding: 4px;
padding-bottom: 6px;
padding-right: 15px;
border: 1px solid rgba(50,205,150,0.3);
box-shadow: 0 0 2px 1px rgba(3,175,174,0.0) inset;
font-weight: bold;
outline: none;
text-decoration: none;
transition: all 0.4s;}
.btns-sign:hover{
box-shadow: 0 0 2px 1px rgba(50,205,150,0.8) inset;}


.help{
border: 2px solid green;
max-width: 280px;
margin: auto !important;
text-align: center;
letter-spacing: 1px;}

