@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: 'Lato';
    background: url('/images/bg-top-login.svg') no-repeat top right 12px;
    height: 100%;
}

main {
    background: url('/images/bg-bottom-login.png') no-repeat bottom left;
    height: 100vh;
}

.brand-wrapper {
    padding-top: 76px;
    width: 465px;
}

@media (max-width: 1320px) {
    .container-fluid {
        padding-left: 200px;
    }

    .brand-wrapper {
        padding-top: 120px;
    }
}

.brand-wrapper a {
    margin-right: 106px;
    text-decoration: none;
}

.brand-wrapper > a > img {
    margin-right: 8px;
}

.brand-wrapper > a > span {
    font-family: 'Lato';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #214cd3;
}

.brand-wrapper .logo {
    width: 117px;
}

.greeting {
    margin: 68px 0px 32px 0px;
}

.greeting.is-invalid {
    margin-top: 0;
}

.greeting > h6 {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #03010c;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
    padding: 0;
}

.redirect-tooltip {
    margin-top: 68px;
}

.redirect-tooltip.success {
    display: flex;
    align-items: center;
    background-color: #7A30FF;
    border-radius: 4px;
    color: #fff;
    width: 310px;
    padding: 8px 12px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
}

.redirect-tooltip.error {
    display: flex;
    align-items: center;
    background-color: #03010c;
    border-radius: 4px;
    color: #fff;
    width: 310px;
    padding: 8px 12px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
}

.redirect-tooltip.error .content {
    width: 80%;
}

.redirect-tooltip.error .close-error svg {
    cursor: pointer;
}

.redirect-tooltip.success .spinner-border {
    width: 17px;
    height: 17px;
    font-size: 8px;
    display: flex;
    align-items: center;
}

.redirect-tooltip .content {
    margin-left: 12px;
}

.redirect-tooltip.success p {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1;
}

.redirect-tooltip.success span {
    font-size: 14px;
}

.sso {
    display: flex;
    flex-direction: column;
}

.signin-ellipse-img {
    width: 100%;
    height: 9vh;
    object-fit: contain;
    object-position: right;
    -o-object-fit: contain;
    padding-right: 11vh;
}

.signin-img {
    width: 100%;
    height: 70vh;
    object-fit: contain;
}

.signin-section {
    display: flex;
    display: -webkit-box;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    padding: 11vh 9vh 9vh 14vh;
}

.title {
    margin-bottom: 32px;
}

.title h1,
.title h4 {
    margin: 0;
    padding: 0;
    color: #03010c;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
}

.title h4 {
    font-size: 20px;
}

.signin-wrapper .form-control,
.signin-wrapper .form-control:focus {
    box-shadow: none;
    border: 1px solid #eaeaea;
    border-radius: 4.5px;
    width: 464px;
    height: 56px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-feature-settings: 'liga' off;
    line-height: 24px;
    color: #03010c;
    padding-left: 16px;
    padding-top: 1.925rem;
}

.form-floating {
    width: 464px;
}

.form-floating > label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    padding: 16px 0 16px 16px;
    width: 358px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-feature-settings: 'liga' off;
    line-height: 24px;
    color: #555555;
    opacity: 1;
}

.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.925rem;
}

.forgot-password-link {
    display: flex;
    width: 120px;
}

.forgot-password-link,
.forgot-password-link:visited,
.signup a,
.signup a:visited {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    font-feature-settings: 'liga' off;
    line-height: 16px;
    color: #214cd3;
    margin-bottom: 32px;
    white-space: nowrap;
}

.signin-wrapper .btn,.btn-teams,
.signin-wrapper .btn:disabled {
    opacity: 1;
    box-shadow: none;
    margin-bottom: 16px;
    width: 464px;
    height: 48px;
    background: #cccccc;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    font-feature-settings: 'liga' off;
    line-height: 32px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-teams{
    background-color: transparent;
    margin-bottom: 35px;
    border:1px solid #8C8C8C;

}
.btn-teams span{
    color: #5E5E5E;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.btn-teams img{
    margin-right:15px;
}

.signin-wrapper .btn img {
    max-width: 32px;
    display: none;
}

.signin-wrapper .btn.loading img {
    display: block;
}

.signin-wrapper .btn.loading span {
    display: none;
}

.signin-wrapper .btn.active {
    background-color: #214cd3;
}

.signup {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-feature-settings: 'liga' off;
    line-height: 24px;
    color: #555555;
}

.signup a {
    padding-left: 8px;
}

.signin-wrapper .show-password,
.signin-wrapper .hide-password {
    position: absolute;
    top: 0;
    right: 0;
    margin: 24px 20px 20px 20px;
    cursor: pointer;
}

.signin-wrapper .hide-password {
    display: none;
}

.signin-wrapper .form-control.is-invalid,
.signin-wrapper .form-control.is-invalid:focus {
    border: 1px solid #ec5b56;
    background-image: none;
}

.signin-wrapper .email-invalid,
.signin-wrapper .password-invalid {
    position: absolute;
    top: 0;
    right: 0;
    margin: 22px 18px 22px 0;
    cursor: pointer;
}

.alert.alert-dark {
    background-color: #03010c;
    border: none;
    border-radius: 4px;
    width: 311px;
    height: 40px;
    opacity: 0.9;
    margin-top: 28px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 0;
}

.alert.alert-dark > div {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 0 8px;
}
