*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-family: 'Roboto', sans-serif;
  color: #000;
  /* font-weight: 500; */

}
.login_Wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 60px 40px;
  background: url(../images/login-background.svg) no-repeat;
  background-size: cover;
  position: relative;
  background-position: 50%;
  font-family: "Roboto",sans-serif;
  flex-direction: column;
}
.login_Wrapper:before {
  position: absolute;
  content: url(../images/object-right-btm.svg);
  bottom: 9px;
  right: 9px;
}
.login_Wrapper:after{
  position: absolute;
  content: url(../images/object-left-bg.svg);
  top: 30px;
  left: 30px;
}

.onBoardingWrapper {
  width: 100%;
  max-width: 601px;
  /* border: solid 10px rgb(230 230 230 / 31%); */
  position: relative;

}
.boradingInner {
  border-radius: 8px;
  padding: 40px 30px 25px;
  background: #fff;
  position: relative;
  z-index: 8;
  text-align: center;
}
.onBoardingWrapper:after{
  position: absolute;
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border-radius: 11px;
  background: #E6E6E6;
  opacity: 0.4;
}
.logo_wrapper {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.logo_wrapper img {
  max-width: 242px;
}
.boradingInner h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.boradingInner p.paragraph {
  text-align: center;
  letter-spacing: 0.18px;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 18px;
}
.haveQuestions a {
  display: inline-block;
  color: #0a3ca2;
  /* text-decoration: none; */
  font-weight: bold;
}
.design-element {
  text-align: center;
  margin-bottom: 15px;
}
p.paragraph2 {
  text-align: center;
  letter-spacing: 0.15px;
  color: #000000;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 27px;
}
.linkCard {
  width: 100%;
  max-width: 415px;
  height: 54px;
  background: #EEF8EF;
  border-radius: 8px;
  opacity: 1;
  line-height: 54px;
  margin: auto;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  border: 1px dashed transparent;
  transition: all .1s ease;
}
.linkCard:hover{
  border: 1px dashed #CDDDCF;
}
.linkCard a {
  text-decoration: none;
  color: #0a3ca2 !important;
  display: block;
  width: 100%;
}
.linkCard img {
  margin-left: 10px;
  max-width: 15px;
  max-height: 15px;
}
.linkCard:hover img{
  position: relative;
  right: -1px;
  /* margin-left: 11.5px; */

}
.linkCard.disabled {
  border-color: #E6E6E6;
  background: #FAFAFA;
  font-size: 16px;
}
.linkCard.disabled del {
  color: #9F9F9F;
}
.workflowDescription {
  display: flex;
  align-items: center;
  text-align: left;
  max-width: 415px;
  margin: auto;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
  background: linear-gradient(78deg, #30AA35, #50B432);
  border-radius: 8px;
  padding: 21px 18px;
  color: #fff;
  border: solid 1px transparent;
  
  transition: all .1s ease;
}
.textside .forgotDiv {
  display: flex;
  align-items: center;
  white-space: normal;
  color: #fff;
}
.textside .forgotDiv a {
  font-weight: 500;
  color: #fff;
  display: inline-block;
margin-left: 4px;
  text-decoration: none;
}
.textside .forgotDiv a span{display: inline-block;color: #fff;}
.workflowDescription>img {
  margin-right: 15px;
  margin-bottom: -2px;
}
.workflowDescription:after {
  position: absolute;
  content: url(../images/IC-Important.svg);
  right: -9px;
  bottom: 8px;
}
.textside .forgotDiv a:hover{
  font-weight: bold;
}
.forgotDiv img {
  position: relative;
  right: -5px;
  bottom: -1px;
}
.haveQuestions {
  text-align: center;
  letter-spacing: -0.14px;
  color: #000000;
  font-size: 14px;
  line-height: 25px;
}
.textside {
  color: #fff;
  line-height: 23px;
}
.workflowDescription:hover{
  box-shadow: -6px 8px 14px #32B4376F;
border: 1px dashed #003902;
}
.workflowDescription:hover .forgotDiv img{
  right: -6px;
  
}
