@import url(style.css);
.startOuter {
    background-color: #0D2445;
    height: 100%;
    width: 100%;
    display: table;
    min-height: 100vh;
    overflow: hidden;
}

.startOuter .loginOuter {
    display: table-cell;
    vertical-align: middle;
}
.startOuter .loginOuter button.custom_btn:after {
    display: none;
}
.startOuter .loginOuter button.custom_btn:hover {
    background: #2b9fd7;
    color: #ffffff;
}
.verticalCenter .logo img {
    width: 198px;
}

.login_image_text {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 325px;
    text-align: center;
}

.welcomeBox {
    background-color: var(--white);
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin-top: 24px;
}

.welcomeBox h2 {
    color: var(--black);
    font-size: 17px;
    font-weight: 500;
}

.welcomeBox p {
    color: #848483;
    font-size: 12px;
    font-weight: 300;
}

.start_btn {
    margin-top: 39px;
}

.start_btn .custom_btn {
    min-width: 120px;
    min-height: 42px;
    line-height: 42px;
    text-align: center;
}

.start_btn .custom_btn:hover {
    text-decoration: none;
    color: var(--white);
}

.start_btn p {
    display: inline-block;
    margin-left: 29px;
    font-size: 12px;
    font-weight: 500;
    color: var(--black);
}

.loginOuter .verticalCenter {
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
}
.verticalCenter::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 50%;
    background: url(../img/bg-plan-right-1.png) no-repeat;
    z-index: 2;
    background-size: cover;
    background-position: right;
}
.verticalCenter::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60%;
    right: 0;
    min-height: 20%;
    background: url(../img/bg-plan-right-2.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.loginOuter .verticalCenter .textCenter {
    display: table-cell;
    vertical-align: middle;
}

.verticalCenter h4 {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-family: 'Poppins';
    line-height: 41px;
    margin-bottom: 12px;
}

.verticalCenter h4 img {
    position: absolute;
    top: -11px;
    left: -34px;
}

.verticalCenter p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-weight: 400;
}

.form-control:focus {
    border-color: #898989;
}

.start_btn h5 {
    font-size: 13px;
    color: var(--black);
    font-weight: 400;
}

.start_btn h5 a {
    color: var(--black);
    font-weight: 600;
}

.start_btn h5 a:hover {
    text-decoration: none;
}
.loginOuter .back-to-login {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: right;
    text-underline-offset: 2px;
    text-transform: capitalize;
    transition: .4s all ease-in-out;
}
.start_btn.login {
    text-align: center;
}

.start_btn.login .custom_btn {
    background-color: #ffffff;
    color: #0D2445;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    min-height: 56px;
    font-family: 'Poppins';
    letter-spacing: 0.08px;
    margin: 0;
    transition: .4s all ease-in-out;
}

.loginOuter .custom_btn::after {
    background-color: rgba(13, 36, 69, 0.2);
}
.loginOuter .form-group img.password-right-img {
    position: absolute;
    right: 18px;
    margin-left: auto;
}
.startOuter .loginOuter .form-logo img {
    max-width: 133px;
    height: 100px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.startOuter .form-img {
    height: 100vh;
    position: relative;
    background: url(../img/main-bg-login.webp) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.startOuter form .forgot-pass a {
    font-weight: 500;
    padding: 0px;
    text-decoration: underline;
    font-family: 'Poppins';
    font-size: 14px;
}

.startOuter form .forgot-pass {
    float: right;
}

.startOuter form {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.loginOuter .verticalCenter .form-group input::placeholder {
    color: rgba(255, 255, 255, 70%);
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0;
}
.startOuter form .forgot-pass a.btn {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
    margin: 15px 0 30px 0;
    transition: .4s all ease-in-out;
}
.startOuter form .forgot-pass a.btn:hover, .loginOuter .back-to-login:hover {
    color: #2b9fd7 !important;
}
.startOuter form label {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 17px;
    top: -12px;
    background-color: #0d2445;
    padding: 0 5px;
}

.startOuter .form-logo {
   text-align: center;
   margin-top: 150px;
   display: inline-block;
}

.bg-login-image .verticalCenter {
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.startOuter .fortruck img {
    width: 100%;
    max-width: 100%;
}
.loginOuter h1 {
    font-size: 54px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    max-width: 704px;
    margin: 39px auto 0;
}
.loginOuter .form-group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.loginOuter input:-webkit-autofill,
.loginOuter input:-webkit-autofill:hover, 
.loginOuter input:-webkit-autofill:focus, 
.loginOuter input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: unset;
}
.loginOuter .form-group {
    position: relative;
    margin-top: 40px !important;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border: 1.5px solid #ffffff;
    width: 100%;
    border-radius: 5px;
}
.loginOuter .form-group .form-control {
    background-color: transparent;
    border-width: 2px;
    font-size: 14px;
    color: #ffffff;
    min-height: 56px;
    padding: 0 15px 0px 60px;
    border: 0;
}
.loginOuter span.input-divider {
    border-left: 1px solid #ffff;
    padding-left: 0px;
    height: 15px;
    position: relative;
    left: 51px;
}
.loginOuter .form-group .form-control option {
    background-color: #0d2445;
}
.loginOuter .form-group select.form-control { background-position: 98% 50%; }
.loginOuter .form-group .form-control::placeholder{ color: #ffffff; }
.loginOuter .form-group .form-control:focus{ outline: none; box-shadow: none; border-color: #ffffff; }