/* Стили для форми авторизації */
.uf-form-signin {
    max-width: 450px;
    padding: 25px; 
    box-sizing: border-box; 
}



/* Стили для полів введення в формі авторизації */
.uf-form-signin .input-group .input-group-text {
    background: #f6f6f7;
    color: #757779;
    border: unset;
    width: 40px;
}

.uf-form-signin .input-group .form-control::placeholder {
    color: #757779;
    opacity: 1;
}

.uf-form-signin .input-group .form-control {
    border: unset;
    font-size: 16px;
    background: #f6f6f7;
    color: #2a2a2a !important;
}

.uf-form-signin .input-group .form-control:focus {
    box-shadow: unset;
    background: #f6f6f7 !important;
}

.badge2 {display:inline-block;font-size:10px;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}