@charset "UTF-8";
/* Base */
/*     -> big pc (1400px - ∞) */
/* xxl -> normal pc (1200px - 1400px) */
/* xl  -> small pc (992px - 1200px) */
/* lg  -> tablet > (768px - 992px) */
/* md  -> tablet ^ (576px - 768px) */
/* sm  -> mobile (350px - 576px) */
/* xs  -> small mobile (320px - 350px) */
/* normal pc screen */
/* Small pc screen */
/* Horizontal(>) yan tablet */
/* Vertical(^) dik tablet */
/* All mobile devices */
/* Iphone 5S, Iphone Mini, iphone SE3, All Watches */
/* Roboto - 100,300,400,500,700,900 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* Encode Sans Semi Expanded - 100,200,300,400,600,700,800,900 */
/* İtalianno Regular 400 */
/* Nunito Sans - 200,300,400,600,700,800,900 */
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    box-sizing: border-box; }

body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body.qua-overflow {
    overflow: hidden; }
@media screen and (min-width: 992px) {
    body.qua-overflow {
        overflow: inherit; } }

/* Componenets */
/* Layouts */
.login-container {
    width: 100%;
    height: auto; }
.login-container .login-content {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
.login-container .login-content .login-left {
    width: 70%;
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 80px; }
@media screen and (max-width: 1200px) {
    .login-container .login-content .login-left {
        padding: 30px; } }
@media screen and (max-width: 768px) {
    .login-container .login-content .login-left span {
        display: none; } }
.login-container .login-content .login-left span.b {
    font-family: "Roboto Thin", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff; }
@media screen and (max-width: 992px) {
    .login-container .login-content .login-left span.b {
        font-size: 19px; } }
.login-container .login-content .login-left span.a {
    max-width: 360px;
    font-family: "Roboto Thin", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #eee; }
@media screen and (max-width: 992px) {
    .login-container .login-content .login-left span.a {
        font-size: 13px; } }
.login-container .login-content .login-left .front-image {
    width: 1110px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    overflow: hidden;
    top: 55%;
    left: 23%;
    border-radius: 10px;
}
.login-container .login-content .login-left .front-image img {
    width: auto;
    height: auto;
}
.login-container .login-content .login-right {
    width: 30%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff; }
@media screen and (max-width: 768px) {
    .login-container .login-content .login-right {
        width: 100%;
        background-color:#fff; } }
.login-container .login-content .login-right .tri-logo {
    width: auto;
    height: auto; }
.login-container .login-content .login-right .tri-logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
.login-container .login-content .login-right form {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 5px;
    padding: 45px 40px; }
.login-container .login-content .login-right form .tri-user {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px; }
.login-container .login-content .login-right form .tri-user span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: start;
    color: #000; }
.login-container .login-content .login-right form .tri-user input {
    width: 100%;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-color: #fff; }
.login-container .login-content .login-right form .tri-password {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px; }
.login-container .login-content .login-right form .tri-password span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: start;
    color: #000; }
.login-container .login-content .login-right form .tri-password input {
    width: 100%;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-color: #fff; }
.login-container .login-content .login-right form button {
    width: 100%;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: inherit;
    border-radius: 5px;
    padding: 10px 0;
    background-color: #009ef7;
    transition: background-color .3s ease; }
.login-container .login-content .login-right form button:hover {
    background-color: #0095e8;
    cursor: pointer; }
.login-container .login-content .login-right nav {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0; }
.login-container .login-content .login-right nav ul {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px; }
.login-container .login-content .login-right nav ul li {
    width: auto;
    height: auto;
    padding: 20px 0; }
.login-container .login-content .login-right nav ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    transition: color .3s ease; }
.login-container .login-content .login-right nav ul li a:hover {
    color: #1aa8f5; }

/* Pages */

/*# sourceMappingURL=main.css.map */
