﻿.box{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;
}
.Tourist_email .label{
    opacity: 0;
    position: absolute;
    top: -8px;
    left: 16px;
    z-index: 3;
    background-color: #fff;
    padding: 0px 3px;
}
.labeltop {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    opacity: 1 !important;
    transform: translateY(-2px)
}
.box p{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.el-form-item__label{
    font-weight: 700;color: #000;font-size: '-apple-system';font-size: 16px;
}
.box .el_button{
    background: var(--primary-color-te6);color: #fff;font-weight: 600;border: none;width: 100%;
}
.box .login{
    padding: 10px;
    width: 400px;
    margin: 0 auto;
}
.box .Forgot{
    padding: 10px;
    /* max-width: 400px; */
    /* margin: 20px auto; */
    color: #303030;
}
h2{
    text-align: center;
    color: #3b523b;
}
.box .Tourist_visits{
    width: 50%;
    /* background-color: #f5f5f5; */
    padding: 10px;
    text-align: left;
    border: 1px dashed #040404;
    border-radius: 10px;
}
.box .visits_title{
    margin-top: 50px;
    font-weight: 400;
    font-size: 15px;
    color: #6b6b6b;
}
.Tourist_email{
    margin-top: 20px;
    max-width: 300px;
    position: relative;
}
.btn_Account{
    width: 250px;
    margin-top: 20px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    background: var(--primary-color-te6);color: #fff;font-weight: 600;border: none;
}
@media screen and (max-width:880px) {
    .box .Tourist_visits{
        width: 100%;
    }
}
