/*
RAKESH CSS
*/

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.body-cl{  background: #f8f8f8 !important; }
.log-in-page-outer{ display: block; width: 100%; min-height: 100vh; background: url(../images/main-bg.png) no-repeat  left center; background-size: cover;   overflow: hidden;  }
.login-outer{ font-family:montserrat,sans-serif; min-height: 100vh;  display: flex; align-items: center; width: 100%; padding:  50px 0 50px 0px;   }
.left-form-col{ width: 581px; border-radius: 10px; padding: 44px 55px 40px; background: #fff; box-shadow: rgba(0, 0, 0, .11) 0 3px 99px;  }
.left-form-col .frm-title{ padding: 0 0 15px; display: block; text-align: center; }
.left-form-col .frm-title h2{ font-size: 40px; line-height: 1.2; letter-spacing: 0.006em; font-weight: normal; margin: 0px; padding: 0 0 2px 0px;    font-family: 'Bebas Neue';   color: #0C5186;  }
.left-form-col .frm-title p{ font-family: montserrat,sans-serif; margin: 0px; padding: 0px;;font-size: 18px; line-height: 24px; color: #333333;  }
.left-form-col .frm-block .input-box{ position: relative; width: 100%; display: block; margin: 14px 0 0 0;}
.left-form-col .frm-block .input-box .input-text{   transition: all 0.3s ease-in-out; padding: 0 26px; display: flex; align-items: center; height: 60px;font-size: 15px; color: rgba(51, 51, 51, 1); font-weight: 500;  font-family: montserrat,sans-serif;   border: rgba(112, 112, 122, .26) solid 1px; width: 100%; display: block; border-radius: 5px;;}
.left-form-col .frm-block .input-box .input-text:focus{  border: rgba(112, 112, 122, 1) solid 1px;}
.left-form-col .frm-block .input-box .input-text::placeholder{   transition: all 0.3s ease-in-out;  color: rgba(51, 51, 51, .5); }
.left-form-col .frm-block .row{ margin: 0 -8px; }
.left-form-col .frm-block .row [class*="col-md-"]{ padding: 0 8px; }
.left-form-col .frm-block .input-box-check   input {padding: 0;height: initial;width: initial;margin-bottom: 0;display: none;cursor: pointer;}
.left-form-col .frm-block .input-box-check label {position: relative;cursor: pointer; max-width: 380px;display: block; padding: 0 0 0 30px; font-family: montserrat,sans-serif;color: #333333; font-size: 15px; font-weight: 500;}
.left-form-col .frm-block .input-box-check label:before {content:'';-webkit-appearance: none;background-color: transparent;border: 1px solid #0C5186;position: absolute; left: 0px; top: 0px;padding:0; width: 20px; height: 20px;;display: inline-block;position: absolute;vertical-align: middle;cursor: pointer; }
.left-form-col .frm-block .input-box-check input:checked + label:after {content: '';display: block;position: absolute;top:1px;left:8px;width: 6px;height: 14px;border: solid #0C5186;border-width: 0 2px 2px 0;transform: rotate(45deg);}
.input-box.submit-btn  input[type=submit]{ transition: all 0.3s ease-in-out; font-family: montserrat,sans-serif; width: 100%; border: 0px; font-weight: 600; color: #fff;  box-shadow: none;  background: #0C5186; border-radius: 5px; height: 60px; ;}
.input-box.submit-btn  input[type=submit]:hover{  background: #000;}

.frm-blk-bottom{ padding: 25px 0 0 0; }
.frm-blk-bottom .tpl-text{ padding: 0 0 18px; display: flex ;align-items: center ; font-weight: 500; font-family: montserrat,sans-serif;  font-size: 15px; color: #333; justify-content: center; }
.frm-blk-bottom .tpl-text span{ display: inline-block; padding: 0 12px;; }
.frm-blk-bottom .social-links{ align-items: center; display: flex; justify-content: space-between; }
.frm-blk-bottom .social-links a{ max-width: calc(50% - 3px); }
.frm-blk-bottom .social-links a img{ max-width: 100%; }
.frm-blk-bottom .have-text{ margin:29px -50px;; padding: 0 0 0px; display: flex ;align-items: center ; font-weight: 500; font-family: montserrat,sans-serif;  font-size: 15px; color: #333; justify-content: center; }
.frm-blk-bottom .have-text span{ display: inline-block; padding: 0 12px;; }
.frm-blk-bottom .have-text span a{font-family: montserrat,sans-serif; text-decoration: underline;  color: #0C5186 ; font-weight: bold; } 
.frm-blk-bottom .have-text span a:hover{ color: #000; }



.right-form-col{ margin-right: -50px;; margin-left: auto; }
.right-form-col .page-logo{ padding: 0 0 114px; display: block; text-align: center;}
.check-cls   input {padding: 0;height: initial;width: initial;margin-bottom: 0;display: none;cursor: pointer;}
.check-cls label {position: relative;cursor: pointer; max-width: 380px;display: block; padding: 0 0 0 30px; font-family: montserrat,sans-serif;color: #333333; font-size: 15px; font-weight: 500;}
.check-cls label:before {content:'';-webkit-appearance: none;background-color: transparent;border: 1px solid #0C5186;position: absolute; left: 0px; top: 0px;padding:0; width: 20px; height: 20px;;display: inline-block;position: absolute;vertical-align: middle;cursor: pointer; }
.check-cls input:checked + label:after {content: '';display: block;position: absolute;top:1px;left:8px;width: 6px;height: 14px;border: solid #0C5186;border-width: 0 2px 2px 0;transform: rotate(45deg);}
.left-form-col .frm-block .input-box .hide-link{ font-family: montserrat,sans-serif;font-size: 15px; color: #0C5186; font-weight: bold;  position: absolute; right: 20px; top: 50%; margin: 2px 0 0 0; transform: translateY(-50%); }

.left-form-col .frm-block .input-box.text-row{ display: flex; justify-content: space-between;  }
.truble-text{    font-family: montserrat,sans-serif;color: #333333;font-size: 15px;font-weight: 500;}
.left-form-col .frm-block .input-box img{ max-width: 100%; }
.frm-blk-bottom .have-text span{ text-align: center; }
.frm-blk-bottom .have-text span a{ display: inline-block; }

.left-form-col .frm-title h2{ font-size: 32px;; }
.left-form-col .frm-title p{ font-size: 12px;;}
.left-form-col .frm-block .input-box .input-text{ font-size: 13px; padding: 0 12px; height: 46px;; }
.left-form-col .frm-block .input-box img{ height: 46px; width: auto; }
.input-box.submit-btn input[type=submit]{ height: 46px;; }
.frm-blk-bottom .social-links a img{ height: 34px;  width: auto; }
.left-form-col{ width: 440px;}
.left-form-col .frm-block .input-box{ margin: 8px 0 0 0; }
.frm-blk-bottom{ padding: 10px 0 0 0; }
.frm-blk-bottom .have-text{ margin: 12px -29px; }
.left-form-col{ padding: 15px 40px;; }
.right-form-col .page-logo{ padding: 0 0 50px; }
.right-form-col .page-logo img{ width: 280px;}
.book-img img{ max-width: 600px;}


.mb-img{ display: none; }
@media (min-width: 1500px) and (max-width: 1640px) {
.login-outer{ padding: 30px 0 30px 0px; }	


.left-form-col .frm-title h2{ font-size: 32px;; }
.left-form-col .frm-title p{ font-size: 12px;;}
.left-form-col .frm-block .input-box .input-text{ height: 46px;; }
.left-form-col .frm-block .input-box img{ height: 40px; width: auto; }
.input-box.submit-btn input[type=submit]{ height: 48px;; }
.frm-blk-bottom .social-links a img{ height: 48px; width: auto; }
.left-form-col{ width: 488px;}
.left-form-col .frm-block .input-box{ margin: 8px 0 0 0; }
.frm-blk-bottom{ padding: 10px 0 0 0; }
.frm-blk-bottom .have-text{ margin: 12px -29px; }
.left-form-col{ padding: 15px 40px;; }
.right-form-col .page-logo{ padding: 0 0 50px; }
.right-form-col .page-logo img{ width: 280px;}
.book-img img{ width: 600px;}

 
}

@media (min-width: 1281px) and (max-width: 1499px) {
.login-outer{ padding:20px 0 20px 40px; }
.book-img img{ max-width: 600px; }	
.page-logo img{ width: 300px;;} 


.left-form-col .frm-title h2{ font-size: 32px;; }
.left-form-col .frm-title p{ font-size: 12px;;}
.left-form-col .frm-block .input-box .input-text{ font-size: 14px; padding: 0 12px; height: 40px;; }
.left-form-col .frm-block .input-box img{ height: 36px; width: auto; }
.input-box.submit-btn input[type=submit]{ height: 40px;; }
.frm-blk-bottom .social-links a img{ height: 34px;  width: auto; }
.left-form-col{ width: 440px;}
.left-form-col .frm-block .input-box{ margin: 8px 0 0 0; }
.frm-blk-bottom{ padding: 10px 0 0 0; }
.frm-blk-bottom .have-text{ margin: 12px -29px; }
.left-form-col{ padding: 15px 40px;; }
.right-form-col .page-logo{ padding: 0 0 50px; }
.right-form-col .page-logo img{ width: 280px;}
.book-img img{ width: 600px;}
}

@media (min-width: 1100px) and (max-width: 1280px) {
.login-outer{ padding:20px 0 20px 0px; }
.book-img img{ max-width: 550px; }	
.page-logo img{ width: 300px;;} 	
.left-form-col{ padding: 30px; width: 500px;;} 


.left-form-col .frm-title h2{ font-size: 32px;; }
.left-form-col .frm-title p{ font-size: 12px;;}
.left-form-col .frm-block .input-box .input-text{ font-size: 14px; padding: 0 12px; height: 40px;; }
.left-form-col .frm-block .input-box img{ height: 36px; width: auto; }
.input-box.submit-btn input[type=submit]{ height: 40px;; }
.frm-blk-bottom .social-links a img{ height: 34px;  width: auto; }
.left-form-col{ width: 440px;}
.left-form-col .frm-block .input-box{ margin: 8px 0 0 0; }
.frm-blk-bottom{ padding: 10px 0 0 0; }
.frm-blk-bottom .have-text{ margin: 12px -29px; }
.left-form-col{ padding: 15px 40px;; }
.right-form-col .page-logo{ padding: 0 0 50px; }
.right-form-col .page-logo img{ width: 280px;}
.book-img img{ max-width: 600px;}
}
@media (min-width: 768px) and (max-width: 1099px) {
.login-outer{ padding:40px; flex-direction: column-reverse; }
.book-img img{max-width: 100%; max-width: 550px; }	
.page-logo img{ max-width: 100%; width: 250px;;} 	
.left-form-col{ padding: 30px; width: 100%;} 
.right-form-col{ width: 100%; padding: 0 0 50px;; }
.right-form-col .page-logo{ padding: 0 0 60px;; }
.book-img{ width: 100%; text-align: center;}		 
.right-form-col{ width: 100%; margin: 0px;; } 


.left-form-col .frm-title h2{ font-size: 32px;; }
.left-form-col .frm-title p{ font-size: 12px;;}
.left-form-col .frm-block .input-box .input-text{ font-size: 13px; padding: 0 12px; height: 40px;; }
.left-form-col .frm-block .input-box img{ height: 36px; width: auto; }
.input-box.submit-btn input[type=submit]{ height: 40px;; }
.frm-blk-bottom .social-links a img{ height: 34px;  width: auto; }
.left-form-col{ width: 440px;}
.left-form-col .frm-block .input-box{ margin: 8px 0 0 0; }
.frm-blk-bottom{ padding: 10px 0 0 0; }
.frm-blk-bottom .have-text{ margin: 12px -29px; }
.left-form-col{ padding: 15px 40px;; }
.right-form-col .page-logo{ padding: 0 0 50px; }
.right-form-col .page-logo img{ width: 280px;}
.book-img img{ max-width: 600px;}
.login-outer{ flex-direction: column; }
.book-img{  display: none; }
.mb-img{ padding: 40px 0 0 0; order: 3; display: block; text-align: center; }
.right-form-col{ padding: 0px;; order: 1; }
.left-form-col{ order: 2; }
.right-form-col .page-logo{ padding: 0 0 40px; }


}
@media (max-width: 767px) {
.login-outer{ padding:30px 20px; flex-direction: column-reverse; }
.book-img img{max-width: 100%;  width: 400px; margin-right: -50px;; }	
.page-logo img{ max-width: 100%; width: 200px;;} 	
.left-form-col{ padding: 20px; width: 100%;} 
.right-form-col{ width: 100%; padding: 0 0 50px;; }
.right-form-col .page-logo{ padding: 0 0 60px;; }
.book-img{ width: 100%; text-align: center;}
.right-form-col{ width: 100%; margin: 0px;; }
.left-form-col .frm-title h2{ font-size: 32px;; }
.left-form-col .frm-title p{ font-size: 16px;;}
.left-form-col .frm-block .input-box .input-text{ height: 52px; padding: 0 20px; ; }
.left-form-col .frm-block .input-box.text-row{ flex-direction: column; }
.truble-text{ padding: 0 0 10px;; }
.frm-blk-bottom .tpl-text i,
.frm-blk-bottom .have-text i{ display: none; }
.frm-blk-bottom .tpl-text span,
.frm-blk-bottom .have-text span { padding: 0px; }
.frm-blk-bottom .tpl-text,
.frm-blk-bottom .have-text,
.truble-text{ font-size: 14px;; }
.left-form-col .frm-block .input-box .hide-link{ font-size: 14px;; }



.left-form-col .frm-title h2{ font-size: 32px;; }
.left-form-col .frm-title p{ font-size: 12px;;}
.left-form-col .frm-block .input-box .input-text{ font-size: 13px; padding: 0 12px; height: 40px;; }
.left-form-col .frm-block .input-box img{ height: 36px; width: auto; }
.input-box.submit-btn input[type=submit]{ height: 40px;; }
.frm-blk-bottom .social-links a img{ height: 34px;  width: auto; }
.left-form-col{ }
.left-form-col .frm-block .input-box{ margin: 8px 0 0 0; }
.frm-blk-bottom{ padding: 10px 0 0 0; }
.frm-blk-bottom .have-text{ margin: 12px -29px; }
.left-form-col{ padding: 15px 20px;; }
.right-form-col .page-logo{ padding: 0 0 50px; }
.right-form-col .page-logo img{ width: 200px;}
.book-img img{ max-width: 600px;}
.login-outer{ flex-direction: column; }
.book-img{  display: none; }
.mb-img{ padding: 40px 0 0 0; order: 3; display: block; text-align: center; }
.right-form-col{ padding: 0px;; order: 1; }
.left-form-col{ order: 2; }
.right-form-col .page-logo{ padding: 0 0 40px; }


.book-img img{ border: 0px; box-shadow: none;  margin-right: -40px; max-width: 100%;}
}


@media (min-width: 568px) and (max-width: 767px) {
}
@media (min-width: 240px) and (max-width: 567px) {
}