.social__btn-circle {
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.social__btn-circle--white {
    background-color: #ffffff;
}
.news-image {
    background-image: url("../../media/banner_login.png");
}
/*# sourceMappingURL=login.css.map */

.img_responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}

#login_logo{
	width: 40%;
	margin-left: 25%;
	
}
