

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@font-face {
  font-family: "SFUIDisplay-Regular";
  src: url("../fonts/SF-UI-Display-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/SF-UI-Display-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SF-UI-Display-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SF-UI-Display-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SF-UI-Display-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SF-UI-Display-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SF-UI-Display-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BhagirathiMJ";
  src: url("../fonts/BhagirathiMJ.eot"); /* IE9 Compat Modes */
  src: url("../fonts/BhagirathiMJ.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/BhagirathiMJ.otf") format("opentype"), /* Open Type Font */
    url("../fonts/BhagirathiMJ.svg") format("svg"), /* Legacy iOS */
    url("../fonts/BhagirathiMJ.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/BhagirathiMJ.woff") format("woff"), /* Modern Browsers */
    url("../fonts/BhagirathiMJ.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BhagirathiMJ-Bold";
  src: url("../fonts/BhagirathiMJBold/BhagirathiMJBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/BhagirathiMJBold/BhagirathiMJBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/BhagirathiMJBold/BhagirathiMJBold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/BhagirathiMJBold/BhagirathiMJBold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/BhagirathiMJBold/BhagirathiMJBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/BhagirathiMJBold/BhagirathiMJBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/BhagirathiMJBold/BhagirathiMJBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SutonnyMJ-Bold";
  src: url("../fonts/SutonnyMJ-Bold/SutonnyMJ-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/SutonnyMJ-Bold/SutonnyMJ-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SutonnyMJ-Bold/SutonnyMJ-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SutonnyMJ-Bold/SutonnyMJ-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SutonnyMJ-Bold/SutonnyMJ-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SutonnyMJ-Bold/SutonnyMJ-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SutonnyMJ-Bold/SutonnyMJ-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SutonnyOMJ";
  src: url("../fonts/SutonnyOMJ/SutonnyOMJ.eot"); /* IE9 Compat Modes */
  src: url("../fonts/SutonnyOMJ/SutonnyOMJ.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SutonnyOMJ/SutonnyOMJ.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SutonnyOMJ/SutonnyOMJ.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SutonnyOMJ/SutonnyOMJ.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SutonnyOMJ/SutonnyOMJ.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SutonnyOMJ/SutonnyOMJ.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;

}
body {
  margin: 0;
  font-family: 'SutonnyOMJ', sans-serif;
  font-size: 14px;
}
/*
 * Remove text-shadow in selection highlight:
 *  
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 *  
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a,
a:hover,
a:visited{
  color: #000;
  text-decoration: none;
  outline: 0;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * 
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}


img{
  max-width: 100%;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
 
 p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
 }

main.main-body {
    display: flex;
    width: 100%;
}

.login-body-wrapper {
  width: 100%;
  height: 100vh;
  background: #dddddd;
}
.login-inner{
  width: 100%;
  display: flex;
  height: 80vh;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  max-height: 650px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.login-main-content-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  background: #fafafa;
}
.login-main-content-left {
  /* background: url(../img/bg-01.png); */
    background-color: azure;
    background-size: contain;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    text-align: center;
    background-position: center;
}
.login-main-content-left img {
  max-width: 160px;
  margin-bottom: 30px;
}
.login-main-content-right{
  background: #ffffff;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.language-select-btn-secion {
  width: 100%;
  display: flex;
  justify-content: center;
}

button.language-select-btn {
  width: auto;
  border: 0;
  border-radius: 5px 0 0 5px;
  background: #f2f2f2;
  font-size: 14px;
  color: #4d4d4d;
  line-height: normal;
  padding: 5px 10px;
  margin: 0;
}
button.language-select-btn.right {
  border-radius: 0px 5px 5px 0px;
}
button.language-select-btn:focus{
  outline: none;
}

button.language-select-btn.selected {
  background: #fbb03b;
  color: #ffffff;
}

.login-main-content-left h4 {
  font-size: 24px;
  font-weight: 600;
  color: #269126;
  margin-bottom: 10px;
}

.login-main-content-left h2 {
  font-size: 30px;
  font-weight: 600;
  color: #269126;
}
.form-main-title h1 {
  color: #fbb03b;
  font-size: 24px;
  margin: 40px 0px;
  font-weight: 500;
}

input.form-input-box {
  width: 100%;
  border: none;
  background: #f7f7f7;
  border-left: 5px solid #fbb03b;
  height: 40px;
  margin: 10px 0px;
  padding: 0px 10px;
}

input.form-input-box::-webkit-input-placeholder{
  color: #d3d3d3;
}
input.form-input-box:-ms-input-placeholder{
  color: #d3d3d3;
}
input.form-input-box::placeholder {
  color: #d3d3d3;
}

.input-checkbox {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: left;
  margin: 16px 0px;
  color: #B3B3B3;
  font-size: 14px;
}

.input-checkbox label {
  margin: 0;
  cursor: pointer;
  color: #c1c1c1;
}
.sqr-checkbox {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.sqr-checkbox label {
  background-color: #f1f1f3;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.sqr-checkbox label:after {
  border: 2px solid #fbb03b;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 12px;
}

.sqr-checkbox input[type="checkbox"] {
  visibility: hidden;
}

.sqr-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.submit-box {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

button.submit-btn {
  width: 100%;
  border: 0;
  border-radius: 25px;
  background: #fbb03b;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  color: #ededed;
}

button.submit-btn:focus {
  outline: none;
}

.submit-box .forgot-pass{
  margin-top: 15px;
  font-size: 16px;
  color: #ec2227;
}

.create-account-btn-sec {
  margin-top: 25px;
  text-align: center;
  color: #c1c1c1;
}

.create-account-btn-sec p a {
  color: #fbb03b;
}

.copyright-sec {
    height: 70px;
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.copyright-sec p {
    color: #A7A9AC;
    font-size: 16px;
}



@media( max-width: 991px ){
  .login-main-content-left {
    width: 50%; 
    padding: 30px;
  }
  .login-main-content-right{
    width: 50%;
    padding: 30px;
  }
  .login-main-content-left h4{
    font-size: 20px;
  }
  .login-main-content-left h2{
    font-size: 28px;
  }
}


@media( max-width: 767px ){
  .login-body-wrapper{
    height: 100%;
  }
  .login-inner{
    margin: 0;
    height: 100%;
    max-height: none;
  }
  .login-main-content-wrapper{
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .login-main-content-left{
    width: 100%;
    background-size: contain;
  }
  .login-main-content-right{
    width: 100%;
  }


.form-main-title h1 {
    margin: 16px 0px;
}

input.form-input-box {
    margin: 7px 0px;
}

.input-checkbox {
    margin: 10px 0px;
}

.submit-box {
    margin: 13px 0px 0;
}

a.forgot-pass {
    margin: 10px 0px 0px;
}

.copyright-sec p {
    padding: 0 30px;
    font-size: 13px;
}
}