﻿body {
    /*background: url("../../Static/images/background.jpg") no-repeat center center;*/
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.langStyle {
    color: #0e0e0e;
    font-size: 16px !important;
}

.langStyleActive {
    font-size: 24px !important;
    color: #009688;
    /*color: #ffffff;*/
}
.prebotton {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 45%;
}
.parent_right_head {
    width: 100%;
    text-align: right;
}
.botton {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    /*background-color: #af558b;*/
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 24px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    width: 350px;
    border-radius: 20px;
    box-shadow: 5px 6px 10px;
}
.footer {
    position: absolute;
    width: 100%;
    bottom: 1%;
    text-align: center;
}