.auth-form .forgot-pass {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0e3377;
    position: absolute;
    border-left: 1px solid #d8d8d8;
    top: 38px;
    right: 5px;
}

.auth-form .form-control {
    height: 45px;
    padding: 10px 52px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.auth-form .form-group i {
    line-height: 50px;
    color: #586082;
    text-align: center;
    position: absolute;
    font-size: 16px;
    top: 30px;
    left: 20px;
    z-index: 1;
}

.bg-authentication {
    background-color: #EFF2F7;
    -webkit-box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.05);
    border-color: #f3f1f1;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.auth-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.bg-authentication .card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card .card-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: none;
        padding: 1.5rem 1.5rem 0;
        background-color: transparent;
    }

.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.pt-1 {
    padding-top: .25rem !important;
}

body {
    background: linear-gradient(to right, #15549a 0%, #67002b 100%);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.content-wrapper .flexbox-container {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 80);
}

.content-wrapper .flexbox-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.submit {
    cursor: pointer;
    border-radius: 5px;
    color: #fff !important;
    background: -webkit-gradient(linear, left top, right top, from(#15549a), to(#67002b));
    background: linear-gradient(to right, #15549a 0%, #67002b 100%);
    padding: 5px 20px;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    border: 0px !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.P-Left {
    padding-left: 15px;
    font-weight: 500;
    color: #21498b;
}
