﻿@charset "utf-8";

@media screen and (max-width: 1080px) {
    body {
        zoom: 70%;
    }
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #20222a;
    background-image: none;
    color: rgba(255,255,255,0.8) !important;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: rgba(255,255,255,0.5);
    padding:16px 0;
}

a {
    color: rgba(255,255,255,0.8) !important;
    letter-spacing:2px;
}

    a:hover {
        color: rgba(255,255,255,1) !important;
    }

.box {
    margin:180px 0 0 0px;
    width: 480px;
    position: fixed;
    left: 50%;
    top: 0px;
    font-size: 14px;  
}

.title {
    /*padding-left: 96px;*/
    /*margin-left: 16px;*/
    font-size: 32px;
    color: #00e1eb;
    /*background: url(../img/logo.png) no-repeat;*/
    /*background-size: 80px;
    height: 80px;
    line-height: 80px;*/
    letter-spacing:5px;
    text-align:center;
}

.textinput {
    background-color: #fff;
    display:block;
    width:100%;
    border: 0;
    font-size: 14px;
    outline: none;
    color: rgba(0,0,0,0.8) !important;
    padding:8px 0;
}

.loginimg {
    width: 28px;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: relative;
    right: 0;
    top: 0;
}
    .loginimg:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.loginbutton {
    width: 100%;
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    background: #00e1eb;
    border-width: 0;
    border-radius: 2px;
    padding: 8px 0;
    font-weight: bold;
    margin: 0 0 16px 0;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

    .loginbutton:hover {
        background: #07659c;
        color: rgba(255,255,255,0.6);
    }

.msg{
    color:red;
    font-size:12px;
    display:none;
    letter-spacing:2px;
}