#container{
    color: black;
    font-family: 'Lora', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    margin: 0;
    height: 100%;
    min-height: 600px;
}
img{
    max-width: 100%;
}

.line{
    width: 200px;
    margin: 30px auto;
    border: 0;
    height: 1px;
    background: black;
    
}
.slogan{
    font-size: 20px;
    font-weight: 400;
}
.title{
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 40px);
    text-align: center;
    border: 20px solid #111;
    padding: 0 30px;
    min-height: 600px;
}

a{
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.socialmedia{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.socialmedia li{
    margin: 0 10px;
}
.socialmedia li a{
    padding: 0 10px 10px 10px;
    display: block;
    border-bottom: 2px solid transparent;
}
.socialmedia li a:hover{
    border-color: black;
    
}
.socialmedia img{
    width: 20px;
}
  
.show{
    display: block !important;
}

.footer{
/*   margin-top: auto;*/
 }
.footer_wrapper{
    max-width: 800px;
    margin: 50px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 13px;
}
.footer_wrapper a{
    color: #ccc;
}
.footer_info, .footer_author{
    margin: 0 10px;
}
.form_success{
    border: 2px solid #35b24a;
    padding: 15px;
    margin-top: 30px;
}
.form_fail{
    border: 2px solid #cf0c0c;
    padding: 15px;
    margin-top: 30px;
}

@media (min-width: 768px){
    
    .body_right,
    .body_left{
        padding: 60px;
    }
}






@media (min-width: 992px){
    
    .form{
        min-width: 500px;
    }
    
    
}


@media (min-width: 1200px){
    .slogan{
        font-size: 25px;
        
    }
    .title{
        font-weight: 700;
        font-size: 25px;
    }
    .socialmedia img{
        width: 25px;
    }
    .form_item{
        margin-bottom: 30px;
    }
    
}













