html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f7f8;
    font-size: 14px;
    color: #111827;
    letter-spacing: .2px;
}

form {
    width: 400px;
    max-width: 100%;
}

form > div {
    max-width: 100%;
}

form > div > p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #1853EB;
    line-height: 150%;
}

div.text-center.mb-4.odaseva-logo {
    margin-bottom: 60px !important;
}

.wrapper {
    max-width: 100%;
    width: 400px;
    padding: 32px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px rgba(0, 0, 0, .08);
}

.wrapper label {
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 4px;
}

.wrapper input:not([type="submit"]) {
    height: 42px;
    margin-bottom: 16px;
    font-size: 14px;
    padding: 12px 16px;
    background-color: #f9fafb;
    color: #6B7280;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
}

.wrapper .btn.btn-login-sso {
    height: 41px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    border-radius: 8px;
    background-color: #1C64F2;
    color: white;
    transition: .3s background-color;
    margin: 0;
    border: 0;
    width: 100%;
}

.wrapper .btn .btn-login-sso:hover {
    background-color: #002685;
}

.link-back-login {
    align-items: center;
    color: #111928;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    padding: 0.5em;
    text-align: right;
    text-decoration-line: none;
}

.link-back-login > a {
    color: #1853EB;
}

.link-back-login > a:hover {
    text-decoration-line: underline;
}

.error-sso-message {
    color: #BF2E0E !important;
    background-color: #FDE8E8 !important;
    border-color: #F05252 !important;
    margin-top: 16px;
    overflow-wrap: break-word;
}

.tooltip{
    background-color: #1F2A37;
    border-radius: 4px;
    opacity: 1 !important;
}

.tooltip-inner{
    background-color: #1F2A37;
    opacity: 1 !important;
}

.failed-svg{
  vertical-align: sub;
  margin-right: .5em;
}