
    body {
        background-color: #dfdfdf;
        font-size: 13px;
        color: #555;
    }
    form {
        background-color: #fff;
        width: 430px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        margin: 30px auto;
        -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    }
    .logo {
        text-align:center;
        margin:20px auto;
    }

    .auth-organization-logo {
        box-sizing: border-box;
        width: 100%;
        margin: 18px auto 12px;
        padding: 0 15px;
    }

    .auth-organization-logo__image {
        display: block;
        width: 385px;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    body.site-auth-page {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    body.site-auth-page > .site-global-footer {
        flex: 0 0 auto;
        margin-top: auto;
    }
	
    form h2 {
        font-size: 20px;
        margin: 0 0 10px 30px;
        padding-top: 20px;
        color: #555;
    }
    .line {
        margin: 20px 0 20px 30px;
        width: 365px;
        height: 1px;
        background-color: #d7d7d7;
    }
    form input[type="text"], input[type="password"] {
        padding: 10px 5px 12px 14px;
        background-color: #f2f2f2;
        border: 1px solid #c8c8c8;
        width: 85%;
        color: #838383;
        margin: 0 0 10px 30px;
        font-size: 15px;
		border-radius:5px;
    }
    form input[type="submit"] {
        padding: 8px 15px 10px 35px;
        font-size: 15px;
    }
    .btn-sign-in {
        margin: 20px 0px 30px 25px;
    }
    .btn-register {
        margin: 20px 0px 30px 25px;
    }
    .google-oauth-divider {
        clear: both;
        display: flex;
        align-items: center;
        gap: 12px;
        width: calc(100% - 60px);
        height: auto;
        margin: 2px 30px 16px;
        border: 0;
        text-align: center;
    }
    .google-oauth-divider::before,
    .google-oauth-divider::after {
        content: "";
        flex: 1 1 auto;
        height: 1px;
        background: #e3e3e3;
    }
    .google-oauth-divider span {
        flex: 0 0 auto;
        color: #747775;
        font-size: 12px;
        line-height: 20px;
    }
    .google-oauth-button {
        clear: both;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        box-sizing: border-box;
        width: calc(100% - 60px);
        margin: 0 30px 25px;
        min-height: 44px;
        padding: 11px 12px;
        color: #1f1f1f;
        background: #ffffff;
        border: 1px solid #747775;
        border-radius: 999px;
        box-shadow: 0 1px 2px rgba(60, 64, 67, 0.12);
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        transition:
            background-color 160ms ease,
            border-color 160ms ease,
            box-shadow 160ms ease,
            transform 80ms ease;
    }
    .google-oauth-button:hover {
        color: #1f1f1f;
        background: #f8faff;
        border-color: #5f6368;
        box-shadow:
            0 1px 3px rgba(60, 64, 67, 0.22),
            0 1px 2px rgba(60, 64, 67, 0.12);
        text-decoration: none;
    }
    .google-oauth-button:focus {
        color: #1f1f1f;
        background: #ffffff;
        border-color: #4285f4;
        outline: 3px solid rgba(66, 133, 244, 0.22);
        outline-offset: 2px;
        box-shadow: none;
        text-decoration: none;
    }
    .google-oauth-button:active {
        background: #f1f5ff;
        border-color: #5f6368;
        box-shadow: 0 1px 1px rgba(60, 64, 67, 0.18);
        transform: translateY(1px);
    }
    .google-oauth-icon-shell {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        background: #ffffff;
        border-radius: 50%;
    }
    .google-oauth-icon {
        display: block;
        width: 18px;
        height: auto;
        max-height: 19px;
    }
    .google-oauth-label {
        display: inline-block;
        min-width: 0;
        white-space: nowrap;
    }
    .google-oauth-notice {
        width: calc(100% - 60px);
        margin: 0 30px 18px;
    }
    .forgotten-password-link {
        float: left;
        margin: 40px 0 10px 30px;
    }
    #alert-message {
        margin: 0px 5px 0 30px;
        color:#fff;
		
    }
	#alert-message  a{
	color:white;}
	
	#success-message {
	background-color: #28803D;
        margin: 0px 5px 0 30px;
        
    }
    .messagebox {
        background-color: #d03e3e;
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
		
    }
	.error-message{
	background-color: #d03e3e;
	}
	.success-message{
	background-color: #28803D;
	}
	.admin_rec{
	  padding: 10px;
	background-color: #fff;
        width: 70%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        margin: 30px auto;
        -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
	}
	.social{
	
	padding: 10px 5px 12px 0px;
	margin: 0 0 10px 30px;
	}
	.social img{
	width:120px;	
	
	}
	#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#menu-toggle {
  display: none;
}

