body{background: #f8f8f8;}
#card_match_bot {
  font-size: 12pt;
  border: 0.5px solid lightgray;
  display: block;
  width: 100%;
  max-width: 750px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #fff;
  margin: auto; 
  /*min-height: 420px;*/
  border-radius: 20px;
}
#card_match_bot input {
    border: none;
    font-family: Barlow_semi, arial, Helvetica, sans-serif;
    margin: 12px 5px;
    font-size: 12px;
    padding: 10px;
    width: 260px;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border: 1px solid gray;
}
#card_match_bot #consent, #card_match_bot #account{
    width: 25px;
    vertical-align: top;
    font-size: 10px;
    margin-left: 25px;
}
#card_match_bot #consent_label, #card_match_bot #account_label{
    width: 80%;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 14px;
    text-align: left;
}
#card_match_bot #account_label{
    margin-top: 9px;
}
.loader_small {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid '.$style_color2.';
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader_small_text{
    display:none;
}
            
@media only screen and (max-width: 700px) {
    #card_match_bot {
        width: 90%;
    }
    textarea{
        width: 90%;
    }
}