@import url("https://fonts.googleapis.com/css?family=Open Sans");
.form-bg {
  background: -webkit-linear-gradient(to right, #e5f2f2, #e6e9f8);
  background: linear-gradient(to right, #e5f2f2, #e6e9f8);
  padding: 25px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  position: fixed;
  overflow: auto;
  width: 100%;
  margin: 0;
}

.form-container {
  font-size: 0;
  border-radius: 0px;
  overflow: hidden;
  height: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 1px 4px;
  border: 1px solid rgb(231, 231, 231);
}

.form-container .form-img {
  background-image: url('../images/career-bg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 25%;
  height: 555px;
  background-size: cover;
  vertical-align: top;
  display: inline-block;
}

.form-container .form-horizontal {
  background: white;
  width: 75%;
  position: absolute;
  -webkit-box-shadow: -6px 0px 10px -5px rgba(0, 0, 0, 0.25);
  box-shadow: -6px 0px 10px -5px rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 33px 35px 32.5px;
  display: inline-block;
}

.form-container .title {
  color: #313131;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.form-container .form-horizontal .form-group {
  margin: 0 0 25px;
}

.form-container .form-horizontal .btn {
  color: #fff;
  background: #005791;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 25px;
  margin-top: 25px;
  padding: 10px 20px;
  display: block;
  width: 80%;
  border: none;
  transition: all .4s ease;
}

.form-container .form-horizontal .btn:hover {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}

.form-container .form-horizontal .btn:focus {
  outline: none;
}

@media only screen and (max-width:576px) {
  .form-container .form-img {
      width: 100%;
      height: 400px;
  }

  .form-container .form-horizontal {
      width: 100%;
  }
}

.slide-border {
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}


.slide-border~.focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  transition: 0.4s;
}

.slide-border:focus~.focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
}

.form-container .form-horizontal .col-12 {
  -ms-flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.fa-chevron-left {
  cursor: pointer;
}

.otp-input {
  margin-bottom: 30px;
}

.otp-input .otp {
  display: inline-block !important;
  width: 55px !important;
  height: 55px !important;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  margin-right: 30px;
  text-align: center !important;
}

.valid-otp, .valid-otps {
  display: block;
  margin-bottom: 25px;
}
.box-content label{
  font-size: 16px !important;
  color: #666666;
}
.valid-otp a {
  color: #C01414;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  font-size: 14px;
}

.valid-otp span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
/* multi tag inputs css */
.bootstrap-tagsinput {
	margin: 0;
	width: 100%;
	padding: 0.5rem 0.75rem 0;
	font-size: 1rem;
	line-height: 1.25;
	transition: border-color 0.15s ease-in-out;
}
  .bootstrap-tagsinput .has-focus {
		background-color: #fff;
		border-color: #5cb3fd;
	}

	.bootstrap-tagsinput .label-info {
		display: inline-block;
		background-color: #636c72;
	}


@media only screen and (max-width: 767px) {
.form-bg {
  padding: 5px;
  overflow: auto;
  position: relative;
}
.form-container .form-img {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: top;
 background-size: cover;
  vertical-align: top;
}
.form-container .form-horizontal .btn {
  color: #fff;
  background: #2c6eb5;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-top: 25px;
  padding: 8px 12px;
  display: block;
  margin-bottom: 60px;
  width: 100%;
  border: none;
  transition: all .4s ease;
}
.form-container .form-horizontal {
  background: white;
  width: 100%;
  position: relative;
  -webkit-box-shadow: -6px 0px 10px -5px rgba(0, 0, 0, 0.25);
  box-shadow: -6px 0px 10px -5px rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 20px;
  display: inline-block;
}
}
.modal-box .show-modal{
    color: #fff;
    background: linear-gradient(45deg, #41e07e, #7ad65c);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 100%;
    margin: 70px auto 0;
}
/* // .modal.fade .modal-dialog{ transform: scale(1); }
// .modal.in .modal-dialog{ transform: scale(1); } */
.modal-box .modal-dialog .modal-content{
    color: #41e07e;
    text-align: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px 5px rgba(122,214,92,0.3);
}
.modal-box .modal-dialog .modal-content .close{
    color: #e7e7e7;
    font-size: 50px;
    font-weight: 600;
    text-shadow: none;
    line-height: 12px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #999; }
.modal-box .modal-dialog .modal-content .close:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 40px 15px 30px !important; }
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #ffffff;
    background: linear-gradient(45deg, #68f79f, #7ad65c);
    font-size: 75px;
    line-height: 125px;
    width: 125px;
    height: 125px;
    margin: 25px auto 45px;
    box-shadow: 0 0 0 7px #fff,
    0 0 0 15px rgba(65, 224, 126, 0.4),
    0 0 0 22px #fff,
    0 0 0 25px rgba(65, 224, 126, 0.15);
    border-radius: 50%;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    font-size: 18px;
    letter-spacing: 1px;
    color: gray;
    font-family: "open sans";
    width: 80%;
    margin: 0 auto 25px;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background: linear-gradient(45deg, #41e07e, #7ad65c);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 80%;
    padding: 10px 7px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 5px 5px rgba(0,0,0,0.1),-5px -5px rgba(0,0,0,0.1);
}
.modal-box .modal-dialog .modal-content .modal-body .btn:focus{ outline: none; }
@media only screen and (max-width: 480px){
    .modal-dialog{ width: 95% !important; }

}

