﻿@charset "utf-8";

html, body {
    height: 100%;
}

body {
    padding: 0;
    width: 100%;
    background-color: #eee;
}

.container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.header {
    height: 120px;
    border-bottom: 1px solid #EEE;
    background-color: #ffffff;
}

.header-logo {
    padding-left: 10px;
    padding-top: 10px;
}

.header-desc {
    text-align: right;
    color: #1b1b1b;
    font-size: 16px;
}

.row
{
    height: 100%;
}

.mainbody {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #333;
    color: #eee;
}

.custom-box {
    width: 530px;
    height: 500px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    background-color: #eee;
    border-radius: 10px;
    color: #1b1b1b;
}

.boxcc1 {
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
    height: 50px;
}

.boxcc2 {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    height: 50px;
}

.boxcc3 {
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    height: 140px;
}

.brandlogo {
    width: 250px;
    height: 120px;
    background-color: #7f7f7f;
    display: table;
    margin: 0 auto;
}

.custombutton {
    width: 230px;
    height: 90px;
    background-color: #7f7f7f;
    display: table;
    margin: 0 auto;
}

.boxcc4 {
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
    height: 140px;
}

.boxcc5 {
    text-align: center;
    font-size: 14px;
    height: 50px;
}

.footer {
    bottom:0;
    position:fixed;
    height: 40px;
    border-top: 1px solid #333;
    background-color: #333;
    text-align: center;
    color: #eee;
    font-size: 16px;
    display: table;
}

.footer span {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 979px) and (min-width: 768px) {
.custom-box {
    width: 530px;
    height: 500px;
}
}
@media (max-width: 767px) {
 .custom-box {
    width: 320px;
    height: 500px;
    visibility: hidden;
}
 .boxcc1 {
    visibility: visible;
}
 .boxcc2 {
    visibility: visible;
}
 .boxcc3 {
    visibility: visible;
}
 .boxcc4 {
    visibility: visible;
}
}
@media only screen and (max-width: 679px) and (min-width: 0px) {
.custom-box {
    width: 320px;
    height: 500px;
    visibility: hidden;
}
 .boxcc1 {
    visibility: visible;
}
 .boxcc2 {
    visibility: visible;
}
 .boxcc3 {
    visibility: visible;
}
 .boxcc4 {
    visibility: visible;
}
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
.custom-box {
    width: 320px;
    height: 500px;
    visibility: hidden;  
}
 .boxcc1 {
    visibility: visible;
}
 .boxcc2 { 
    visibility: visible;
}
 .boxcc3 {
    visibility: visible;
}
 .boxcc4 {
    visibility: visible;
}
}