﻿@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Graphik-Bold';
    src: url('../../Fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Bold.otf') format('opentype'), url('../../Fonts/Graphik-Bold.woff') format('woff'), url('../../Fonts/Graphik-Bold.ttf') format('truetype'), url('../../Fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Graphik-Light';
    src: url('../../Fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Light.woff') format('woff'), url('../../Fonts/Graphik-Light.ttf') format('truetype'), url('../../Fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Medium';
    src: url('../../Fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Medium.otf') format('opentype'), url('../../Fonts/Graphik-Medium.woff') format('woff'), url('../../Fonts/Graphik-Medium.ttf') format('truetype'), url('../../Fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Regular';
    src: url('../../Fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Regular.otf') format('opentype'), url('../../Fonts/Graphik-Regular.woff') format('woff'), url('../../Fonts/Graphik-Regular.ttf') format('truetype'), url('../../Fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Semibold';
    src: url('../../Fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Semibold.otf') format('opentype'), url('../../Fonts/Graphik-Semibold.woff') format('woff'), url('../../Fonts/Graphik-Semibold.ttf') format('truetype'), url('../../Fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Graphik-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #7f8899;
    line-height: 1.1;
    background-color: #eff4fe;
}

.loginContent {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../../Images/login-backgroundimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom;
}

.loginContent:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 1000px rgb(79 126 216 / 36%);
}

.loginContent .leftPanel {
    width: 35%;
    height: 100%;
    background-color: #fff;
    float: left;
    padding: 20px;
    z-index: 2;
    position: relative;
}

.loginContent .leftPanel .loginLogo {
    width: 100px;
}

.loginContent .leftPanel .loginTxt {
    width: calc(100% - 40px);
    color: #2d75ff;
    text-align: right;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.loginContent .leftPanel .loginTxt .logoIcon {
    width: 40px;
    margin-bottom: 15px
}

.loginContent .leftPanel .loginTxt span {
    font-size: 34px;
}

.loginContent .leftPanel .loginTxt span .ca-cmrcl {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.loginContent .leftPanel .loginTxt span .ca-auto {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.loginContent .leftPanel .companyRights {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.loginContent .leftPanel .companyRights p a {
    color: #7f8899;
}

.loginContent .rightPanel {
    width: 65%;
    height: 100%;
    float: right;
    position: relative;
}

.loginContent .rightPanel .loginForm {
    max-width: 360px;
    width: 360px;
    padding: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(11, 29, 64, 0.4);
    border-radius: 4px;
}

.loginContent .rightPanel .loginForm .formHeader {
    color: white;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.loginContent .rightPanel .loginForm .input-group span, .loginContent .rightPanel .loginForm .input-group input {
    border: none;
}

.loginContent .rightPanel .loginForm .input-group .input-group-addon {
    background-color: #fff;
    padding: 9px 12px;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.loginContent .rightPanel .loginForm .input-group .input-group-addon i {
    color: #2d75ff;
}

.loginContent .rightPanel .loginForm .input-group input {
    font-size: 14px;
}

.loginContent .rightPanel .loginForm .buttonLogin {
    color: #fff;
    background-color: #2d75ff;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 35px;
    line-height: 30px;
    border-radius: 4px;
    margin-top: 10px;
}