.select2-container .select2-selection--single,
    .select2-container--classic .select2-selection--single
    {
        display                 : block;
        width                   : 100%;
        padding                 : .375rem .75rem;
        font-size               : 1rem;
        font-weight             : 400;
        line-height             : 1.5;
        color                   : #212529;
        background-color        : #fff;
        background-clip         : padding-box;
        border                  : 1px solid #ced4da;
        -webkit-appearance      : none;
        -moz-appearance         : none;
        appearance              : none;
        border-radius           : .25rem;
        transition              : border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        min-height              : calc(1.5em + 1rem + 2px);
        padding                 : .5rem 1rem;
        font-size               : 1.25rem;
        border-radius           : .3rem;
    }
    .select2-container .select2-selection--single .select2-selection__arrow,
    .select2-container--classic .select2-selection--single .select2-selection__arrow
    {
        height: calc(1.5em + 1rem);
    }
    body{
        background-image: url(../../img/sls-background.png);
    }
    .card-header{
        background-color: #006a4e;
    }
    #main .btn-signup {
        background-color: #006a4e;
        color: #fff;
        font-size: 1.2rem;
        line-height: 64px;
        font-family: 'Dosis', sans-serif;
        border-radius: 46px;
        padding: 0;
        box-shadow: 0px 10px 23.75px 1.25px rgba(13, 68, 54, 0.45); 
        transition: all 0.3s;
    }
    #main .btn-signup:active {
        color: #eff4f6;
        background-color: #036249;
        /*box-shadow: 0px 10px 23.75px 1.25px rgba(13, 68, 54, 0.2);*/
    }
    #main .btn-signup::before {
        font-family: "Font Awesome 5 Free"; 
        content: "\f101";
        font-weight: bold;
        margin: 0 30px;
        color: #0d4436;
    }
    #main .btn-signup::after {
        font-family: "Font Awesome 5 Free"; 
        content: "\f100";
        font-weight: bold;
        margin: 0 30px;
        color: #0d4436;
    }

    .jq-toast-single {
        font-size: 18px;
    }