.inset {
  padding: 20px;
}



@media (max-width:767px) {

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}

#wrapper.active {
  position: relative;
  left: 250px;
}

#wrapper.active #sidebar-wrapper {
  left: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

}
/* analytics
=================================================================== */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.analytics {
  background: white;
  padding: 10px;
  position: relative;
}
.analytics .boxchart-overlay {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 84px;
  padding: 10px;
  text-align: center;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}
.analytics .boxchart-overlay.blue {
  background: #36a9e1;
}
.analytics .boxchart-overlay.lightBlue {
  background: #67c2ef;
}
.analytics .boxchart-overlay.green {
  background: #bdea74;
}
.analytics .boxchart-overlay.darkGreen {
  background: #78cd51;
}
.analytics .boxchart-overlay.pink {
  background: #e84c8a;
}
.analytics .boxchart-overlay.orange {
  background: #fa603d;
}
.analytics .boxchart-overlay.lightOrange {
  background: #fabb3d;
}
.analytics .boxchart-overlay.red {
  background: #ff5454;
}
.analytics .boxchart-overlay.yellow {
  background: #eae874;
}
.analytics .boxchart-overlay.white {
  background: white;
}
.analytics .boxchart-overlay.grey {
  background: #c7cbd5;
}
.analytics i {
  text-align: center;
  display: block;
  color: white;
  width: 50px;
  font-size: 22px;
  padding: 14px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
}
.analytics i.blue {
  background: #36a9e1;
}
.analytics i.lightBlue {
  background: #67c2ef;
}
.analytics i.green {
  background: #bdea74;
}
.analytics i.darkGreen {
  background: #78cd51;
}
.analytics i.pink {
  background: #e84c8a;
}
.analytics i.orange {
  background: #fa603d;
}
.analytics i.lightOrange {
  background: #fabb3d;
}
.analytics i.red {
  background: #ff5454;
}
.analytics i.yellow {
  background: #eae874;
}
.analytics i.white {
  background: white;
}
.analytics i.grey {
  background: #c7cbd5;
}
.analytics .title {
  top: 12px;
  color: #555;
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
.analytics .value {
  font-size: 20px;
  font-weight: bold;
}
.box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px 1px #e4e6eb;
  -moz-box-shadow: 0px 1px 0px 1px #e4e6eb;
  box-shadow: 0px 1px 0px 1px #e4e6eb;
  margin: 0px 0px 30px 0px;
}
.box.noOverflow {
  overflow: hidden;
}
.box .box-header {
  background: #36a9e1;
  color: white;
  font-size: 16px;
  overflow: hidden;
}
.box .box-header h2 {
  float: left;
  padding: 10px 0px;
  margin: 0px 0px 0px 20px;
}
.box .box-header h2 i {
  background: #1e8fc6;
  color: white;
  padding: 10px 0px;
  width: 36px;
  display: inline-block;
  text-align: center;
  margin: -10px 20px -10px -20px;
}
.box .box-header .box-icon {
  background: #1e8fc6;
  float: right;
}
.box .box-header .box-icon i {
  display: inline-block;
  color: white;
  text-align: center;
  width: 36px;
  padding: 10px 0px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  border-left: 1px solid #36a9e1;
  text-decoration: none;
}
.box .box-header .box-icon i:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.box .box-content {
  padding: 10px;
  background: white;
}
.form-horizontal .form-group.has-error input{
border-color: #a94442;
}
.form-horizontal .form-group.has-success input{
border-color: #3c763d;
}






