/*
 * Globals
 */
 @font-face {
  font-family: Cera PRO; 
  src: url(Cera-Pro-Bold.otf); 
 }
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #0D4941;
  font-family: Cera PRO, sans-serif;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
.cover-heading {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 3rem!important;
}
.form-signin {
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: .75rem 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border: 3px solid #fff;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
  color: #0D4941;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0rem;
}
.btn-primary:hover {
  color: #fff;
  background-color: #20665a;
  border-color: #20665a;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #20665a;
  border-color: #20665a;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #20665a;
  border-color: #20665a;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #20665a;
  border-color: #20665a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  color: #fff;
  background-color: #20665a;
  border-color: #20665a;
}
input[type="text"]::-webkit-input-placeholder 
{ 
    color: #fff; 
    text-align: center;
}
input[type="tel"]::-webkit-input-placeholder 
{ 
    color: #fff; 
    text-align: center;
}
/*input[type="text"]:focus {
  border-color: #04211C;
}*/
/*
 * Footer
 */
.mastfoot #logo{
  margin-top: 3rem;
  max-width: 230px;
  /* color: rgba(255, 255, 255, .5); */
}
 #logo {
   max-width: 275px;
 }
 .cover-submit {
     display: none!important;
     position: fixed;
     background-color: #0D4941;
     color: #fff;
     font-size: 24px;
     top: 0;
     left: 0;
     
 }
 .cover-submit-active {
     display: flex!important;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }