﻿/* footer */

.footer .warp .right .fa {
    text-align: center;
}

.qr-code {
    display: inline-block;
}

.qr-container {

    justify-content: space-between;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .footer .warp .right {
        width: 100%;
        float: none;
        text-align: center;
    }
	
	
	.qr-container {


    margin-bottom: 0px;
}
	
	.footer .warp .cent {
    margin-top: 40px;

}

footer .warp {
   padding-bottom: 0px; 
}
	
}

/* login */