html, body{
    color: #1e1e1e; 
    font: 11px arial, helvetica, sans-serif; 
    background: #f5f5f5;
    margin: 0;
    padding: 0;
    font-family: century gothic;
    height: 100vh;
    background-image: url(background.jpeg);
    width: 100%;
    height: auto;
}

.buttonhome{
background-color:175b2e;
height:20px;
min-width:40px;
text-align:center;
color:#ffffff;
font-family: century gothic;
font-size:16px;
border: 0.2px solid #000;
padding: 10px;
border-radius: 1px;
}

.menu{
font-family: "Century Gothic";
font-weight:bold; 
color:#000000;
font-size:20px;
}

.menu a{
text-decoration:none; 
color:#000000;
}

.topmenu{
	font-size: 50px;
	text-align:right;

}

.center h1{
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
}

.center form{
    padding: 20px 40px;
    box-sizing: border-box;
    
}

form .txt_field{
    position: relative;
    border-bottom: 2px solid #adadad;
    margin: 20px 0;
}

.txt_field input{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
}

.txt_field label{
    position: absolute;
    top: 50%;
    left: 5px;
    color: #adadad;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
}

.txt_field span::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #148718;
    transition: .5s;
}

.txt_field input:focus ~ label,
.txt_field input:valid ~ label{
    top: -5px;
    color: #148718;
}

.txt_field input:focus ~ span::before,
.txt_field input:valid ~ span::before{
    width: 100%;
}

.pass{
    margin: -5px 0 20px 5px;
    color: #a6a6a6;
    cursor: pointer;
}

.pass:hover{
    text-decoration: underline;
}

input[type="submit"]{
    width: 10%;
    height: 50px;
    border: 1px solid;
    background: #148718;
    border-radius: 25px;
    font-size: 12px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    
}
input[type="submit"]:hover{
    border-color: #148718;
    transition: .5s;
}
.create_cost label{
            cursor: pointer;
            display: inline-block;
            padding: 3px 6px;
            text-align: right;
            width: 150px;
            vertical-align: top;
}

.table table-bordered{
    table-layout: auto;
  width: 100%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

h1, h2 { 
    margin: 10px 0 15px; 
    padding: 0; 
    font: italic 20px georgia, serif; 
    color: #1e3c64; 
}
h2 { 
    margin: 0 0 5px; 
    font-size: 17px; 
}
h3 { 
    margin: 0 0 8px; 
    padding: 0; 
    font-size: 13px; 
    font-weight: 400; 
}
p { 
    margin: 0; 
    padding: 0 0 12px; 
}


