.brand-logo .img {
    padding: 1rem;
}

div.authincation-content {
    background: #352F31 !important;
}

div.authincation-content img {
    width: 220px;
}

div.authincation-content input {
    background-color: #F2FBFF;
}

div.authincation-content input:focus, input:hover {
    background-color: #F2FBFF !important;
}

div.authincation-content button[type="submit"] {
    color: #FFFFFF !important;
    background-color: #d43089 !important;
    transition: background-color 0.5s;
}

div.authincation-content button[type="submit"]:hover {
    background-color: #AF2872 !important;
}

div.authincation-content .form-control:focus {
    border-color: #d43089 !important;
}

div.authincation-content *::selection {
    background: #d43089 !important;
}