@charset "utf-8";

/* CSS Document */
/*******common css*************/

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden !important;
    background-color: #EFEFEF;
    min-height: 100vh;
    background-image: url(../images/body_bg.jpg) !important;
    background-repeat:no-repeat !important;
    background: center center;
    background-size: cover;
    background-attachment: fixed;
}

.wifi_box {
    background-color: rgba(225, 225, 225, 0.9);
    padding: 50px 50px;
}

.black_btn{
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.black_btn:hover{
    background-color: #F06341;
    color: #ffffff;
}

.copy_right{
    font-size: 13px;
}