html{
    height: 100%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body{
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    background: linear-gradient(55deg, #CFCFCF, #F7F7F7);
    background-size: 200% 200%;
    -webkit-animation: bg_header 10s ease infinite;
    -moz-animation: bg_header 10s ease infinite;
    animation: bg_header 10s ease infinite;
    text-align: center;
    color:#053364;
    font-size:24px;
}
@-webkit-keyframes bg_header{0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}
@-moz-keyframes bg_header{0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}
@keyframes bg_header{0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}
a{color:#053364;}
a:hover{color:#ddd;}
/* select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    box-shadow: none;
    border-radius: 0;
    color: #0751A3;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #3C95F7 1px;
    transition: border-color;
    background-color: transparent;
    padding:20px 10px;
    width: 100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.uneditable-input:focus {
    border-color: rgba(0, 213, 185, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 213, 185, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 213, 185, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 213, 185, 0.6);
} */
.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    font-size:13px;
}
/* .button,.btn {
    color: #777;
    background-color: #FFFFFF;
    *background-color: #BBBBBB;
    background-image: -moz-linear-gradient(top, #BBBBBB, #BBBBBB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#BBBBBB));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #BBBBBB);
    background-image: -o-linear-gradient(top, #FFFFFF, #BBBBBB);
    background-image: linear-gradient(to bottom, #FFFFFF, #BBBBBB);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#BBBBBB', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    width:100%;
    padding: 20px;
    border-radius:5px;
    border:none;
    text-shadow: none;
    font-weight: bold;
    font-size: 20px;
}
.button:hover,.btn:hover {
    color:#848064;
    background-color: #FFFFFF;
    *background-color: #BBBBBB;
    background-image: -moz-linear-gradient(top, #BBBBBB, #BBBBBB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#BBBBBB));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #BBBBBB);
    background-image: -o-linear-gradient(top, #FFFFFF, #BBBBBB);
    background-image: linear-gradient(to bottom, #FFFFFF, #BBBBBB);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#BBBBBB', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: none;
}
.button:active {
    border: 1px solid #bbbbbb ;
    box-shadow: inset rgba(0,0,0,.4) 0 1px 1px;
    -webkit-box-shadow: inset rgba(0,0,0,.4) 0 1px 1px;
    font-weight: bold;
    color: #FFF;
    text-shadow: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(  #dadada), to(  #cccccc));
    background-image: -webkit-linear-gradient(  #dadada,  #cccccc);
    background-image:    -moz-linear-gradient(  #dadada,  #cccccc);
    background-image:     -ms-linear-gradient(  #dadada,  #cccccc);
    background-image:      -o-linear-gradient(  #dadada,  #cccccc);
    background-image:         linear-gradient(  #dadada,  #cccccc);
} */
.label{border:none;}
.container{max-width: 640px}
@media (max-width: 979px) {
    .footer{font-size:11px;}
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(238, 238, 238, 0.5);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(238, 238, 238, 0.5);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(238, 238, 238, 0.5);
}
#msg {display:none; position:absolute; z-index:9999;}
#msgcontent {display:block;background:#000000;box-shadow: 0px 0px 1px rgba(0,0,0,.2);-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.2);border-radius:8px;border-left:none; padding:8px 12px;font-size:13px;color:#fff;}
.msgError{
    color:#DA7A9E;font-size:12px;position:absolute;
}
