﻿body {
    
    background:  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family:'Fira Sans';
}
.bgBoby {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 padding:0;
}
.logo{
    max-width:130px
}
.box {background-color:#fff;padding:20px}
.boxBanner img{width:100%}
.wk-button {
cursor:pointer;
    transition: background-color 300ms 
cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
    transition: color 300ms 
cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
    transition-property: color, background-color, border;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #007ac3;
    border: .0625rem solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.29;
    padding: .625rem 1rem;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
}
.wk-button-small {
    padding-bottom: .375rem;
    padding-top: .375rem;
}
input.wk-field-input{
    background-color: #fff;
    border: .0625rem solid #757575;
    border-radius: 0;
    color: #232323;
    font-size: 1rem;
    line-height: 1.25;
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}