@import url("./config.css");
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}

body,
a,
span,
button,
h2,
p,
em,
li,
ol,
h1,
td {
  font-family: "OpenSans";
}
body {
  margin: 0px !important;
  height: 100%;
  width: 100%;
  background-color: rgba(232, 232, 232, 1) !important;
}

.header-wrapper {
  align-items: center;
  display: flex;
  height: 75px;
  justify-content: space-between;
  padding: 10px 100px;
  width: 100%;
  z-index: 5;
  transition: all ease 0.4s;
  background: var(--mastercolor);
  position: relative;
}
.sib-logo {
  text-align-last: end;
}
.header-left b {
  font-size: 22px;
  color: white;
}

.header-wrapper .sib-logo img {
  width: 200px;
  /* margin-top: 10px; */
}

.header-wrapper .sib-logo b {
  bottom: 5px;
  position: absolute;
  font-family: "Poppins";
  font-weight: bolder;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.02em;
  line-height: 24px;
  font-size: 17px;
  margin-left: -20px;
  top: 50px;
}

.header-wrapper .right-section .img {
  background: url("./../images/icons/phone.svg");
}
.content {
  align-items: center;
  display: flex;
  min-height: calc(100% - 90px);
  justify-content: center;
  width: 100%;
  background: #E5ECE5;
  padding: 20px 0;
}

.content-personal {
  align-items: center;
  display: flex;
  margin-top: 30px;
  justify-content: center;
  width: 100%;
  background: #E5ECE5;
}
@media (min-width: 768px) {
  .content .card {
    background: white;
    align-items: center;
    display: flex;
    border-radius: 10px;
    height: 85%;
    width: 75%;
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 50px;
    padding: 40px;
  }
  .otp-resend-valid {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .content .card {
    background: white;
    align-items: center;
    display: flex;
    border-radius: 10px;
    height: 80%;
    width: 95%;
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 70px;
    padding: 40px;
  }
  .otp-resend-valid {
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .content .card .left-section {
    display: flex;
    border-radius: 10px 0px 0px 10px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .content .card .left-section {
    display: none;
  }
}

.content .card .left-section img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 768px) {
  .content .card .right-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding: 40px 0px;
  }
}
@media (max-width: 768px) {
  .content .card .right-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 90%;
    overflow: hidden;
    position: absolute;
    padding-top: 25px;
    padding-bottom: 25px;
    top: 0;
    padding: 40px 0px;
  }
}
.subtitile {
  font-size: 12px ;
}
.red-link {
  color: var(--mastercolor);
}

.content .card .right-section .form-section {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  height: 100%;
  width: 80%;
  font-family: "Helvetica Neue", Helvetica, Arial, "OpenSans";
}
.form-section form {
  display: flex;
  flex-direction: column;
}
.form-section form p {
  margin-top: 15px;
  margin-bottom: 0px;
  height: 25px;
  font-family: "Helvetica Neue", Helvetica, Arial, "OpenSans";
  font-size: 16px;
  color: rgba(75, 75, 75, 1);
  line-height: 26px;
}

.form-section .title {
  font-family: "Poppins";
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--mastercolor);
  letter-spacing: 0.02em;
  line-height: 30px;
}

.form-section button {
  height: 40px;
  width: 350px !important;
  border: none;
  font-size: large;
  color: white;
  background-color: var(--mastercolor) !important;
  border-radius: 8px;
  max-width: 100%;
  font-size: 14px;
}

.sib-input {
  width: 100%;
  margin-top: 5px;
  text-indent: 5px;
  font-size: 14px;
  -webkit-transition: 1s; /* Safari */
  transition: 1s;
  height: 45px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(218, 209, 209, 1);
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(226, 226, 226, 0.5);
}
.sib-input {
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* .sib-input:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
} */
.sib-input:focus {
  outline: none;
  /* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
}

.sib-checkbox-container {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: justify;
}

.sib-checkbox-container label {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 100 !important;
  color: rgba(99, 99, 99, 1);
  line-height: 20px;
}
input[type="checkbox" i] {
  zoom: 1.5;
  margin-right: 10px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(191, 191, 191, 1);
  border-radius: 4px;
}

input[type="checkbox" i]:checked {
  background-color: black;
}

/* input[type="checkbox" i]:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
} */

.digit-group .input-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.text-muted a {
  color: rgba(44, 139, 214, 1) !important;
}

.card-wrap {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  margin: 0px 5px;
  max-width: 900px;
  
}

.card-wrap .left-section {
}

.card-wrap .right-section {
  flex: 1;
  padding: 40px;
}
@media (min-width: 390px) {
  .agree-terms {
    display: flex;
    font-size: 14px;
    padding-left: 5px;
  }
}
@media (max-width: 390px) {
  .agree-terms {
    display: flex;
    font-size: 11px;
    padding-left: 5px;
  }
}

.wrapper {
  position: relative;
  margin-left: 5px auto;
  background: white;
}

.wrapper,
.wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  width: 25px;
  height: 25px;
  margin-top: -1px;
}

.wrapper .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: var(--mastercolor);
  border: 5px solid #fff;
}

.wrapper .spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 200;
  border-right: none;
  animation: rota 15s linear forwards;
}

.wrapper:hover .spinner,
.wrapper:hover .filler,
.wrapper:hover .mask {
  animation-play-state: running;
}

.wrapper .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 100;
  animation: opa 15s steps(1, end) forwards reverse;
  border-left: none;
}

.wrapper .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: inherit;
  opacity: 1;
  z-index: 300;
  animation: opa 15s steps(1, end) forwards;
}

@keyframes rota {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.disable-class {
  opacity: 0.5;
  pointer-events: none;
}
