body {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 56px;
    min-height: 100vh;
}

.bgSignup {
    background-color: #fff;
    padding: 30px 20px;
    /* margin:0 auto; */
    /* min-height: calc(100vh - 55px -56px); */
}

a {
    text-decoration: none !important;
}

h1.signuphead {
    font-family: 'poppins', sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 2.5vh;
    font-weight: 400;
    padding: 0.5rem;
    opacity: 0.8;
}

.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    margin-top: 15%;
    margin-left: 10%;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 1.1rem;
    outline: 0;
    border: 2px solid #f2f2f2;
    box-shadow: rgba(120, 120, 160, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0px);
}

*::placeholder {
    color: #555 !important;
    font-size: 1rem;
    opacity: 0.7 !important;
}

.mybtn {
    border-radius: 50px;
}

.btn-md {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
}

.btn-outline-primary {
    color: #007bff !important;
    background-color: #CECFFF !important;
    border: none !important;
}

.btn-outline-primary:hover {
    border: 1px solid #007bff !important;
    color: #007bff !important;
    background: none !important;
}

.forgot-password,
.text-body-2 {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 0;
    font-size: 14px;
    line-height: 21px;
}

.form-group.required .form-label:after {
    content: "*";
    color: red;
}


/* @media screen and (max-width: 600px){

  
  body {
    
    padding-bottom:100px;
    
  }
} */