﻿:root input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: 0 0 50px 50px #ffffff inset;
    -webkit-text-fill-color: #000000;
    height: 42px;
    font-size: 14px;
}
/*dede58.com 做最好的织梦整站模板下载网站*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    background: #fff;
    color: #383a3c;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25;
    font-family: 'Raleway', Calibri, Arial, sans-serif;
}

a, button {
    outline: none;
}

a {
    color: #566473;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #34495e;
    }

section {
    padding: 1em;
    text-align: center;
}

p.ref {
    text-align: center;
    padding: 2em 1em;
}
input#btn_login {
    width: 100%;
    /*color: #fff;*/
    border: 1px;
    height: 47px;
    /*border: 1px solid #009688;*/
}
.gtte.red {
    color: red;
}