﻿body {
    margin: 0;
    background-color: #EEF4F7;
}

a {
    text-decoration: none;
}

body::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../Font/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../../Font/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../../Font/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'publicasansround-md';
    src: url('../../font/publicasansround-md.ttf') format('truetype');
}

@font-face {
    font-family: 'publicasansround-lt';
    src: url('../../font/publicasansround-lt.ttf') format('truetype');
}

.lgnCon {
    position: relative;
    display: flex;
    width: calc(100% - 10px);
    min-height: calc(100vh - 10px);
    margin: 5px;
    border-radius: 30px;
    overflow: hidden;
}

.lgnLf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
}

.lgnLfCnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    padding: 55px;
    box-sizing: border-box;
}

.lgnLfBs {
    font-family: publicasansround-md;
    font-size: 20px;
    color: #000
}

.lgnLfDwBs {
    margin: 15px 0 40px 0;
    font-family: publicasansround-lt;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #9f9f9f;
}

.txtItm {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}

.txt {
    height: 50px;
    padding: 0 25px;
    box-sizing: border-box;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #434343;
    border: none;
    border: 1px solid #D9DFE1;
    border-radius: 100vw;
    background: #F0F7F9;
}

/*input:focus, textarea:focus, select:focus {
    outline: none;
}

::placeholder {
    color: #C4CDCF;
}*/

.rtn {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #e60000;
}

.btn {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    border: 1px solid #e60000;
    border-radius: 100vw;
    background-color: #e60000;
    cursor: pointer;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #fff;
}

.smTx {
    margin: 25px 0 20px 0;
    font-family: publicasansround-lt;
    font-size: 14px;
    text-align: center;
    color: #9f9f9f;
}

    .smTx a {
        margin: 25px 0 20px 0;
        font-family: publicasansround-lt;
        font-size: 14px;
        text-align: center;
        color: #9f9f9f;
    }

.smCon {
    display: flex;
}

.sm {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #D9DFE1;
    border-radius: 100vw;
}

    .sm img {
        width: 100%;
    }

.lgnRg {
    width: 100%;
    min-height: 100%;
    background: #e60000 url("../../Images/login-image.jpg") no-repeat center center;
    background-size: cover;
}

.lgnRgCl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    background-color: rgb(230, 0, 0, .6);
}

.lgnRgCnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    padding: 55px;
    box-sizing: border-box;
}

.lgnRgLg {
    margin-bottom: 10px;
    max-width: 250px;
    font-family: publicasansround-lt;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

.lgnRgTx {
    font-family: publicasansround-lt;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    color: #ffffff;
}

.cp {
    margin-top: 25px;
    font-family: publicasansround-lt;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

    .cp a {
        color: #fff;
        text-decoration: none;
    }


@media (max-width: 900px) {
    .lgnCon {
        width: 100%;
        min-height: 100vh;
        margin: 0;
        border-radius: 0;
    }

    .lgnLfCnt {
        padding: 55px 35px;
    }

    .lgnRg {
        display: none;
    }
}
