.login-logo {
    width: 100%;
    max-width: 180px;
    margin: auto;
}

.login-logo img {
    width: 100%;
    height: auto;
}

.login-btn {
    background-color: #0072DB !important;
}

.refactory.theme input[type="text"]:-webkit-autofill:focus,
.refactory.theme input[type="password"]:-webkit-autofill:focus {
    -webkit-text-fill-color: black;
}

.refactory select {
    width: 100%;
    min-width: 288px;
    height: 40px;
    border: 2px solid #ebebeb;
    background-color: #ebebeb;
    color: black;
    font-size: 14px;
    padding: 0 14px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    font-family: 'Droid Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-fill-color: black;
    -webkit-appearance: none;
}
