.login-icon {
    position: relative;
    width: 100%;
}

.background-image {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
}

#right h6 {
    padding-left: 41px;
    font-size: 15px;
    color: #626262;
}

#right h6 a {
    font-size: 15px;
    text-decoration: none;
}

.rem-32 {
    text-align: center;
    font-size: 16px;
    color: #2f55d4;
}

.login-email {
    padding-left: 41px;
    font-size: 13px;
    color: #a0a0a0;
    font-weight: 400;
}

.btnnn {
    min-width: 160px;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    background-color: white;
    padding: 0 30px;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #0004ff;
    letter-spacing: 1.8px;
    font-weight: 700;
    line-height: 1.6;
    -webkit-box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
    position: relative;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 0;
}

.btnnn::before,
.btnnn::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    background-color: #2f55d4 !important;
    color: #000 !important;
}

.btnnn::before {
    left: 0;
}

.btnnn::after {
    right: 0;
}

.btnnn:hover {
    -webkit-transition: all 0.8s ease !important;
    transition: all 0.8s ease !important;
    -webkit-box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.2) !important;
    letter-spacing: 2px !important;
    color: white !important;
}

.btnnn:hover::before,
.btnnn:hover::after {
    width: 51% !important;
    z-index: -1 !important;
}

.main-login-page {
    padding: 95px !important;
}

.main-login-page h4 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
}

.main-login-page h5 {
    text-align: center;
    font-size: 15px;
    color: #a0a0a0;
    font-size: 20px;
}

.main-login-page h5 a {
    color: #0616fc;
    text-decoration: none;
    font-size: 17px;
}

.main-login-page h3 {
    padding-top: 30px;
    font-weight: 500;
    text-align: center;
}


/* #welcome, #lorem {
    margin: 20px;
    text-shadow: var(--box-shadow);
  } */

#welcome {
    font-size: 75px;
    font-weight: 300;
    margin-top: 330px;
    text-shadow: var(--box-shadow);
}

#login {
    padding-top: 35%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    text-shadow: var(--box-shadow);
}

.client-info {
    display: block;
    margin: 20px auto;
    width: 84%;
    height: 50px;
    border: solid #999 1px;
    border-radius: 5px;
    text-indent: 15px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}


/* #right input:focus-visible {
    b
  } */

.client-info:hover {
    width: 96%;
    border: solid #999 1px;
}

.login-lable {
    position: absolute;
    margin: -76px 69px;
    font-size: 12px;
    white-space: nowrap;
    background: #fff;
    padding: 0 5px;
    color: #999;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    text-shadow: var(--box-shadow);
}

#email:focus~label[for="email"] {
    margin: -76px 70px;
}

#password:focus~label[for="password"] {
    margin: -76px 70px;
}

#submit {
    border: none;
    color: black;
    width: 84%;
    z-index: 999;
}

.check,
a {
    font-size: 12px;
}

.login-forgot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.check {
    padding-left: 43px;
}

.check input {
    margin-right: 3px;
}

.rem-2 {
    text-align: right;
    text-decoration: none;
    color: #ed2553;
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    height: 42px;
    padding-left: 0px;
    padding-right: 42px;
    text-transform: none;
}

.rem {
    color: #787777;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    /* letter-spacing: 0.3em; */
    padding-left: 3px;
    padding-top: 0px;
    position: relative;
}

.social-login-title {
    font-size: 15px;
    color: #919aa3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0px;
}

.social-login-title::before {
    background-position: center left;
}

.social-login-title::before,
.social-login-title::after {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb8b8), to(#f3f3f3));
    background-image: linear-gradient(#bbb8b8, #f3f3f3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: calc(100% - 20px) 1px;
    background-repeat: no-repeat;
}

.social-login-title::after {
    background-position: center right;
}

.social-login-title::before,
.social-login-title::after {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb8b8), to(#f3f3f3));
    background-image: linear-gradient(#bbb8b8, #f3f3f3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: calc(100% - 20px) 1px;
    background-repeat: no-repeat;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.social-icon {
    text-align: center;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item {
    display: inline-block;
}

.social-icon li a {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.social-icon li a i {
    padding-right: 5px;
}

.social-icon li a:hover {
    background-color: #2f55d4;
    border-color: #2f55d4 !important;
    color: #ffffff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.otp-text {
    margin-right: 12px;
}

.otp-text:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8880;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.otp-input {
    border: none;
    background-color: #fff;
}

.card-prime-1 {
    border-top: 2px solid blue !important;
}

.card-prime-2 {
    border-top: 2px solid #ffae00 !important;
}

.card-prime-3 {
    border-top: 2px solid #33ff00 !important;
}

.card-prime-4 {
    border-top: 2px solid red !important;
}

@media only screen and (max-width: 600px) {
    .background-image {
        display: none;
    }
    .main-login-page {
        padding: 0px !important;
        padding-top: 69px !important;
    }
}

.userinput {
    display: flex;
    justify-content: center;
}

.userinput input {
    margin: 10px;
    height: 35px;
    width: 65px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: arimo;
    font-size: 1.2rem;
    background: #eef2f3;
}

.userinput input:focus {
    background-color: #eef2f3;
}

.card .card-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    padding: 19px 25px;
}

.card .card-header h4 {
    font-size: 30px !important;
}

.main-sidebar .sidebar-menu li a {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.form-group .control-label,
.form-group>label {
    font-size: 15px;
}

.active {
    background-color: white !important;
    color: #556ab0 !important;
}

.navbar .nav-link.nav-link-user .user-img-radious-style {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.active {
    background-color: white !important;
    color: #556ab0 !important;
}

.navbar .nav-link.nav-link-user .user-img-radious-style {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.sidebar-mini .main-sidebar .sidebar-menu>li>a {
    color: #2f55d4 !important;
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
    background-color: #6d87dc;
}

/*# sourceMappingURL=main.css.map */