body {
	font-family: "Lato", sans-serif;	
}
.signin-login_page {
  width: 100%;
  height: 100vh;
  background-color: #025959;
}

.signin-audio_bg {
  width: 100%;
  height: 100vh;
  background-position: center;
  object-fit: cover;
}

.login_page {
  width: 100%;
  height: 100%;
  background-color: #025959;
}

.audio_bg {
  width: 100%;
  height: 100vh;
  background-position: center;
  object-fit: cover;
}

.scribe_logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 7rem;
}

.welcome-content {
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-30%, -50%);
  color: white;
}

.content_head {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
}

.login_area {
  margin: auto 0;
}

.field-icon {
  color: #025959;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.login_form,
.login_form_forgotpass {
  font-family: "Lato", sans-serif;
  align-items: center;
  /* border: 2px solid #fff;
  border-radius: 0.8rem; */
  width: 80%;
  margin: auto;
  /* padding: 2rem; */
  color: white;
}


.login_form12
{
  color: black;
}
.iti.iti--allow-dropdown{
	width:100% !important;
}
.btn-login {
  font-family: "Lato", sans-serif;
  font-size: 1rem !important;
  width: 8rem;
  font-weight: 600 !important;
  color: #025959 !important;;
  background-color: #fff !important;
}

.btn-signup{
  font-family: "Lato", sans-serif;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  
}

.btn-signup:hover{
	background-color:transparent !important;
}
.forgot_text {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1rem;
  color: #4ea6a6;
}

.form-check {
  cursor: pointer;
}

.select-member {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
}
.modal-footer {
  justify-content: space-around !important;
  border: none !important;
  display: block !important;
}
.modal-header{
	display: block !important;
	padding:2.5rem !important;
}


.modal-content {
  background-color: #025959 !important;
  color: white;
  border: none !important;
}

.modal_divider {
  width: 80%;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.modalbg {
  background: #a0a0a078 !important;
  
}
.modalbg .modal-dialog{
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.modal-btn{
  border: 2px solid #fff !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #fff !important;
}
.progress {
    
    width: 100% !important;
    border-radius: 17px !important;
}

.next-btn{
  display: flex !important;
  justify-content: center;
  width: 10rem;
  background: #fff !important;
  margin: 0 auto;
  margin-top: 0px;
  align-items: center;
  color: #025959 !important;
  margin-top: 34px !important;
  font-size: 1.2rem !important;
}

.step-text{
	font-size:1.4rem;
}
.signup-action-btn input[type="button"],button{
	height: 53px !important;
	color: #025959 !important;
	border-radius: 10px !important;
}

.btn-submit{
	margin-left: 1.5rem;
}

/* .signup-action-btn{
	width:80%;
	margin-left:3rem;
} */
.submit-btn-size{
	min-width:117px !important;
	
}
.sign-border{
	border: 1px solid white !important;
	padding: 27px;
	border-radius: 15px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	
}
.swal2-confirm{
	color: #fff !important;
}


#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset {
  /* background: white; */
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.iti__country-list{
  width: 300px;
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@media only screen and (max-width: 950px) {
  .login_area {
    background-color: #025959;
  }

  .content_head {
    font-size: 1.2rem;
  }
  .welcome-content{
		margin-top:4rem !important;
		font-size: 0.8rem;
	}
}



@media only screen and (max-width:576px){
	
	.progress{
	margin: 0 auto;
    margin-left: auto !important;
	}
	.signup-action-btn{
		margin-left:0;
	}
	.btn-submit{
	margin-left: 0;
}
	
	
}