html, body {
    height: 100%;
}

.container-main{
    min-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

.container-home {
    background-image: url(../assets/images/hotelmapper_back.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: middle;
}

.container-landing {
    background-image: url(../assets/images/back_03.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: middle;
}

.inner-container-landing {
    background-color: #FFFFFF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 50px;
}

.btn-primary {
    color: #fff !important;
    background-image: none;
    background-color: #003399 !important;
    filter: none;
    border: none;
}

.btn-primary:focus, .btn-primary:hover{
    background-position: none;
    border: none;
}

.logo{
    margin: 0;
    background-image: url(../assets/images/hotelmapper_logo.png) !important;
    background-repeat: no-repeat;
    background-size: 320px;
    min-width: 320px;
    min-height: 78px;
}

.message {
    margin: 0 0 40px 0;
    font-size: 22px;
}

.go_action_hotelmapper{
    background: rgba(225, 225, 225, .6);
    margin: 120px 40px 0px 40px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 50px;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', Helvetica, Arial, Sans-Serif;
    font-weight: 300;
    line-height: 2;
    margin: 0;
}

h1, h2 {
    font-weight: 400;
}

.landing-button {
      height: 80px;
      width: 80px;
      margin: 0px;
      overflow: hidden;
      border-radius: 80px;
}

.landing-button i {
    padding-top:14px;
    font-size: 50px;
    color: white;
}

.landing-button-upload {
    background-color: #006fe9;
}

.landing-button-upload:hover {
    background-color: #003d80;
}

.landing-button-error {
    background-color: #ff3535;
}

.landing-button-error:hover {
    background-color: #af2424;
}

.landing-button-download {
    background-color: #24d330;
}

.landing-button-download:hover {
    background-color: #249330;
}

.progress {
    width: 100px;
}