/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
form{
	width:80%;	
}
input{
	width:60%;
}
.line{
	width:80%;
}
.form-group{
	margin-right:5px;
	margin-left:5px;
}
form input[type="text"], input[type="password"] {
	padding: 5px 5px 5px 10px;
	margin: 0 0 10px 20px;
}
.forgotten-password-link {
	margin: 10px 0 10px 10px;
}
.btn-register {
        margin: 10px 0px 10px 15px;
    }
.google-oauth-divider,
.google-oauth-button,
.google-oauth-notice {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}
.google-oauth-button {
    min-height: 44px;
    padding-left: 12px;
    padding-right: 12px;
}
.social img{
	width:32%;
}

.social{
	padding: 5px 5px 5px 0px;
	margin: 0 0 10px 10px;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

@media (prefers-reduced-motion: reduce) {
    .google-oauth-button {
        transition: none;
    }
}

/* Mobile OTP registration
=================================================================== */
.mobile-registration-form {
    box-sizing: border-box;
    width: 460px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    border: 1px solid rgba(18, 55, 91, 0.08);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(13, 38, 64, 0.14);
}

.mobile-registration-form__header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 30px 12px;
    text-align: start;
}

.mobile-registration-form__header h2 {
    margin: 0 0 5px;
    padding: 0;
    color: #14324f;
    font-size: 21px;
    font-weight: 700;
}

.mobile-registration-form__header p {
    margin: 0;
    color: #6f7f8f;
    font-size: 12px;
    line-height: 1.75;
}

.mobile-registration-form__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #19a9cf, #2474c8);
    box-shadow: 0 8px 18px rgba(36, 116, 200, 0.25);
    font-size: 25px;
}

.mobile-registration-progress {
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    margin: 8px 30px 24px;
    color: #8a97a5;
    font-size: 11px;
}

.mobile-registration-progress__step {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.mobile-registration-progress__step b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #d3dce5;
    border-radius: 50%;
    color: #7d8b99;
    background: #f7f9fb;
    font-size: 11px;
}

.mobile-registration-progress__step.is-active,
.mobile-registration-progress__step.is-complete {
    color: #176ba9;
    font-weight: 700;
}

.mobile-registration-progress__step.is-active b,
.mobile-registration-progress__step.is-complete b {
    border-color: #1a9fc5;
    color: #ffffff;
    background: linear-gradient(135deg, #20b8d8, #2577c9);
}

.mobile-registration-progress__line {
    flex: 1 1 auto;
    height: 1px;
    margin: 0 10px;
    background: #dce4eb;
}

.mobile-registration-form .form-group {
    margin: 0 30px 15px;
}

.mobile-registration-form .form-group > label {
    display: block;
    margin: 0 0 6px;
    color: #304a62;
    font-size: 12px;
    font-weight: 700;
    text-align: start;
}

.mobile-registration-input-wrap {
    position: relative;
}

.mobile-registration-input-wrap > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    width: 16px;
    color: #8394a5;
    text-align: center;
    transform: translateY(-50%);
}

[dir="rtl"] .mobile-registration-input-wrap > i {
    right: 14px;
    left: auto;
}

body .mobile-registration-form input[type="text"],
body .mobile-registration-form input[type="tel"],
body .mobile-registration-form input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 10px 42px 10px 14px;
    border: 1px solid #d4dde6;
    border-radius: 10px;
    outline: 0;
    color: #1d3449;
    background: #f8fafc;
    font-size: 14px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

[dir="ltr"] body .mobile-registration-form input[type="text"],
[dir="ltr"] body .mobile-registration-form input[type="tel"],
[dir="ltr"] body .mobile-registration-form input[type="password"] {
    padding-right: 14px;
    padding-left: 42px;
}

body .mobile-registration-form input:focus {
    border-color: #219bc5;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(33, 155, 197, 0.14);
}

