<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Montserrat', sans-serif;
	color: #121212;
	overflow-x: hidden;
}
a{
	text-decoration: none;
	color: #121212;
}
a:hover{
	text-decoration: none;
	color: #121212;
}
ul,li{
	list-style: none;
	margin: 0;
}
.clear{
	clear: both;
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill { 
       -webkit-box-shadow: 0 0 0 1000px white inset; 
}
 input[type="email"]:focus,input[type="password"]:focus,textarea:focus {
      -webkit-box-shadow: 0 0 0 1000px white inset; 
}
.alert-danger{
	padding: 8px 14px 8px 14px;
    background: #d64e4b;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.alert-success{
	padding: 8px 14px 8px 14px;
    background: #4CAF50;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.login-header{
	height: 75px;
	padding:0 50px;
}

.login-header h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login-header h2 a{
	font-size: 16px;
    font-weight: normal;
    line-height: 75px;
    color: #000;
}

.login-header h2 a img {
	width: 16px;
    margin-right: 5px;
}

.login-header h2 a.login-back {
	display: flex;
	align-items: center;
}

.get_started {
	background-color: #000;
	padding-bottom: 50px;
}

.get_started_header {
	height: 75px;
	padding:0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.get_started_header a {
	color: #fff;
	font-size: 16px;
    font-weight: normal;
    line-height: 75px;
}

.get_started_header a img {
	width: 16px;
    margin-right: 5px;
}

.get_started_back {
	display: flex;
	align-items: center;
}

.login-body{
	width: 335px;
	margin:0 auto;
	margin-top: 20px;
}

.get_started_body {
	max-width: 500px;
	width: 100%;
	margin:0 auto;
	margin-top: 20px;
}

.get_started_heading {
	text-align: center;
	color: #fff;
}

.get_started_heading img {
	width: 40px;
}

.get_started_heading h2 {
	font-size: 36px;
	font-weight: normal;
	margin: 0;
	margin-top: 20px;
}

.get_started_heading p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.login-body label{
	display: block;
	margin-bottom: 10px;
}

.login-body h4 {
	margin: 0;
}

.login-body h4 img {
	width: 40px;
}

.login-body h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 50px;
	text-align: center;
}

.login-body h5 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 120px;
    margin-bottom: 20px;
	text-align: center;
}

#input-email, #input-password, #forgot-email{
	background-color: #fff;
    border: 2px solid #ddd;
    box-shadow: none;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    outline: none;
    transition: .2s;
    margin-bottom: 10px;
	box-sizing: border-box;
}

#input-email:focus, #input-password:focus, #forgot-email:focus {
	border: 2px solid #5952E3;
    transition: .2s;
}

.login-body input[type="submit"],#button_create_store{
	width: 100%;
    border: 0;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    background-color: #5952E3;
    color: #fff;
	transition: .3s;
}
.login-body input[type="submit"]:hover,#button_create_store:hover{
	background: #000;
	transition: .3s;
}
.login-body h4{
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 20px;
}
.login-body h6{
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	font-weight: 300;
}
.login-body h6 a{
	text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.login-body label p{
	margin-bottom: 10px;
	font-size: 14px;
}
.login-body select{
	margin-bottom: 10px;
}
#input-storename{
	margin-bottom: 10px;
}
.other-login{
	text-align: center;
	margin-top: 300px;
}
.other-login ul li{
	display: inline;
	margin:0 20px;
	font-weight: 300;
}
.other-login ul li a{
	font-size: 14px;
}
.close-btn{
	float: right;
}
.login-info{
	max-width: 335px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
.login-info a{
	text-decoration: underline;
	font-weight: 400;
}
.errorbox{
	display: none;
}
.forgot{
	text-align: center;
}
.forgot h3{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}
.forgot a{
	border: 0;
    color: #fff;
    font-size: 12px;
    padding: 10px 0px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    width: 120px;
    background: #121212;
    margin:0 auto;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
    display: block;
}

.get_started_form label {
	display: block;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}

.get_started_form label.fullname {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -10px 15px -10px;
}

.get_started_form label.fullname input {
	margin: 0 10px;
}

.get_started_form label.error_label input[type="email"], .get_started_form label.error_label input[type="text"] {
	border: 3px solid #f00;
	padding-top: 20px;
}

.error_area {
	position: absolute;
	top: 7px;
	left: 15px;
	font-size: 12px;
	color: #f00;
	display: none;
}

#get_started_phone + .error_area {
	left: 113px;
}

.get_started_county {
	position: absolute;
	left: 3px;
	top: 3px;
	background-color: #eee;
	height: calc(100% - 6px);
	padding: 0 15px;
	border-radius: 5px;
	z-index: 2;
}

.get_started_county&gt;div {
	display: flex;
	align-items: center;
	height: 100%;
	cursor: pointer;
	color: #666;
}

.get_started_county img {
	width: 24px;
	margin-right: 10px;
}

.get_started_county img.caret-down {
	width: 8px;
	margin-right: 0;
	margin-left: 5px;
}

.get_started_county ul {
	position: absolute;
	padding: 10px 0; 
	margin: 0;
	background: #fff;
	border-radius: 5px;
	z-index: 3;
	left: -3px;
	margin-top: 5px;
	width: 200px;
	box-shadow: 2px 4px 12px rgb(0,0,0,15%);
	display: none;
}

.get_started_county ul li {
	text-align: left;
	display: flex;
	align-items: center;
	padding: 5px 15px;
	cursor: pointer;
	transition: .3s;
	color: #666;
}

.get_started_county ul li:hover {
	background-color: #eee;
	transition: .3s;
}

.get_started_county ul li img {
	width: 18px;
}

.get_started_county ul li span {
	margin-left: 5px;
}

.get_started_form input[type="text"], .get_started_form input[type="email"], .get_started_form textarea {
	border: 3px solid #fff;
	border-radius: 5px;
	padding: 12px;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
}

#get_started_phone {
	padding-left: 110px;
}

.get_started_form input[type="submit"] {
	width: 180px;
    border: 0;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    background-color: #5952E3;
    color: #fff;
	transition: .3s;
}

.get_started_info{
	max-width: 335px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	color: #fff;
}
.get_started_info a{
	text-decoration: underline;
	font-weight: 400;
}


@media (max-width: 768px){
.login-header {
    height: 75px;
    padding: 0 20px;
}
.login-body {
    margin-top: 40px;
}
.login-info {
    margin-top: 50px;
}
.forgot{
	padding:0 30px;
}
.get_started_header {
    height: 75px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.get_started_body {
    max-width: 500px;
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
	padding: 0 30px;
}

.get_started_heading h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    margin-top: 20px;
}

#select_country span {
	color: #000;
}

.get_started_county ul li {
    text-align: left;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    cursor: pointer;
    transition: .3s;
	color: #000;
}

}

@media (max-width: 375px){
.login-header {
    height: 75px;
    padding: 0 30px;
}
.login-body {
    margin-top: 40px;
    padding:0 30px;
    width: auto;
}
.login-info {
    margin-top: 50px;
}
.login-body h6 a{
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
	margin:0 10px;
}
.login-info{
	width: auto;
	padding:0 30px;
}


}</pre></body></html>