﻿.logo-bak {
    background: url(../img/logo_bak.png) no-repeat scroll 50%;
    display: block;
    height: 1080px;
}

.star {
    text-align: center;
    height: 950px;
    overflow: hidden;
}

    .star img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        animation: logorotate 15s linear infinite;
        -webkit-animation: logorotate 15s linear infinite;
    }

@keyframes logorotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.login {
    position: absolute;
    right: 0;
    top: 220px;
    text-align: right;
}

    .login input {
        width: 40%;
        margin-left: 60%
    }

    .login button {
        width: 40%;
        color: #4d890b;
        font-size: 16px;
        letter-spacing: 5px;
        padding: 4px 12px;
        font-weight: 700;
    }

    .login .footerimg {
        margin-top: 150px;
        position: absolute;
        right: 0;
        bottom: -320px;
    }

    .login .form-group {
        margin-top: 20px;
    }

    .login .footerfont {
        position: absolute;
        right: 0;
        bottom: -350px;
        color: #fff;
        letter-spacing: 5px;
        font-weight: bold;
        font-size: 14px;
    }

.login__input {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid transparent;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    outline: 0 none;
    padding: 5px 15px;
    width: 100%;
}

    .login__input:focus, .login__input:hover {
        background-color: transparent;
        border: 2px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }
.title {
font-size:25px;
color:#fff;
letter-spacing:2px;
margin-top:10px;
}
.login-btn {
    padding: 3px 15px;
    border: solid 1px #fff;
    border-radius: 5px;
}
