﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body{
    font-family: 'Lato', sans-serif;
}
body.loginbg {
    width: 100%;
    background: url(/Images/login-bg-v01.png);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.infograph img {
    width: 62%;
}

.infograph {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.formLoginOuter {
}

.formLogin {
    background: #fff;
    height: 100vh;
    padding: 0 35px;
    -webkit-box-shadow: -14px 7px 14px -14px rgba(0,0,0,0.52);
    -moz-box-shadow: -14px 7px 14px -14px rgba(0,0,0,0.52);
    box-shadow: -14px 7px 14px -14px rgba(0,0,0,0.52);
    position: fixed;
    right: 0;
    width: 30%;
}

.login-header {
    text-align: center;
    padding-top: 30px;
}

.forgotPss input {
    color: #4e00ff !important;
    display: block;
}

.header-logo img {
    width: 70%;
    text-align: center;
}

.header-logo {
    width: 135px;
    margin: 0 auto;
}

.login-header h2 {
    font-size: 22px;
    padding: 20px 0;
}

.pdr-0 {
    padding-right: 0px !important;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    height:40px!important;
    background: #fff !important;
    margin-bottom: 20px;
    border-radius: 0px !important;
    box-shadow: none !important;
    border-radius:4px!important;
}
#chkrememberme + label {
    text-transform:capitalize!important;
    font-size:15px!important
}
#btnForgotPassword{
     text-transform:capitalize!important;
     font-size:15px!important;
     letter-spacing:unset!important;
     outline:none;
     font-weight: 600;
}
.loginTBnGroup .btn {
    background: #4e00ff;
    color: #fff;
    border-radius: 0px;
    width: 100%;
   -webkit-box-shadow: 0px 13px 13px -10px rgba(78,0,255,0.68);
-moz-box-shadow: 0px 13px 13px -10px rgba(78,0,255,0.68);
box-shadow: 0px 13px 13px -10px rgba(78,0,255,0.68);
height:40px;
border-radius:4px;
}

.btn:focus, .btn:hover {
    outline: none !important;
    color:#fff!important;
}
.btn:active{
-webkit-box-shadow: 0px 13px 13px -10px rgba(78,0,255,0.68)!important;
-moz-box-shadow: 0px 13px 13px -10px rgba(78,0,255,0.68)!important;
box-shadow: 0px 13px 13px -10px rgba(78,0,255,0.68)!important;
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
    .remember-forgot span:first-child {
        visibility: hidden;
    }

.bottom-br {
    position: relative;
}

    .bottom-br span {
        position: relative;
        text-align: center;
        display: block;
        margin: 20px 0;
    }

        .bottom-br span:after {
            content: '';
            position: absolute;
            width: 46%;
            height: 1px;
            background: #ccc;
            top: 8px;
            right: 0px;
        }

        .bottom-br span:before {
            content: '';
            position: absolute;
            width: 46%;
            height: 1px;
            background: #ccc;
            top: 8px;
            left: 0px;
        }

.office-btn {
    text-align: center;
    color: #000;
    border: 1px solid #ddd;
    outline: none;
    color: #000;
    font-weight: 500;
}

    .office-btn a {
        font-weight: 500;
        color: #000;
    }

        .office-btn a:hover {
            text-decoration: none;
        }

    .office-btn img {
        width: 15px;
    }

.login-footer {
    position: absolute;
    bottom: 0;
    right: 161px;
}

.submit {
    border: 0px;
    background: url(../../Images/office-icon.png) left 40px top 9px no-repeat;
    outline: none;
    padding: 4px;
    FONT-WEIGHT: 500;
    width: 100%;
    background-color: #fff;
    padding: 10px 0px;
}
.loginTBnGroup .btn:hover{
    transition:all 0.5s;
    background:#7b41fe;
}

.wrap {
	 background: #1d1f20;
	 width: 100%;
	 height: 100%;
}
 .wtermark {
    font-size: 56px;
    color: #f7f7f7;
    padding: 4px 15px;
    opacity: 5;
    font-weight: 800;
    z-index: -1;
}
 
 .top-left .content {
	 transform: scaleX(-1);
}
 .top-right {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg) scaleX(-1);
    transform-origin: top right;
    width: 110vh;
}
 .top-right .content {
	 transform: scaleX(-1);
}
 .noteText {
     margin: -5px 0 5px;
     font-size: 13px;
     text-align: center;
 }
 

@media screen and (max-width: 992px) {
  .infograph {
    display:none;
  }
  .formLogin{
      width:50%;
  }
}

@media screen and (max-width: 768px) {

  .formLogin{
      width:100%;
  }
}
