h1, h2, h3, h4, h5, h6  {
    font-weight: 200;
}

h1 {
    font-size: 1.6em !important;
}

h2 {
    font-size: 1.4em !important;
}

h3 {
    font-size: 1.2em !important;
}

.btn-primary:focus {
    outline: transparent !important;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #480D6E !important;
}

body .account-org-logo-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
}

body .account-org-logo-container--jasmine {
    background: transparent !important;
    border-radius: 0 !important;
    width: 190px !important;
    height: auto !important;
}

body .account-org-logo {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    box-shadow: none;
    max-width: none;
    padding: 0;
}

body .account-org-name {
    text-transform: capitalize;
    color: #480d6e;
    font-weight: bold;
    margin-bottom: 10px;
}

body .account-login-heading {
    font-weight: bold;
    margin-bottom: 10px;
}
