/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 Σεπ 2020, 11:31:54 πμ
    Author     : EIRINI
*/
body{
    font-family: 'Open Sans Condensed', sans-serif;
}
h1, h2, h3{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    color:#9fa6a1;
}
h2{
    font-size:x-large;   
}
a{
    color:inherit;
    text-decoration: none;
}
.minima {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 5%;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    padding: 4%;
    border-radius: 4px;
}
.input_text, select{
    color: #717a8f;
    font-size: 14px;
    line-height: normal;
    border: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    box-shadow: none;
    border-radius: 4px;
    padding: 11px 15px;
}
fieldset {
    border: 0;
    margin: 0 0 2em;
    padding: 0;
}
label{
    color: #717a8f;
    line-height: 2;
}
small {
    color: #7f879a;
}
textarea {
    width: 100%;
}
.button-main {
  padding: 0.6em 1.5em;
  text-align: center;
  background-color: white;
  color: #9fa6a1;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  border-radius: 22px;
  border: 2px solid #9A9797;
  transition-duration: 0.3s;
  width: 100%;
}
.button-main:hover {
    background-color: black;
    color: white;
    border-color: white;
}
.second-part input {
    width: 100%;
}
.last-row {
    margin-top: 10vh;
    background-color: #dfe9d0;
    min-height: 20vh;
    padding: 30px;
}
.last-row h1{
    margin-bottom: 1em;
}





