ul { list-style: none; margin: 1.5% auto 0; padding: 0px; }
input {
    background: transparent;
    width: 100%;
    margin-top: 14px;
    font-size: 130%;
    padding: 2px 5px;
}
input[type="button"] {
    background: #1279bd;
    color: #fff;
    text-transform: capitalize;
} 
input[type="button"]:hover {
     transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95);
    box-shadow: none;
    -webkit-box-shadow: none;
}

div.mentesIndex{
  transition:        opacity 0.3s ease-out;
  -moz-transition:   opacity 0.3s ease-out;
  -webkit-transition:opacity 0.3s ease-out;
  -o-transition:     opacity 0.3s ease-out;
  position:fixed;
  bottom: 1px;right: 1px;
  font-weight:bold;
  box-shadow: inset -5px 0 5px 0px #f00;
  padding: 10px 40px;
  color:#fff;text-align:center;
  background:#f00;
  z-index:199;
 }                  
.be{opacity: 1;}
.ki{opacity: 0;}
.flex1{flex:1}


.beheader { 
    width: 100%;
    display: flex;
    padding: 0;
    height: 75px;
    position: fixed;
    top: 0;
    background: white;
    z-index: 1000;
    border-bottom: 1px solid #dedede;
 }

.header-in {
    width: 100%;
    height: 100%;
    padding: 0 8vw;
      display: flex;}
    .header-left { 
        width: 20%;
        height: 100%; 
        display: flex;
        justify-content: flex-start;
        align-items: center; }

        

        .logo-top {display: none !important;}
    
     .header-center {     
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center; }

        .header-center a {height: 100%; display: flex; justify-content: center; align-items: center;}
        .header-center img { height: 40px; width: auto; }
        .header-center p { margin: 0 .3em;
        font-size: 125%; color: #7c7c7c; font-family:  'Roboto-Light','neutra_text','CenturyGothic', sans-serif; }
        .header-center span { font-weight: bold; margin-right: 8px; color: #000;}

    .header-right {     
        width: 20%;
        display: flex;
        justify-content: flex-end;
        align-items: center; }

        .header-right img { height: 40px; width: 40px; }
.middle-content {    
    position: relative;
    width: 100%;
    min-height: 810px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 75px;
    }

    .middle-bg {
            width: 100%;
            height: 85vh;
            min-height: 810px;
            position: fixed;
            z-index: -1;
            overflow: hidden; top: 75px;}


    .main-button {    
         padding: .7em 3em;
    font-size: 110%;
    color: white;
    text-transform: uppercase;
    border: 1px ridge rgba(255, 255, 255, 0.6);
    box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
    display: table;
    margin: 2em auto 0 auto;
    background: rgb(0, 121, 194);
    font-weight: 600;
    font-family: 'Montserrat', 'Oswald-Regular', Arial, sans-serif;}

    .boxes-in {
            width: 100%;
            min-height: 530px;
            display: flex;
            justify-content: center;
            margin: 0 auto;}

 .company { height: 50px;
    width: auto;
    margin-bottom: 15px;}

.back{
  text-align: right;
    float: right;
    z-index: 100;
    cursor: pointer;
    width: max-content;
    display: inline-block;
}
.door-box {
    width: 300px;
    padding: 1em;
}
.user-row {
  margin: 2em 0;
}
form {
    
    
        background: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    padding: 0px 20px 20px 20px;
    border-bottom: 2px solid #0079c2;
    border-top: 2px solid #ef808f;
    min-height: unset;
    height: 250px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.38);
}

.door-box span {
    position: absolute;
    margin-top: -9px;
}

input[type="submit"] {
        padding: .3em 1em;
    font-size: 120%;
    color: black;
    margin: 5px;
    border-radius: 2px;
    border: 1px ridge rgba(255, 255, 255, 0.6);
    background: rgb(255,185,16);
    background: -moz-linear-gradient(top, rgba(255,185,16,1) 0%, rgba(255,213,117,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,185,16,1) 0%,rgba(255,213,117,1) 100%);
    background: linear-gradient(to bottom, rgba(255,185,16,1) 0%,rgba(255,213,117,1) 100%);
    margin-bottom: 20px;
    outline: 0;
    display: table;
    margin: 0 auto 10px;
    transition: .4s;
    box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
        width: fit-content;
} 
input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #848484;
    width: 100%;
    margin-top: 14px;
    font-size: 130%;
    padding: 2px 5px;
    font-family: 'Montserrat', 'Oswald-Regular', Arial, sans-serif;
}
h5 {
    font-size: 120%;
    letter-spacing: -.02em;
    margin: 0;
    font-weight: normal;
}
.footer-right {     
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:  center; }

    .footer-right button {     
    background: black;
    padding: .5em 2em;
    font-size: 130%; }

    .footer-right span {    
    font-size: 100%;
    margin: 0 .3em; 
    }

    .footer-right img {  height: 30px;
    width: auto;
    margin: 0 -5px;
    margin-top: -4px; }

    .footer-right p { margin: 0;}

.terms {
    cursor: pointer;
}
footer { 
    width: 100%;
    display: flex;
    padding: 0;
    background: #fff;
    height: 8vh;
    min-height: 70px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    border-top: 1px solid #dedede;
 }
