.authentication-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

    .authentication-wrapper.authentication-3 {
        align-items: stretch;
        justify-content: stretch;
    }

        .authentication-wrapper.authentication-3 .authentication-inner {
            display: flex;
            align-items: stretch;
            flex-wrap: nowrap;
            justify-content: stretch;
        }

.form-control {
    height: 45px;
    border-radius: 4px;
}

.authentication-wrapper.authentication-3 .authentication-inner .form-control:focus {
    border: 3px solid #f44336;
    border-radius: 4px;
    box-shadow: none;
}

.P-realtive {
    position: relative;
}

.authentication-wrapper.authentication-3 .authentication-inner .pas-view i {
    position: absolute;
    top: 13px;
    right: 17px;
    font-size: 20px;
    z-index: 9999;
}

.display-2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.w-40 {
    width: 250px;
}
.r-t {
    height: 50px;
    top: 5px;
    right: 0;
    z-index: 99999;
}
.alert-dismissible {
    padding-right: 4rem;
}
.position-fixed {
    position: fixed !important;
}
