
/* --------login----- */
  /* Modal background */
    .modal {
      display: flex;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      justify-content: center;
      align-items: center;
      padding:30px;
    }

    /* Modal box */
    .modal-content {
      background-color: #fff;
      padding: 20px;
      width: auto;
      border-radius: 8px;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
     
    }
    .form-login{
        display: flex;
        flex-direction: column;
        
    }
    .form-login input{
        padding: 5px 10px;
        border-radius: 30px;
		border: 1px solid #D7D7D7;
		margin-bottom: 5px;
		width: 300px;
    }
    .loginHedding{
       color: #2A8080;
		font-size: 24px;
		font-weight: 600;
        
    }
    .addressDiv{
   	display: flex;
   	flex-wrap: wrap;
    }
    .addressSpan{
    display: flex;
    flex-direction: column;
    }
    .addressSpan input{
    width: 98%;
    }
    
    /* Close button */
    .close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 18px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      color: black;
    }

    .loginInput {
      width: 100%;
      padding: 10px;
      margin-top: 8px;
    }

.signupHedding{
	color: #2A8080;
	font-size: 24px;
	font-weight: 600;
}
.singupline{
	width: 277px;
	height: 1px;
	background-color:#D7D7D7;
}
    .login-submit{
      width: 100%;  
	border-radius: 30px;
	background: #2A8080;
      margin-top: 10px;
      padding: 10px;
      color: white;
      border: none;
      font-weight: 600;
      font-size: 14px;
    }
    .sendOtpBtn{
      width: 100%;
      border-radius: 20px;
      margin-top: 10px;
      padding: 10px;
      border-radius: 30px;
		background-color: #2A8080;
      color: white;
      border: none;
    }    
	.signupbtn{
      width: 100%;
      border-radius: 20px;
      margin-top: 10px;
      padding: 10px;
      background: #007bff;
      color: white;
      border: none;
	}
	.otpsec{
	display:flex;
	flex-direction:column;
	
	}
	.pass{
	display: flex;
	flex-direction: row;
	}
	.resendOtd{
 	font-size: 12px;
 	color: red !important;
 	
	}
	
	.singUp-forget a,p{
	font-size: 12px;
	}
	.singUp-forget{
	display: flex;
    width: 100%;
    justify-content: space-between;
	}
	    
}

