

.big-button{
  background-color: white;
  color: #67c2d4;
  padding: 30px 100px;
  border: none;
  display: inline-block;
  font-family: sans-serif;
}
.big-button:hover{
  text-decoration: none;
}
.box{
  padding: 10px;
}
.box input{
  width: 90%;
  border: solid 1px;
  padding: 10px;
  margin: 10px 0;
}
.box input[type=submit]{
  background-color: #67c2d4;
  color: white;
  border-color: #67c2d4;
}




.box .form-control {
  display: block;
  width: 95%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



.box .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.box .form-control:-moz-placeholder {
  color: #999;
}
.box .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}


.box .form-control1 {
  display: block;
  width: 95%;
 
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.box .form-control1:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.box .form-control1:-moz-placeholder {
  color: #999;
}
.box .form-control1::-moz-placeholder {
  color: #999;
  opacity: 1;
}


.box .btn{   width: 95%;  background-color: #0c77aa; margin-right:10px; font-size:18px;  color: #000; border-radius: 4px;  padding: 6px;}

.box .btn a {   width: 90%;  background-color: #0c77aa;  margin-right:10px; font-size:18px;  color:#CCCCCC; border-radius: 4px;  padding: 6px;}
.box .btn a:hover {   width: 95%;  background-color: #0c77aa; margin-right:10px; font-size:18px;  color:#CCCCCC; border-radius: 4px;  padding: 6px ;}


.morphbutton-content {
  background-color: white;
  margin-top:50px;
   position: fixed;
  border-radius: 6px;
  z-index: 801;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
  pointer-events: none;
  transform: translate(0%, 0%);
   border: 4px solid #212629;
   overflow-y: auto; 
	
  
  
  }
  body.morphbutton-modal-active .morphbutton-content.active {
    top: 0     !important;
    left: 0     !important;
    bottom: 0;
    width: 100%  !important;
    max-height: 100%  !important;
	
    pointer-events: auto;
    visibility: visible; }
    @media (min-width: 600px) {
      body.morphbutton-modal-active .morphbutton-content.active {
        width: 380px !important;
        top: 50%          !important;
        left: 50%         !important;
        bottom: inherit;
        transform: translate(-50%, -50%); } }
  .morphbutton-content.active {
    opacity: 1; }

body::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 800;
  opacity: 0;
  transition: opacity .5s .2s;
  pointer-events: none; }

body.morphbutton-modal-active::before {
  opacity: 1;
  pointer-events: auto; }

.morphbutton-close {
 
  top: 10px;
  right: 25px;
  background: none; color:#FF0000; font-size:16px;
  border: none;
  position: absolute; }

.morphbutton-content > * {
  opacity: 0;
  transition: opacity 0.5s; }

.morphbutton-content.active > * {
  opacity: 1; }

.morphbutton-cascade * {
  opacity: 0; margin-left:5px; 
    transform: translateY(50px);
  transition: opacity 0.5s, transform 0.4s; }

.morphbutton-content.active .morphbutton-cascade > * {
  opacity: 1;margin-left:5px;
  transform: translateY(0); }

.morphbutton-cascade > *:first-child {
  transition-delay: 0.4s;margin-left:5px; }

.morphbutton-cascade > *:nth-child(2) {
  transition-delay: 0.45s;margin-left:5px; }

.morphbutton-cascade > *:nth-child(3) {
  transition-delay: 0.5s;margin-left:5px; }

.morphbutton-cascade > *:nth-child(4) {
  transition-delay: 0.55s;margin-left:5px; }

.morphbutton-cascade > *:nth-child(5) {
  transition-delay: 0.6s; }

.morphbutton-cascade > *:nth-child(6) {
  transition-delay: 0.65s; }

.morphbutton-cascade > *:nth-child(7) {
  transition-delay: 0.7s; }

.morphbutton-cascade > *:nth-child(8) {
  transition-delay: 0.75s; }
  
  
 .morphbutton-cascade *:nth-child(8) span { float:right;   } 
  
  
