.login-logo {
    background-color: #0093B2;
    border-radius: 5px;
}

.circle {
    width: 30px;
    height: 30px;
    font-size: 10pt !important;
    color: #ffffff;
    border-radius: 16px;
    text-align: center;
    margin-left: 15px;
    background-color: red;
    position: absolute;
    right: 20px;
    bottom: 10px;
    padding-top: 4px;
}
