.modal-open {
    padding: 0;
}

.signup-testbox {
    /* background-image: linear-gradient(to top, rgb(45 193 201), #3297cc); */
  margin: 100px auto;
  width: 400px; 
  height: auto; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  border-radius: 10px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}

.login-testbox {
    /* background-image: linear-gradient(to top, rgb(45 193 201), #3297cc); */
  margin: 100px auto;
  width: 400px; 
  height: auto; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  border-radius: 10px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}

.modal-dialog h1 {
    color: #329ccc;
    text-align: center;
    border-bottom: solid 2px;
    padding: 0 0 20px 0;
    font-weight: bold;
}

.modal-dialog input[type=radio] {
  visibility: hidden;
}

.modal-dialog form{
  margin: 0 30px;
}

.modal-dialog label.radio {
	cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.modal-dialog label.radio:before {
  background: #3390cc;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.modal-dialog label.radio:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	background: transparent;
	top: 7.5px;
	left: 4.5px;
	border: 3px solid #ffffff;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal-dialog input[type=radio]:checked + label:after {
	opacity: 1;
}

.modal-dialog hr{
  color: #a9a9a9;
  opacity: 0.3;
}

.modal-dialog input[type=text],input[type=password],input[type=email]{
    position: relative;
    top: 6px;
    width: 250px; 
    height: 48px; 
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
    border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
    background-color: #fff; 
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    border: solid 1px #cbc9c9;
    margin-left: -35px;
    margin-top: 13px; 
    padding-left: 10px;
}

.modal-dialog input:focus {
    border: solid 3px rgb(28 200 233);
    border-radius: 4px;
    box-shadow: 2px 5px 0 2px #dde9f4;
}

.modal-dialog input[type=password]{
  margin-bottom: 25px;
}

.modal-dialog #icon {
  display: inline-block;
  width: 70px;
  height: 45px;
  background-color: #3390cc;
  padding: 8px 0px 8px 15px;
  margin-left: 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

.modal-dialog .user-role {
  margin-left: 30px;
  margin-bottom: 10px;
}

.modal-dialog .accounttype{
  margin-left: 8px;
  margin-top: 20px;
}

#login_btn,
#signup_btn,
.modal-dialog a.button {
    text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: white;
  padding: 6px 25px 0px 20px;
  margin: 10px 8px 20px 0px;
  display: inline-block;
  /* float: right; */
  text-decoration: none;
  width: 200px; height: 45px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 20px; 
  background-color: #3390cc; 
  -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
  -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
  box-shadow: 0 3px rgba(58,87,175,.75);
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

.modal-dialog a.button:hover {
  top: 3px;
  background-color:#5374d7;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  
}

.input-field[invalid = "true"] {
    border: solid 3px rgb(239 123 126) !important;
}

.close {
  top: -70px;
  right: 10px;
  position: relative;
  font-size: 30px;
}


/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
::-webkit-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

