﻿.mt--25 {
    margin-top: -25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-per-7 {
    margin-top: 7%;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-6 {
    margin-left: 6px;
}

.p-15 {
    padding: 15px !important;
}

.h-100 {
    height: 100%;
}

.f-s-23 {
    font-size: 23px !important;
}

.hide {
    display: none;
}

.border-rad-0 {
    border-radius: 0px;
}

.reset-pwd-box-shadow {
    box-shadow: 0 0 50px rgba(0,0,0,.3);
}

.reset-pwd-username {
    border-radius: 4px !important;
    font-weight: bold
}

.verify-code-green {
    color: #45b6af;
}

.w-15 {
    width: 15%;
}

.password-rules {
    list-style: none;
    padding-left: 0;
}

.password-rules li {
    color: red;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.password-rules li::before {
    content: "✖";
    margin-right: 8px;
    font-weight: bold;
}

.password-rules li.valid {
    color: #2e7d32;
}

.password-rules li.valid::before {
    content: "✔";
}

.set-pwd-error-msg {
    background-color: white;
    position: relative;
    top: -0.6em;
    padding: 5px;
    background-color: #F4F2EE;
    font-size: 15px;
    color: #f9711c;
}

.set-pwd-title-div {
    height: 1px;
    background-color: #0077AC;
    text-align: center
}

.set-pwd-title-span {
    background-color: white;
    position: relative;
    top: -0.6em;
    padding: 5px;
    background-color: #F4F2EE;
    font-size: 15px;
    color: #0077AC;
}

.set-pwd-new-pwd-label {
    background-color: #fff;
    border-radius: 0px;
}

.send-code-option {
    margin-left: -20px !important;
    position: absolute;
}

.google-microsoft-icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
}

.google-okta-icon {
    width: 55px;
    height: 30px;
}

.simpl-google-btn-width {
    width: 34% !important;
}

.simpl-ms-btn-width {
    width: 38% !important;
}

.simpl-okta-btn-width {
    width: 28% !important;
}

.simpl-white-btn {
    border-radius: 5px !important;
    background-color: white !important;
    font-size: 14px !important;
}

.padding-2-6 {
    padding: 2px 6px !important;
}

.login-sign-in-with {
    font-size: 12px;
    line-height: inherit;
    text-align: center;
    margin: 5px;
    font-weight: 400;
}

.float-none-imp {
    float: none !important;
}

.login-deployment-msg {
    font-size: 30px;
    padding: 20px;
    color: #F9711C !important;
    text-align: center;
}

.login-maintence-logo {
    height: 100%;
    width: 40%;
}

.login-maintence-dialog {
    margin: 5% auto !important;
    width: 85% !important;
}

.error-message-text {
    color: red;
}