/* The Modal (background) */
.modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1111; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-new {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: fit-content; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.closenew {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 1112;
  margin-left: 5%;
}

.closenew:hover,
.closenew:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.modal-login {
  width: 320px;
}

.modal-login .modal-content {
  border-radius: 1px;
  border: none;
}

.modal-login .modal-header {
  position: relative;
  justify-content: center;
  background: #f2f2f2;
}

.errordiv {
  color: red;
  text-align: center;
}

#submiterror {
  display: none;
}

#regerror {
  display: none;
}

#veriferror {
  display: none;
}

.modal-login .modal-body {
  padding: 30px;
}

.modal-login .modal-footer {
  background: #f2f2f2;
}

.modal-signin {
  text-align: center;
}

.modal-login h4 {
  text-align: center;
  font-size: 26px;
}

.modal-login label {
  font-weight: normal;
  font-size: 13px;
}

.modal-login .form-control,
.modal-login .btn {
  min-height: 38px;
  border-radius: 2px;
}

.modal-login .hint-text {
  text-align: center;
}

.modal-login .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-login .checkbox-inline {
  margin-top: 12px;
}

.modal-login input[type="checkbox"] {
  position: relative;
  top: 1px;
}

.modal-login .btn {
  min-width: 100px;
  background: #3498db;
  border: none;
  line-height: normal;
}

.modal-login .btn:hover,
.modal-login .btn:focus {
  background: #248bd0;
}

.modal-login .hint-text a {
  color: #999;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
