html, body {
	height: 100%;
	width: 100%;
	margin: 0;
}
body, input, textarea, select, .leaflet-container {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
}
.rtl * {
	font-family: 'Open Sans Hebrew', sans-serif;
}
body * {
	box-sizing: border-box;
}
/* login area css START */
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.outer {
	position: absolute;
	width: 100%;
	height: 100%;
}
.className {
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	display: none;
}
.loginWrap {
	position: absolute;
	width: 500px;
	margin: auto;
	height: 100%;
	left: 0;
	right: 0;
}
.login-col {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.loginOut {
	position: relative;
}
.login-top {
	flex-grow: 1;
}
.language {
	display: flex;
	margin-left: 386px;
}
.rtl .language {
	margin-right: 386px;
	margin-left: 0;
}
.ln {
	margin: 3px 1px 0 0;
	background-color: #1e679e;
	border-radius: 4px 4px 0 0;
	padding: 4px 8px;
	height: 21px;
	color: #fff;
	cursor: pointer;
}
a.link {
	text-decoration: none;
	color: inherit;
}
.selln {
	height: 25px;
	margin-top: 0;
}
.top-header {
	color: #fff;
	height: 64px;
	background-color: #1E679E;
	border-radius: 2px 2px 0 0;
	display: flex;
}
.top-logo {
	width: 42px;
	height: 40px;
	background-image: url(../images/small_world_logo_white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 12px 24px;
}
.top-txt {
	margin: 12px 0;
}
.top-heading {
	font-weight: 600;
	font-size: 16px;
}
.inBox {
	padding: 25px 30px;
	background-color: #fff;
	border-radius: 0 0 2px 2px;
}
.choose {
	display: flex;
	padding: 7px;
	border-radius: 30px;
	width: 273px;
	margin: 0 auto 20px;
	border: 2px solid #d7d7d7;
	position: relative;
	overflow: hidden;
	direction: ltr;
}
.capsule {
	border-radius: 50px;
	padding: 0 12px;
	font-size: 13px;
	cursor: pointer;
	color: #151515;
	z-index: 2;
	height: 29px;
	line-height: 29px;
	width: 50%;
	text-align: center;
}
.mover {
	position: absolute;
	background-color: #1e679e;
	width: 119px;
	height: 29px;
	z-index: 1;
	top: 7px;
	left: 141px;
	border-radius: 30px;
	transition: all 0.2s cubic-bezier(0.25, 0.1, 0.38, 1.97) 0s
}
.choose[data-id="1"] .mover {
	left: 8px;
}
.choose[data-id="1"] .capsule[data-id="1"] {
	color: #fff;
}
.choose[data-id="2"] .capsule[data-id="2"] {
	color: #fff;
}
.selBB {
	background-color: #1e679e;
	color: #fff;
}
.gutter {
	flex-grow: 1;
}
.inpBox {
	position: relative;
	height: 45px;
	width: 100%;
	border-color: #616161;
	background: #FFFFFF;
	border: 1px solid #1E679E;
	box-sizing: border-box;
	border-radius: 2px;
}
.new-inp {
	width: 100%;
	display: flex;
	height: 45px;
	margin-bottom: 20px;
	position: relative;
}
.sel-nim:hover {
	background-color: #f1f1f1;
}
.sel-nim {
	line-height: 30px;
	cursor: pointer;
	padding: 1px 10px;
}
.rememBox, .logBox {
	margin-top: 30px;
}
.logBox {
	display: none;
}
.icon {
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 13px;
	top: 11px;
	background-image: url(../images/phone_grey.svg);
	background-repeat: no-repeat;
}
.rtl .icon {
	left: auto;
	right: 13px;
}
.pass-icon {
	background-image: url(../images/padlock.svg);
}
.phone-icon {
	background-image: url(../images/phone_grey.svg);
}
.inp {
	border: none;
	width: 100%;
	height: 100%;
	margin: 0;
	outline: 0;
	background-color: transparent;
	font-weight: 500;
	font-size: 18px;
	color: #1e679e;
	padding: 0 45px;
}
.select_co {
	position: relative;
	height: 45px;
	width: 120px;
	margin-right: 10px;
	border: 1px solid #1E679E;
	box-sizing: border-box;
	border-radius: 2px;
	display: none;
}
.phinp {
	height: 100%;
	flex-grow: 1;
	padding: 0 10px;
}
.inp-flex {
	display: flex;
	height: 100%;
	width: 100%;
}
.down-arr {
	position: relative;
	min-width: 26px;
	cursor: pointer;
}
.down-arr:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-bottom: 3px solid #1e679e;
	border-right: 3px solid #1e679e;
	transform: rotate(45deg);
	top: 12px;
	right: 0;
	left: 0;
	margin: auto;
}
input.inp-new {
	width: 100%;
	height: 100%;
	border: 0;
	outline: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #1e679e;
}
.sel-new {
    position: absolute;
    left: 0;
    top: 47px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    z-index: 3;
    width: 90px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #1e679e;
    border-radius: 2px;
    display: none;
    text-align: left;
}
.rtl .select_co {
	margin-right: 0;
	margin-left: 10px;
	padding-right: 0;
	padding-left: 10px;
}
.phone-typ .select_co {
	display: block;
}
.inp {
	font-family: 'Roboto', sans-serif;
}
select.sel {
	border: none;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0 5px;
	outline: none;
	background: #FFF;
	font-size: 18px;
	color: #1e679e;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.rtl select.sel {
	padding: 0px 5px 0 0;
}

.rtl .sel-new {
	right:0;
	left:auto;
}

.d-flex {
	display: flex;
}
.checkBx {
	width: 24px;
	height: 24px;
	background-image: url(../images/check_box.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.checked {
	background-image: url(../images/check_box_black.svg);
}
.rempls {
	margin: 4px;
	cursor: pointer
}
.forgot-pass, .proceed-to-login {
	margin: 4px 0;
	cursor: pointer;
}
.sub {
	margin-top: 10px;
}
.submit {
	background-color: #1E679E;
	text-align: center;
	padding: 7px 25px;
	font-size: 15px;
	border: 0;
	cursor: pointer;
	outline: none;
	height: 38px;
	margin: 0 1px;
	font-weight: 400;
	color: #fff;
	width: 100%;
}
.logMsg {
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 5px;
	background-color: #fff;
	border-radius: 2px;
	z-index: 0;
	transition: .2s all;
	overflow: hidden;
	padding: 10px 0;
}
.loader {
	position: absolute;
	bottom: 33px;
	right: 43px;
	width: 20px;
	height: 20px;
	border: 3px solid #ffffff;
	border-top: 3px solid #1e679e;
	border-radius: 50%;
	animation: spin .5s linear infinite;
	display: none;
}
.red {
	border-color: #f00!important;
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
input:-webkit-autofill::first-line {
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-size:18px;
 color: #1e679e;
}
input:-webkit-autofill {
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-size:18px;
 color: #1e679e;
}
input:autofill {
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-size:18px;
 color: #1e679e;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-size:18px;
 color: #1e679e;
}
.log-with {
	text-align: center;
	margin-bottom: 20px;
}
