.app1 {
    width: 172px;
    height: 57px;
    border: 0;
    background-size: 100%;
    /* To fill the dimensions of container (button), or */
    background-size: 173px auto;
    /* to specify dimensions explicitly */
    background-image: url("../../images/app1.png");
    background-repeat: no-repeat;
}

.app2 {
    width: 172px;
    height: 57px;
    border: 0;
    background-size: 100%;
    /* To fill the dimensions of container (button), or */
    background-size: 173px auto;
    /* to specify dimensions explicitly */
    background-image: url("../../images/app2.png");
    background-repeat: no-repeat;
}


/* ------------- !!! LANGUAGE CONTROLS !!! ----------------- */

@media (max-width: 783px) {
    .lang_switcher {}
}

@media (min-width: 784px) {
    .lang_switcher {}
}

.lang {
    all: initial;
    * {
        all: unset;
    }
}

.lang:hover {
    all: initial;
    cursor: pointer;
}

.lang_img {
    height: 45px;
}


#send{
	background-color: #ffffff;
    color: #1b1f22 !important;
    font-weight: 600;
	line-height: calc(2.75rem - 2px);
	-webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: white;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: black !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 300;
    height: 2.75rem;
    letter-spacing: 0.2rem;
    line-height: 2.75rem;
    outline: 0;
    padding: 0 1.25rem 0 1.35rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	-webkit-rtl-ordering: logical;
}

