body {
  font-family: 'Lato', sans-serif;    
}
a {
  color          : #7020FF;
  text-decoration: none;
  font-size      : 14px;
  font-weight: 400;
}
input::-webkit-input-placeholder {
  color: deeppink;
}
/* Firefox 4-18 */
input:-moz-placeholder {
  color: deeppink;
  opacity: 1;
}
/* Firefox 19+ */
input::-moz-placeholder {
  color: deeppink;
  opacity: 1;
}
/* IE 10-11 */
input:-ms-input-placeholder {
  color: deeppink;
}
/* Edge */
input::-ms-input-placeholder {
  color: deeppink;
}
/* MODERN BROWSER */
input::placeholder {
  color: deeppink;
}
.btn.btn-blank {
  border: 1px solid #989DAB;
  border-radius: 7px !important;
  margin: 10px;
  color: #424242;
  font-size: 14px;
  padding: 5px 30px;
}

.btn.btn-primary {
  width: 100%;
  background: #EB1414 !important;
  border-color: #EB1414;
}
.register-panel {
  padding: 40px 0;
}
.border-bg {
  align-items    : center;
  margin         : 15px 0 !important;
  position       : relative;
  box-sizing     : border-box;
  background     : #fff;
  background-clip: border-box;
  background-clip: padding-box;
  border         : solid 3px transparent;
  border-radius  : 1.7em;
}

.border-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -4px;
  border-radius: 30px;
  background: linear-gradient(90deg, #000000 0%, #000000 0.01%, #E90707 54.69%, #E90707 100%);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.side-bar-banner {
  margin: 40px 20px !important;
}
.side-bar-bg {
position             : relative;
border-radius        : 24px 0px 0px 24px;
background-blend-mode: overlay;
margin               : 5px;
}

.side-bar-link.d-flex a{
  color: #fff;
}
.side-bar-bg .side-bar-logo img {
  width: 150px;
  margin: 0 20px;
}

.login-panel {
  width: 360px;   
}

h4.mt-2 {
  color: #000;
  font-family: Lato;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.75px;
}

.login-panel p.text-justify {
  text-align: left;
}
.text-center p {
  color: #757576;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.form-label {
  color      : #474747;
  font-family: Lato;
  font-size  : 14px;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
  float:left;
  text-align: left;
}
#phoneNumber {
  flex: 4 !important;
}

#phone, #phoneNumber {
  margin-left: 1%;
}

#phoneCountryCode {
font-size    : 15px;
margin-right : 7px;
}
input.form-control, select.form-select {
  border-color       : #757576;
  border-bottom: 1px solid #757576 !important;
  border-radius      : 7px !important;
  box-shadow: none !important;
}

p.mt-3 {
  font-size: 14px;
  color: #757576;
}
#mname {
  margin: 0 7px;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-tooltip .tooltip-content {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.custom-tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

#registerForm {
  margin-right: 0;
  padding: 0 20px;
}

input[type="checkbox"]:checked {
  accent-color: #7020FF;
}

input[type="checkbox"] {
  width       : 15px;
  height      : 15px;
  border-radius: 3px;
}

.text-center.register-panel .btn.btn-primary {
  width: 300px !important;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  background: #EB1414;
  border: 0;
}

label.mb-3.d-block {
  color: #757576;
  font-size: 14px;
}

.flex{
  display: flex !important;
}

.justify-content-center{
  justify-content: center !important;
}

input.form-control:hover, input.form-control:active, input.form-control:focus, input.form-control:focus-within {
  border-color: #7020FF !important;
  box-shadow: 0 -2px 0px 0px #7020FF inset !important;
}

@media screen and (max-width: 640px) {
  .border-bg .side-bar-bg .side-bar-banner{
   display: none !important;
  }
  .border-bg .col-xs-12.col-md-8.d-flex.justify-content-center.align-items-center.vh-100 {
    flex-direction: initial !important;
    align-items: initial !important;
    justify-content: initial !important;
  }
  .border-bg .login-panel {
    padding: 20px;
  }
}