:root {
    --gray: #4a4a4a;
    --gray-medium: #8f8f8f;
    --solitude: #ecedef;
    --white: white;
    /* --green: #56cfa7; */
    --red: #cc1d45;
    --black: #000
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

/* *::selection { */
    /* background-color: rebeccapurple; */
/* } */

body {
    background-color: #f4f5f7;
    /* background-color: #234C6A; */
    color: var(--gray);
    font-size: 14px;
    font-family: "Signika",Times New Roman,Times,serif
}

.login {
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: auto;
    flex-wrap: wrap
}

.login__main-img-wrap {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 1rem
}

.login__item-left {
    width: 50%;
    height: 100vh;
    position: relative
}

.login__item-right {
    width: 30%;
    height: 100vh;
    padding: 3rem 5rem 3rem 2.5rem
}

.video-gif video {
    height: 100vh;
}

.img-a img {
    height: 100vh;
    width: 80%;
}

.form {
    animation: form-start 2s ease;
    position: relative;
    margin: 4rem auto auto
}

.form_logo {
    height: 32px
}


.form_title {
    font-size: 24px;
    margin: 24px 0;
    font-weight: normal;
    height: 32px;
    line-height: 32px
}

.animate-top {
    position: relative;
    animation: animateTop .4s
}

.app {
    background: white
    /* background: #234C6A; */
}


.wel{
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
}

.come{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;  
}


.input-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 50px;
    padding: 6px;
}

.input-box2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* width: 100%; */
    /* height: 70px; */
    padding: 8px;
}

.input-box .input-f{
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #dadde0;
    color: #485465;
    /* outline: none; */
}

.input-f:focus{
    outline: none;
}


.form-btn {
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: inherit;
    appearance: none;
    cursor: pointer;
    outline: none;
    transition: 300ms;
    border-radius: 8px;
    border-width: 0px;
    font-weight: 700;
    background-color: #ABE7B2;
    /* background-color: rgb(188, 234, 233); */
    /* color: rgb(20, 113, 109); */
    color: #016B61;
    border-color: rgb(33, 188, 182);
    box-shadow: rgb(33, 188, 182) 0px 0px 0px 1px inset;
    padding: 10px 24px;
    height: 40px;
    font-size: 16px;
    min-width: 104px;
}

.form-btn:hover{
    /* background-color: rgb(200, 253, 251); */
    background-color: #CBF3BB;
}

.submit-btn{
    width: 100%;
    margin-top: 24px;
    letter-spacing: .5px;
}

.separate--line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--solitude);
    line-height: .1em;
    margin: 33px 0;
}

a{
    /* text-decoration: none;
    font-size: 14px;
    font-weight: 600; */
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    /* line-height: 32px; */
    color: rgb(65, 80, 247);
}

.forgot-pass{
    padding: 10px;
}

p{
    padding: 5px;
    font-size: 16px;
}

/* .border-gender{
    background-color: red;
    border: 2px solid #CCD0D5;
    box-sizing: border-box;
    display: inline-flex;
    flex: 1 0 auto;
    font-weight: 400;
    height: 36px;
    margin: 8px 6px 6px;
    padding: 0;
    position: relative;
    width: 20%;
    width: auto;
} */
/* .gender{
    box-sizing: border-box;
    color: #1c1e21;
    display: inline-block; */
    /* font-family: SFProText-Medium, Helvetica, Arial, sans-serif; */
    /* font-size: 15px;
    line-height: 36px;
    padding: 0 28px 0 10px;
     width: 100%
} */

/* .r-gender{
    height: 36px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 0;
}
label input {
    font-weight: 400;
} */

.wrapper{
  display: inline-flex;
  background: #fff;
  /* height: 100px; */
  /* width: 100px; */
  align-items: center;
  justify-content: space-evenly;
  /* border-radius: 5px; */
  padding: 5px;
  /* box-shadow: 5px 5px 30px rgba(0,0,0,0.2); */
  text-align: center;
}
.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 3px 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.inn{
    margin: 10px;
}

.dob{
  /* padding: 3px 10px; */
    /* justify-content: space-evenly; */
    /* align-items: center; */
    /* display: flex; */
    /* width: auto; */

    padding: 8px;
    /* margin: 50px; */
}


@media only screen and (max-width: 800px) {
    .app {
        overflow:auto
    }
}

@media only screen and (max-width: 1000px) {
    .form__title {
        flex-direction:row
    }
}


@media only screen and (min-width: 1280px) {
    .login__item-left {
        width:50%
    }
}

@media only screen and (max-width: 1099px) {
    .login__item-left {
        display:none
    }
}

@media only screen and (max-width: 1279px) {
    .login__item-right {
        padding:3rem 3rem;
        width: 30%;
        margin: auto
    }
}

@media only screen and (min-width: 1280px) {
    .login__item-right {
        width:30%;
        margin: auto
    }
}

@media only screen and (max-width: 1099px) {
    .login__item-right {
        width:55%;
        padding: 2rem;
        margin: auto
    }
}

@media only screen and (max-width: 767px) {
    .login__item-right {
        margin:0;
        width: 100%
    }
}

@media only screen and (max-width: 1130px) {
    .login__item-right {
        padding:3rem 4rem
    }
}

@media screen and (min-width: 1100px)and (max-width: 1376px) {
    .login__item-right {
        width:30%;
        padding-right: 0
    }
}

@media screen and (min-width: 1100px)and (max-width: 1245px) {
    .login__item-right {
        width:30%;
        padding-right: 0;
        margin-right: 2rem
    }
}

@media screen and (min-width: 1440px) {
    .login__item-right {
        width:40%
    }
}
