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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    min-height: 100vh;
    background: url('../frontend/form_bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.wrapper{
    margin-left: 25vh;
    width: 800px;
    background: #fefefe52;
    border: 2px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(40px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
}

.wrapper h1{
    color: #333;
    font-size: 36px;
    text-align: center;
}

.wrapper .input-box{
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input-box input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 20px 40px 20px 20px;
}

.input-box input::placeholder{
    color: #fff;
}

.input-box i{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.wrapper .remember-forget{
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}

.remember-forget label input{
    accent-color: #fff;
    margin-right: 5px;
}

.remember-forget a{
    color: #fff;
    text-decoration: none;
}

.remember-forget a:hover{
    text-decoration: underline;
}

.wrapper .btn{
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.wrapper .btn:hover{
    background: rgba(255, 255, 255, .5);
    color: #fff;
    border-color: #fff;
}

.wrapper .register-link{
    font-size: 14.5px;
    text-align: center;
    margin: 20px 0 15px;
}

.register-link p a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.register-link p a:hover{
    text-decoration: underline;
}

.form-mar-class-2 {
  margin-top: -30px;
}







.input-box select{
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  padding: 13px 0px 11px 20px;
}

.input-box select::placeholder{
  color: #fff;
}


.remember-forget label select{
  accent-color: #fff;
  margin-right: 5px;
}

.white{
    color: #fff !important;
}


option.option-field {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 40px;
  font-size: 16px;
  color: #000;
  padding: 40px 40px 40px 20px;
}







.wrapper_2{
    margin-left: 31vh;
    height: 100vh;
    width: 400px;
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    /* border-radius: 10px; */
    padding: 40px 40px;
}


/* side menu css  */

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.h-100 {
    height: 100% !important;
}
.card-animate {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.card {
    margin-bottom: var(--vz-grid-gutter-width);
    -webkit-box-shadow: var(--vz-card-shadow);
    box-shadow: var(--vz-card-shadow);
}
.overflow-hidden {
    overflow: hidden !important;
}

.start-0 {
    left: 0 !important;
}
.position-absolute {
    position: absolute !important;
}
img, svg {
    vertical-align: middle;
}
svg {
    -ms-touch-action: none;
    touch-action: none;
}

.card-body {
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--vz-card-spacer-y) var(--vz-card-spacer-x);
    color: var(--vz-card-color);
    padding: 1.0rem !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex {
    /* display: -webkit-box !important;
    display: -ms-flexbox !important; */
    display: flex !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    /* -ms-flex-positive: 1 !important; */
    flex-grow: 1 !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p {
    margin-top: 0;
    /* margin-bottom: 1rem; */
}
.ff-secondary {
    font-family:  "Poppins", sans-serif;
}
.fs-22 {
    font-size:  1.375rem !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.flex-shrink-0 {
    /* -ms-flex-negative: 0 !important; */
    flex-shrink: 0 !important;
}
.apex-charts {
    min-height: 10px !important;
}
.apex-charts .apexcharts-canvas {
    margin: 0 auto;
    width: 105px;
    height: 88.5px;
}
.apexcharts-canvas {
    position: relative;
    user-select: none;
}

h4 {
    color: #495057;
}


.logo_bg {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}




.mobile_headder{
    display: none;
}



@media screen and (min-device-width: 320px) and (max-device-width: 800px) { 

    .job_title_style {
        color: #fff !important;
    }
     
body{
    display: table-row-group;
    /* justify-content: center; */
    align-items: center;
    min-height: 100vh;
    background: url('https://i.postimg.cc/1trYTyPf/alone-morning-wq-3840x2160.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}



    .wrapper {
        margin-left: 3vh;
        width: 91%;
        margin-top: 2vh;
        margin-bottom: 2vh;
        background: #ffffff24;
        border: 2px solid rgba(255, 255, 255, .2);
        backdrop-filter: blur(40px);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        color: #fff;
        border-radius: 10px;
        padding: 30px 40px;
    }


    .wrapper_2 {
        display: none;
    }


    .mobile_headder {
        display: block;
        /* margin-left: 7vh; */
        /* height: 100vh; */
        /* width: 400px; */
        border: 2px solid rgba(255, 255, 255, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        color: #fff;
        /* border-radius: 10px; */
        padding: 40px 40px;
    }
    
    
/* .mobile_headder{
    margin-left: 31vh;
    height: 100vh;
    width: 400px;
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    padding: 40px 40px;
} */




}