body{
    background-color: #36ab69!important;
}

.row{
    margin:0!important;
}

.header_row{
    position: relative;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    background-color: #536D7A;
    border-bottom: 1px solid #fff;
}

.content_row{
    position: relative;
    /*padding-top: 45px;*/
}

.footer_row{
    position: relative;
    height: 15vh;
    padding-top: 25px;
    border-top: 2px solid #fff;
    background-color: #17673a;
    padding-left: 15px;
    padding-right: 15px;
	color: #fff;
}

.header_container{
    text-align: -webkit-center;
}

.fairplay_logo{
    width: 70%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.image_icon{
    width: 60px;
    margin-bottom: 25px;
}

.text_container{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-top: 2px solid;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    margin-top: 30px;
}

.form_container{
    text-align: -webkit-center;
    padding-left: 0%!important;
    padding-right: 70px!important;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    /*margin-top: 70px;*/
}

.form_container input{
    margin-right: 10px;
}

.username_input{
    margin-bottom: 15px;
    padding-left: 10px;
    height: 35px;
    border-radius: 0.3em;
    border: none;
    width: 135px;
}

.password_input{
    margin-bottom: 15px;
    padding-left: 10px;
    height: 35px;
    border-radius: 0.3em;
    border: none;
    width: 135px;
}

.login_button{
    border: 2px solid #fff;
    border-radius: 0.3em;
    color: #fff;
    background-color: gray;
    width: 90px;
    height: 30px;
    padding-top: 3px;
    padding-left: 20px;
    cursor: pointer;
    box-shadow: 5px 6px #00000042;
}

.image_background{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.contact_container{
    position: absolute;
    top: 15px;
    right: 5%;
    color: #fff;
    cursor: pointer;
}

.image_contacts{
    width: 40px;
}

.footer_row p{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

footer a{
    cursor: pointer;
	color: #fff;
}

footer a:hover{
    color: #fff;
    text-decoration: none;
}

.modal{
    top: 25%!important;
}

.modal-header{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #36ab69;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.modal-header .close{
    margin-top: -25px!important;
}

.modal-title{
    padding: 0;
    font-size: 20px;
    width: auto;
    font-weight: bold;
    color: #fff;
}

.modal-body{
    color: red;
    font-weight: bold;
}

.right_column{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.left_column{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.contents_title{
    margin: 50px 0;
    font-size: 20px;
    color: #fff;
    background: rgba(55, 69, 77, .25);
    font-size: 16px;
    padding: 10px 0;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.news_title{
    margin: 25px 0;
    font-size: 20px;
    color: #fff;
    background: rgba(55, 69, 77, .25);
    font-size: 16px;
    padding: 10px 0;
    border-radius: 10px;
    color: #fff;
    /*margin-bottom: 10px;*/
}

.link_fairplay{
    background: rgba(55, 69, 77, .25);
    font-size: 16px;
    padding: 10px 0;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.link_fairplay:hover{
    background: rgb(14 20 23 / 25%);;
    color: #fff!important;
    text-decoration: none;
    cursor: pointer;
}

.link_fairplay img{
    width: 40px;
    margin-right: 10px;
}

.news_boxed{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #333333;
    /*background: #d7d7c1;*/
    box-shadow: 0px 10px 10px rgb(0 0 0 / 30%);
    padding: 20px;
    float: left;
    text-align: left;
}

.left_column .news_boxed{
    background: #F7F4D9;
}

.header_container .news_boxed{
    background: #E6EAF2;
}

.right_column .news_boxed{
    background: #DFF7DC;
}

.box_head{
    padding-bottom: 10px;
    border-bottom: solid #000 1px;
    display: flex;
    align-items: baseline;
    font-size: 13px;
    font-weight: bold;
}

.box_title{
    /*font-family: PatuaOne;*/
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: normal;
    flex-grow: 1;
    color:#000;
}

.box_title:hover{
    color:#000;
}

.box_text{
    border-top: 1px solid #000;
    /*padding-top: 10px;*/
    max-height: 55px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}

.box_text::before{
    content: '[…]';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.7em;
    text-align: right;
    background: #fff;
    box-shadow: -1px 0 2px #fff;
    z-index: 50;
}

.box_text h2{
    text-align: justify;
    max-height: 55px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    margin-top: 8px;
}

.read_news{
    text-align: right;
    margin-top: 8px;
}

.read_news a{
    color: #36ab69;
    background: #fff;
    border-color: #36ab69;
    font-weight: bold;;
    border: 1px solid;
    padding: 8px 12px;
    border-radius: 0.3em;
    cursor: pointer;
}

.read_news a:hover{
    color: #36ab69;
    background: rgba(54, 171, 105, .1);
    text-decoration: none;
}

.title_image{
    width: 40px;
    margin-right: 10px;
}

@media screen and (max-width:855px){
    .content_row{
        position: relative;
    }

    .form_container{
        padding: 0!important;
    }
}

@media screen and (max-width:767px){
    .contact_container{
        position: relative;
    }

    .contact_container img{
        width: 50px;
    }
}