.mobile-registration-primary {
    display: block;
    width: calc(100% - 60px);
    min-height: 46px;
    margin: 22px 30px 14px;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, #1baecf, #246fc1);
    box-shadow: 0 8px 18px rgba(36, 111, 193, 0.2);
    font-size: 14px;
    font-weight: 700;
    transition: box-shadow 160ms ease, transform 100ms ease, opacity 160ms ease;
}

.mobile-registration-primary:hover,
.mobile-registration-primary:focus {
    color: #ffffff;
    background: linear-gradient(135deg, #159dbd, #1e63ae);
    box-shadow: 0 10px 22px rgba(36, 111, 193, 0.28);
}

.mobile-registration-primary:active {
    transform: translateY(1px);
}

.mobile-registration-primary:disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

.mobile-registration-primary .fa {
    margin-inline-end: 5px;
}

.mobile-registration-unavailable {
    width: calc(100% - 60px);
    margin: 0 30px 18px;
    padding: 11px 13px;
    border: 1px solid #f0d497;
    border-radius: 9px;
    color: #78581c;
    background: #fff8e8;
    font-size: 12px;
    line-height: 1.7;
}

.mobile-registration-sent-card {
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(100% - 60px);
    margin: 0 30px 20px;
    padding: 14px;
    border: 1px solid #bee5d1;
    border-radius: 11px;
    color: #285c43;
    background: #f0fbf5;
    text-align: start;
}

.mobile-registration-sent-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff;
    background: #28a66a;
    font-size: 17px;
}

.mobile-registration-sent-card p {
    margin: 3px 0 0;
    color: #527361;
    font-size: 12px;
}

.mobile-registration-otp-group {
    text-align: center;
}

body .mobile-registration-form .mobile-registration-otp-input {
    padding: 10px 14px;
    color: #173b59;
    background: #ffffff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.55em;
    text-align: center;
}

.mobile-registration-otp-group small {
    display: block;
    margin-top: 7px;
    color: #7f8d99;
    font-size: 11px;
}

.mobile-registration-secondary-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: calc(100% - 60px);
    margin: 0 30px 12px;
}

.mobile-registration-secondary-actions .btn-link {
    padding: 7px 0;
    color: #3079ae;
    font-size: 12px;
    text-decoration: none;
}

.mobile-registration-secondary-actions .btn-link:disabled {
    color: #98a4af;
}

.mobile-registration-message {
    width: calc(100% - 60px);
    margin: 14px 30px 0;
    padding: 11px 13px;
    border-radius: 9px;
    color: #ffffff;
    background: #c44040;
    font-size: 12px;
    line-height: 1.75;
    text-align: start;
}

.mobile-registration-message.is-success {
    background: #258556;
}

.mobile-registration-message.is-warning {
    color: #704d0e;
    background: #fff0c8;
}

.mobile-registration-message #alert-message {
    margin: 0;
    color: inherit;
}

.mobile-registration-login-link {
    display: block;
    float: none;
    width: calc(100% - 60px);
    margin: 14px 30px 22px;
    border-radius: 10px;
    color: #31516d;
    background: #edf3f7;
    font-size: 13px;
}

.mobile-registration-login-link:hover,
.mobile-registration-login-link:focus {
    color: #1d405e;
    background: #e2ebf1;
}

.mobile-registration-form .google-oauth-divider {
    margin-top: 0;
}

@media (max-width: 520px) {
    .mobile-registration-form {
        max-width: calc(100% - 20px);
        margin-top: 18px;
        border-radius: 13px;
    }

    .mobile-registration-form__header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .mobile-registration-progress,
    .mobile-registration-form .form-group,
    .mobile-registration-primary,
    .mobile-registration-unavailable,
    .mobile-registration-sent-card,
    .mobile-registration-secondary-actions,
    .mobile-registration-message,
    .mobile-registration-login-link {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }

    .mobile-registration-progress__step {
        font-size: 10px;
    }

    .mobile-registration-secondary-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 2px;
    }
}
