/* -------------------------- */
/* Design and Coding by Devendra Panwar */
/* -------------------------- */

/* @font-face {
  font-family: Robot-Regular;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

* {
  font-family: Robot-Regular;
  padding: 0;
  margin: 0;
}
body,
html {
  height: 100%;
  background: #f2f2f2;
}

h1,
h2,
h3 {
  font-family: Roboto-Bold;
} */

.btn-black {
  color: #fff;
  background: #2c2c2c;
  border-color: #2c2c2c;
}
.btn-black:hover {
  color: #fff !important;
  background: #333333 !important;
  border-color: #333333 !important;
}

.btn-large {
  height: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}

a,
:where(.css-dev-only-do-not-override-98ntnt).ant-btn-link {
  color: #1777ff;
}
a:hover,
:where(.css-dev-only-do-not-override-98ntnt).ant-btn-link:not(:disabled):not(
    .ant-btn-disabled
  ):hover {
  color: #3ba7ff;
}

:where(.css-dev-only-do-not-override-98ntnt).ant-input-affix-wrapper-lg,
:where(.css-dev-only-do-not-override-98ntnt).ant-input-outlined {
  padding: 12px 15px;
}
.box-shadow-1 {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.title-lg {
  font-size: 35px;
}
.sub-title-1 {
  font-size: 18px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.input-round textarea,
.input-round .ant-select-selector,
.input-round .ant-input-affix-wrapper,
.input-round .ant-form-item-control-input-content >input,
.input-round .ant-picker,
.input-round .ant-input-outlined
{
  border-radius: 35px !important;
}

.login-container {
  height: 100vh;
  display: flex;
  background: #fff;
}
.login-container > aside {
  width: calc(100% / 2);
}
.login-container > .left-side {
  background-color: black;
  background-image: url(../login-bg.png);
  background-size: cover;
  padding: 25px;
  color: #fff;
}
.login-container > .left-side main {
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-container > .left-side main h1 {
  font-family: Roboto-Bold;
  font-size: 40px;
}
.login-container > .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  flex-wrap: wrap;
}
.login-container > .right-side .container {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.login-container > .right-side .container header {
  margin-bottom: 45px;
}
.login-container > .right-side .container header,
.login-container > .right-side .container main {
  width: 100%;
}
.login-container > .right-side .container h2 {
  font-size: 40px;
}

/* .login-container > .right-side :where(.css-dev-only-do-not-override-98ntnt).ant-input-affix-wrapper-lg,
.login-container :where(.css-dev-only-do-not-override-98ntnt).ant-input-outlined{
    padding: 12px 15px;
} */

.login-section {
  height: 100%;
}
.login-section header {
  padding: 25px;
}
.login-section main {
  height: calc(100% - (114px + 50px));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.login-section .ant-card {
  width: 550px;
  padding: 35px;
  position: relative;
}
.login-section .card-header {
  margin-bottom: 50px;
  text-align: center;
}
.login-section .icon-section {
  height: 0;
}
.login-section .icon-section figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  top: -115px;
  position: relative;
  background: #fff;
}
.login-section .icon-section figure img{
  width: 50px;
}

/* Admin Panel CSS Start */

.admin-panel-container {
  height: 100%;
}
.slider-logo {
  text-align: center;
  /* padding-top: 10px;
  padding-bottom: 5px; */
  padding: 15px;
}

.slider-logo img {
  width: 70%;
}

/* Admin Panel CSS End */
