
/* =============== Common css start ====================== */

:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --skyblue:#F7F9FD;
  --red:#F0142F;
  --pragcolor:#686B78;
  --headingcolor:#403F51;
  --btnbgcolor:#3366D8;
  /*--prag:20px;*/
  --fontreqular:Switzer-Regular;
}

html,
body {
   height: 100%;
  margin: 0;
  width:100%;
  min-height: 100vh;
  
}

@font-face{
    font-family:Switzer-Regular;
    src: url(Fonts/Switzer-Regular.otf);
}

@font-face{
    font-family:Switzer-Medium;
    src: url(Fonts/Switzer-Medium.otf);
}

@font-face{
    font-family:Switzer-Bold;
    src: url(Fonts/Switzer-Bold.otf);
}

* {
   font-family: Switzer-Regular;
   
}
a{
 color:#310D5A; 
}
p{
  margin-bottom: 3rem;
}
.submitbtn{
 /* background: #3366D8 0% 0% no-repeat padding-box;*/
 background:#310D5A 0% 0% no-repeat padding-box !important;
  border-radius: 6px;
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  line-height: 30px;
}
.title1
{
  font-size: 30px;
  color:#403f51;
  font-weight:600;
  line-height: 21px;
}
.title2
{
  font-size: 24px;
  color:#403f51;
  font-weight:600;
  line-height: 30px;
}

.inputbox
{
  font-size: 16px;
  color:#403f51;
  font-weight:normal;
  height: 52px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  border: 1px solid #D8DBEA;
  border-radius: 6px;
  opacity: 1;
}
.content
{
  font-size: 14px;
  color:#6F7581;
  font-weight:normal;
  margin-bottom: 16px;
}

.error{
  color: red;
}
form .error {
  color: #ff0000;
}
input.error {
  border: 1px solid #ff0000;
}
textarea.error {
  border: 1px solid #ff0000;
}
select.error {
  border: 1px solid #ff0000 !important;
}

/* =============== Common css end ====================== */



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
    z-index: 997;
    padding: 12px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

#header.header-scrolled,
#header.header-inner-pages {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  
}

#header .logo a {
  color: #5a5af3;
}

#header .logo img {
  max-height: 52px;
}
.login{
  background: #3366D8 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  padding: 8px 32px 8px 32px;
}
.login a{
  
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Switzer-Regular';
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.login_leftside {
	 min-height: 100vh;
	background: var(--skyblue) 0% 0% no-repeat padding-box;
	opacity: 1;
}
.login_rightside{
  margin-top: 13%;
}
.logo{
	padding-top:120px;
	padding-bottom:45px;
}
p{
/*	font-family: 'Switzer-Regular';*/
  color: var(--pragcolor);
  font-family: var(--fontreqular);
  font-size: 20px;
  line-height: 30px;
  padding-top: 16px;
}

.forget_pin p{
  color: var(--red);
  font-size: 12px;
  margin-bottom: 24px;
  padding-top: 0px;
}
.forget_pin p a{
  color: red;
}
.alreadyaccount{
  letter-spacing: 0px;
    opacity: 1;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 10px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #3366D8 0% 0% no-repeat padding-box;
}
.carousel-indicators {
  bottom: -50px;
}
.all_btn{
  margin-top: 46px;
}

@media (min-width: 1200px){
.mx-xl-5{
    margin-left: 12rem!important;
	margin-right: 12rem!important;
}
}


@media (max-width: 575px) {
  .login_leftside {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    min-height: 48vh;
}
.loging_img{
  margin-top: 84px;
}
.title1 {
  font-size: 16px;
  line-height: 21px;
}
.login_rightside {
margin-top: -45px !important;
}
p {
  font-size: 14px;
  line-height: 21px;
  padding-top: 8px;
  margin-bottom: 20px !important;
}
.content {
  font-size: 14px;
  margin-bottom: 10px;
}
.inputbox {
  height: 44px;
}
.submitbtn {
  padding-top: 12px;
  padding-bottom: 12px;
}
.alreadyaccount {
  font-size: 14px;
  line-height: 21px;
  padding-top: 10px;
}
#header .logo img {
  width: 105px;
  height: 24px;
}
.carousel_img img{
  padding: 0px 40px 0px 40px;
}
.verify_side{
  margin-top: 26% !important;
}
.all_btn{
  margin-top: 30px;
}



}








































/*a {
  margin: 0px;
  font-size: 13px;
  border-radius: 7px;
  text-decoration: none;
  color: black;
}
a:hover {
  color: #e0726c;
  background-color: #fff2f1;
}

input,
button {
  width: 96%;
  background-color: #fff2f1;
  border-radius: 8px;
  padding: 8px 17px;
  font-size: 13px;
  border: 1px solid #f5f0ef;
  color: #dccece;
}
input: {
  text-decoration: none;
}
.bt {
  background-color: #ff4133;
  border: 1px solid rgb(300, 200, 200);
}
form {
  margin-top: 70px;
}
form > * {
  margin: 10px 0px;
}
#forgot {
  margin: 0px -60px;
}
#register {
  text-align: center;
}
*/