#mymodal a {
	color:#2eb1a5 !important;	
}
#mymodal a:focus, #mymodal a:hover {
	color:#238980 !important;	
}
#mymodal .modal-header h4, #mymodal .modal-header .close {
      background-color: #232323;
      color:white !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header > h4 {
  	color: #ffffff !important;
  	text-align: center !important;
  }
.btn-success{
	background-color: #232323 !important;
	border-color: #232323 !important;	
	border-radius: 0 !important;	  
  }
.btn-success:hover{
	background-color: #0f0f0f !important;
	border-color: #000 !important;	
	border-radius: 0 !important;	  
  }
.btn-danger {
	color: #000 !important;
	background-color: #ffff00 !important;
	border-color: #ffff00 !important;
	border-radius: 0 !important;
}
.btn-danger:hover {
	color: #ffffff !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
	border-color: rgba(0, 0, 0, 0.8) !important;		  
}
  .modal-footer {
      background-color: #f9f9f9;
  }
  
  .box {
	max-width: 320px !important;
	width: 100% !important;  
  }
  .modal-content {
	margin-left: 23% !important;
	margin-top: 25% !important; 
  }
  #emailid.form-control {
  	border-radius: 0px !important;
  }
  #passwordl.form-control {
  	border-radius: 0px !important;
  }