html {
    height: 100%;
}

body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    background-color: #ebeaea !important;
    height: 100%;
}

body * {
    /* font-size: 5vh; */
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.container>.row {
    padding: 20px;
    background-color: white;
    border-radius: 5px;
}

.container>.row label {
    margin-bottom: 10px;
    font-weight: 500;
}

.wrapper {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    max-width: 350px;
}

.btn-wrap {
    text-align: center;
}

.flex-wrap {
    display: flex !important;
    padding-left: 0px;
    padding-right: 0px;
}

.control {
    margin-top: 10px !important;
}

.toast {
    position: absolute;
    right: 20px;
    top: 10px;
}

.w-50 {
    width: 50% !important;
}

.hide {
    display: none;
}

.control input,
.control select {
    margin-top: 5px;
}

#make-call-btn {
    background: #32066e;
    border-color: #32066e;
    outline: 0 !important;
    box-shadow: none;
}

.logo-wrap {
    text-align: center;
}

input,
select {
    box-shadow: none !important;
}

input:active,
:focus,
select:active,
:focus {
    border-color: #32066e !important;
}