﻿.login1 #panel2 {
    width: 100%;
    color: #333;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    left: 0;
    direction: ltr;
    border: 0;
}
    .login1 #panel2 .content label {
        float: none;
        position: relative;
        clear: both;
        direction: rtl;
        display: flex;
        color: #494949;
        font-size: 15px;
        font-size: 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }
.login1 .content {
    height: 100%;
    width: 100%;
    top: 0;
    float: left;
    display: block;
    position: relative;
    margin: 0;
    text-align: center;
    font-size: 1em;
}
.login1 #panel2 .content label {
    float: none;
    position: relative;
    clear: both;
    direction: rtl;
    display: flex;
    color: #494949;
    font-size: 15px;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.login1 .content .left {
    width: auto;
    float: none;
    position: relative;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login1 h1 {
    display: none;
    padding: 20px 0px;
    margin: 0;
    background: #80b38d;
    color: white;
    font-family: PayavaSansWeb;
}
.login1 table {
    width: 100%;
    padding: 0;
}
.login1 .content td {
    text-align: center;
}
.login1 .content .itemgroup {
    width: 100%;
    color: purple;
    position: relative;
    height: auto;
    margin: 30px auto 0 auto;
    direction: rtl;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.login1 .content input.field {
    border: 1px solid #d4d8df;
    width: 220px;
    color: #1a171a;
    padding: 10px;
    margin: 0;
    height: 41px;
    z-index: 2;
    outline: none;
    border-radius: 10px;
    margin-right: 10px;
}
.login1 .lblmob {
    font-family: PayavaSansWeb;
    color: #3c3b3c;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    width: 140px;
    border-radius: 10px;
    text-align: right;
}
.login1 .valmob {
    position: absolute;
}
.login1 .clearbox {
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    justify-content: center;
    width: auto;
    align-items: center;
    margin-top: 20px;
    justify-content: space-evenly;
    width: 400px;
    position: relative;
    margin: auto;
    margin-top: 20px;
}
.login1 .btn {
    display: flex;
    padding: .5rem 2rem;
    cursor: pointer;
    font-size: 1.5rem;
}
.login1 .content input.bt_login, .login1 .content input.bt_register {
    text-align: center;
    cursor: pointer;
    border: none;
    margin: 10px 0px auto;
    font-size: 2rem;
    display: inline-block;
    background: #0ea860;
}
.login1 .content input.bt_login {
    font-family: PayavaSansWeb;
    color: #fff;
    margin: 40px 0;
    padding: 5px 50px;
}
.login1 .regQ {
    font-size: 1.5rem;
    color: #858283;
}
.login1 a {
    text-decoration: none;
    padding: 0 5px;
    color: #008eb2;
}