@charset "utf-8";

/* CSS Document */
:root {
  --primary-color: rgba(160, 85, 44, 1);
}


body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Josefin Sans";
  background: #F8FBFF;
  color: #678898;
  text-transform: capitalize;
}

* {
  box-sizing: border-box;
}

.card {
  color: #536c79;
  margin-bottom: 1.5rem;
}

.pages-card {
  z-index: 100;
  max-width: 400px;
  border-radius: 4px;
}

.card-body {
  flex: 1 1 auto;
  padding: 20px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-color: #fff;
}


.pages-card .card-body .small {
  font-size: 18px;
}

div#copyright {
  font-size: 18px;
}

.h4 {
  font-size: 24px;
}

.pages-card .card-body .login-btn {
  font-size: 18px;
}

.input-group .form-control::placeholder {
  font-size: 15px;
}

.text-color {
  color: var(--primary-color);
}

.form-group .fa {
  font-size: 15px;
}

.pages-card .card-body .small {
  margin-top: -5px;
  margin-bottom: 25px;
  font-weight: 800;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control::placeholder {
  color: #a2a7b1;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--primary-color);
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e515b;
  text-align: center;
  background-color: #f0f3f5;
  border: 1px solid #c2cfd6;
}

.input-group-addon {
  border: none !important;
  -webkit-box-shadow: 0px 0px 20px -4px #a4b7c1;
  -moz-box-shadow: 0px 0px 20px -4px #a4b7c1;
  box-shadow: 0px 0px 20px -4px #a4b7c1;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.cst_gobal_icon {
  vertical-align: text-top;
}

input,
select,
textarea {
  -webkit-box-shadow: 0px 0px 20px -4px #c2cfd6;
  -moz-box-shadow: 0px 0px 20px -4px #c2cfd6;
  box-shadow: 0px 0px 20px -4px #c2cfd6;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #3e515b;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #f0f3f5;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control {
  border: 1px solid #607d8b59 !important;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

input[type=text],
input[type=email],
select {
  min-height: 44px;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.login_logo {
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
}

.login_logo img {
  width: 160px;
  height: auto;
}

.btn {
  margin: 5px;
  color: white;
  border-radius: 4px !important;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.form-group .fa {
  font-size: 15px;
  background: #e6e6e6;
  padding: 15px 16px 0 16px;
}

.btn-color {
  -moz-box-shadow: 0px 5px 25px -3pxvar(--primary-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.pages-card .card-body .login-btn {
  max-width: 300px;
  display: flex;
  margin: auto;
}

.text-color {
  color: var(--primary-color);
}

.btn:hover {
  color: white;
}

#main_login .login {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding: 40px;
  padding-top: 0;
}

.input-group .form-control {
  font-size: 15px;
}

.half-circle {
  width: 200px;
  height: 400px;
  background-color: var(--primary-color);
  border-bottom-left-radius: 400px;
  border-top-left-radius: 400px;
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 25px -3px var(--primary-color);
  -moz-box-shadow: 0px 5px 25px -3px var(--primary-color);
  box-shadow: 0px 5px 25px -3px var(--primary-color);
  position: fixed;
  top: -50px;
  right: 0px;
}

.small-circle {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 100px;
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 25px -3px#6bcac7;
  -moz-box-shadow: 0px 5px 25px -3px var(--primary-color);
  box-shadow: 0px 5px 25px -3px var(--primary-color);
  position: fixed;
  top: 300px;
  right: 200px;
}

.pages-card {
  padding: 0;
}

.main_left_div .logo img {
  width: 160px;
}

.main_left_div .h4 span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

#copyright a {
  color: #fff;
  text-decoration: underline;
}



#copyright {
  text-align: center;
}

.small,
small {
  font-size: 85%;
  font-weight: 400;
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.main_languae {
  text-align: center;
  background: #e6e6e6;
  padding: 7.5px 0px;
  border-radius: 4px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  border: 1px solid #afafaf;
}

.main_languae input[type=text],
input[type=email],
select {
  min-height: 27px;
  padding: 0px 5px;
  border-radius: 3px;
}

.bg-image-main-login {
 /* background: url('../image/login-bg-main.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}

.bg-image-main-login:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.heading-login {
  background: var(--primary-color);
  padding: 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.heading-login h2 {
  color: #fff;
  margin: 0;
}

.input-group .form-control {
  height: 44px;
}

.main_languae label {
  margin-bottom: 0;
}