* {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
#login {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 10px;
  background: #fafafa;
  border: 1px solid #ebebeb;
}
#login h1 {
  margin: 0 0 20px 0;
}
#login input {
  width: 100%;
  padding: 10px;
}
input[type=email], input[type=password] {
  margin: 0 0 20px 0;
  border: 1px solid #d7d7d7;
}
input[type=button], input[type=submit] {
  font-weight: 700;
  border: 0;
  padding: 15px;
  background: #888;
  color: #fff;
  cursor: pointer;
}

body {
        background-color:  #ffffff;
        }

h1 {
        color: black;
        background-color:  #ddd;
        font-size:28px;
        }
.back{
        background-color: #fff;
        width: 100%;
        height: 90%;
           }

.headline{
        background-color: #ddd;
        width: 98%;
        height: 90px;
        padding: 10px 20px;
           }
.row_top {
    display: flex;
    height: 180px;
    margin-top:10px;
}

.section_top_left{
        background-color: #bbb;
	width: 25%;
           }
.section_top_middle{
        background-color: #bbb;
	width: 48%;
           }
.section_top_right{
        background-color: #bbb;
	width: 25%;
           }
.form-layout {
    display: flex;
    gap: 15px;
}

.fields {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
}

.submit-area {
    display: flex;
    align-items: flex-start;
}
.section_bottom_middle{
        background-color: #fff;
	margin-top: 10px;
	width: 98%;
        padding: 10px 20px;
	height: 70%;
	overflow: scroll;
	overflow-x: hidden;
           }
.section_left{
        background-color: #bbb;
        width: 250px;
        margin-top: 10px;
/*g     height: 300px;*/
        padding: 10px 20px;
        float: left;
           }
.section_middle{
        background-color: #fff;
        width: 1210px;
        margin-left: 10px;
        margin-top: 10px;
        float: left;
/*      height: 20px;*/
/*      padding: 10px 20px;*/
           }
.section_middle img{
        width: 49%;
        margin-left: 10px;
}

.section_right{
        background-color: #fff;
        width: 180px;
/*      height: 20px;*/
        padding: 10px 20px;
        float: right;
           }

a:link, a:visited {
        color: #336699;
        text-decoration: none;
        text-align: left;
/*      border: 2px solid black;*/
        padding: 10px 20px;
        display: inline-block;
/*      display: block;*/
}


a:hover, a:active {
        color: black;
        text-decoration: underline;
/*      background-color: #dddddd;*/
        }


.bottom{
                background-color: orange;
/*              position: absolute; top:93%;
 */
                position: relative;
                margin-top: 10px;
                width: 98%;
                }

                .row-footer {
                width: 100%;
                text-align: center;
                background-color: rgb(187,187,187);
                border-radius: 5px;
                }

                .columns-footer {
                width: 40%;
                min-width: 230px;
                vertical-align: top;/*Fix for different     height elements*/
                margin-bottom: 0px;
                display: inline-block;
                color: #fff;
                border-radius: 5px;
                }
                .align-right {
                text-align: right;
                }
                @media screen and (max-width: 680px) {
                        .columns {
                width: 100%;
                        }
                }

                .text-white-footer{
                        color:white;
                        text-decoration: none;
                }

