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

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

a {
    text-decoration: none !important;
}

h1.loginhead {
    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);
}

.mybtn {
    border-radius: 50px;
}

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

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

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#ButtonGoogle,
#ButtonLinkedin {
    color: #666;
    width: 100%;
    height: 40px;
    text-align: center;
    outline: none;
    font-size: 16px !important;
    text-decoration: none;
}

#iconGoogle,
#iconLinkedin {
    padding: 0.3rem;
}

.iconText {
    padding-left: 0.8rem;
}

button:focus {
    border: none !important;
    outline: none !important;
}

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

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

.btn-outline-info {
    color: #0072b1 !important;
    background-color: transparent;
    border: 1px solid #0072b1;
}

.btn-outline-info:hover {
    border: 1px solid #0072b1;
    background-color: #0072b1 !important;
    color: #fff !important;
}

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

@media only screen and (max-width: 400px) {
    #ButtonGoogle,
    #ButtonLinkedin {
        font-size: 14px;
        height: 56px;
    }
}

@media only screen and (max-width: 992px) {
    #ButtonGoogle,
    #ButtonLinkedin {
        font-size: 14px;
        height: 50px;
    }
}

#passControl {
    position: relative;
    display: flex;
}

#eyeId {
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 2px 10px 0 0;
}


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

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