﻿.LoginAnimBack {
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    /*background: rgb(167,158,205);
            background: linear-gradient(90deg, rgba(167,158,205,0.8799894957983193) 0%, rgba(255,255,255,1) 100%);*/
}

.LoginInput {
    width: 345px;
    height: 40px;
    border-radius: 25px;
    border: 3px solid #fff;
    font-size: 20px;
    font-family: Calibri, sans-serif;
    text-align: center;
    background-color: transparent !important;
    -webkit-text-fill-color: white;
    outline: none;
}

    .LoginInput:focus {
        border: 3px solid #bfbfbf;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    font-family: Calibri, sans-serif;
    font-size: 20px;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

    input:-webkit-autofill::first-line,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        font-family: Calibri, sans-serif !important;
        font-size: 20px !important;
    }

.LoginInputLng {
    width: 297px;
    height: 33px;
    border-radius: 25px;
    border: none;
    font-size: 19px;
    font-family: Calibri;
    margin: 2px;
    padding-left: 4px;
    color: white;
    float: left;
}

    .LoginInputLng span {
        padding-left: 15px;
        float: left;
        margin-top: 6px;
    }

    .LoginInputLng img {
        height: 25px;
        float: left;
        margin-left: 15px;
        margin-top: 6px;
    }


.BtnLoginSelect:hover {
    background-position: 0px 0px;
    background-image: url('../Image/LoginStyle/btnLoginSelect_h.png');
}

.BtnLoginSelect {
    border: none;
    width: 75px;
    height: 27px;
    background-image: url('../Image/LoginStyle/btnLoginSelect.png');
    float: right;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    padding-top: 15px;
    text-align: center;
    color: white;
    font-family: Calibri;
    font-size: 19px;
    margin-right: 10px;
    margin-top: 9px;
}

    .BtnLoginSelect span {
        padding-left: 15px;
        float: left;
        margin-top: 6px;
    }

.btnLogin {
    border: none;
    height: 34px;
    width: 110px;
    background-image: url('../Image/LoginStyle/btnLogin.png');
    float: right;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
    color: white;
    font-family: Calibri;
    font-size: 21px;
    margin-top: -10px;
}

    .btnLogin:hover {
        background-position: 0px 0px;
        background-image: url('../Image/LoginStyle/btnLogin_h.png');
    }

a {
    font-family: Calibri;
    font-size: 19px;
    color: #F3CA8B;
}
