@font-face {
  font-family: medium;
  src: url(../../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: semiBold;
  src: url(../../fonts/Montserrat-SemiBold.ttf);
}
html {
  ion-font-family: inherit;
}
div {
  font-family: medium;
}
.semiBold {
    font-family:semiBold;
}

.dark {
    color: #725DE8; /** #9C5D2A; **/
}
.font_18 {
    font-size:18px;
}
.no_change_hover {
    color:inherit !important;
}
.center {
    text-align:center;
}

@media only screen and (max-width: 990px) {
  #first {
	order: 2;
  }
  #second {
    order: 1;
  }
  .login_info {
    border-radius: 10px 10px 0px 0px !important;
  }
  .login_img {
    border-radius: 0px 0px 10px 10px !important;
  }
  .form_bg {
    margin-bottom: 40px !important;
  }
  .login_contact {
    border-radius: 0px 0px 10px 10px !important;
  }
  .login_img {
    padding-bottom: 125px !important;
  }
}

@media only screen and (max-width: 800px) {
  .row.form_bg {
    margin: 0px 15px;
  }
}
@media only screen and (max-width: 355px) {
  .forgot_link {
    margin-top: 20px !important;
    float: none !important;
  }
}




@media only screen and (max-width: 410px) {
  .login_form .register_field {
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  .social_buttons img {
    width: 110px;
  }  
  .social_buttons a {
    margin: 2px !important;
  }
}



.error{
	color:red;
}


.login_bg {
    background-image: url(../../images/login_bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
.login_page .col-lg-6 {
    padding: 0px !important;
}
.login_logo {
    text-align: center;
    margin: 15px 0px;
}
.login_logo img {
    width: 210px;
}
.container.login_page {
    max-width: 800px;
}
.form_bg {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 34px #888;
}
.login_img {
    text-align: center;
    padding: 22px 0px;
    background-color: #f2f2f2; /** #EEE2CF; **/
    border-radius: 10px 0px 0px 0px;
    height: 90%;
}
.login_contact {
    background-color: #54525a; /** #CBBEA7; **/
    border-radius: 0px 0px 0px 10px;
    padding: 12px 15px;
    color: white;
    line-height: 21px;
    font-size: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.contact_title {
    font-size: 20px;
    margin-bottom: 5px;
}
.login_info {
    background-color: #dddddd;  /** #FFFDF9; **/
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
}
.login_form {
    margin-top: 20px;
}
.login_title {
    margin-bottom: 12px;
}
.login_form input {
    background: white;
    width: 100%;
    margin: 9px 0px;
    padding: 10px;
    box-shadow: 0 1px 20px #dedede;
    border: none;
}
.theme_btn {
    background: #725DE8; /** #9C5D2A; **/
    border: none;
    color: white;
    padding: 7px 28px;
    border-radius: 25px;
    margin-top: 16px;
    box-shadow: 0 1px 20px #dedede;
}
.forgot_link {
    float: right;
    color: #725DE8;  /** #CBBEA7; **/
    margin-top: -30px;
}
.bottom_line {
    margin: 28px 0px;
}
.or_line hr {
    background: #CBBEA7;
    height: 1px;
    border: none;
}
.or {
    background: #725DE8; /** #9c5d2a; **/
    width: 30px;
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: -29px;
}
.or_line {
    margin-top: 40px;
}
.social_buttons {
    margin-top: 20px;
    text-align: center;
}
.social_buttons a {
    margin: 10px;
}
.social_buttons img:hover {
    margin-top: -2px;
}
.input-login{
	position:relative;
}











/*Register start*/
.register_field {
    /* width: 48% !important; */
    float: left;
}
.modal-header .close {
    margin-top: 0 !important;
    top: 0;
    position: absolute;
    right: 15px;
    z-index: 9999;
}
.modal-header {
    padding: 10px !important;
    border-bottom: none !important;
}
.modal-body {
    padding: 25px !important;
}
.forgot_password_msg {
    color: #CBBEA7;
    margin-bottom: 17px;
    font-size: 14px;
}
button:focus {
    outline: none !important;
}
/*Register end*/














