@import url('https://fonts.googleapis.com/css2?family=Mitr&display=swap');

.frm--create-account input[type="text"],
.frm--create-account input[type="email"],
.frm--create-account input[type="password"], .frm__btn-primary, .frm__twitter, .frm__facebook {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 18px;
  height: 40px;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  
}

:root {
	--primary-color: #4e54c8;
	--dark-bg: #1a1d28;
	--card-bg: #2b2f3a;
	--text-primary: #ffffff;
	--text-secondary: #a0a3bd;
}

*,
*:before,
*::before,
*:after,
*::after {
  -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
  box-sizing: inherit;
} 



body{
	margin: 0;
	background-size: cover;
}
[hidden] {
	display: none !important;
}


body {
	/* background-image:url("img/background.png"); */
	background-image:url("img/background.jpg");
	color: #0c0c0d;
    font-family: 'sarabun', sans-serif;
	font-size: 16px;
	background-size: cover;
}

.w1ms{
  background-color: #625779;
  color: #1d2129;
  padding: 10px;
  border-radius: 5px;
}

#myNavbar {
    font-family: 'sarabun', sans-serif;

}

.navbar-brand {
	font-family: 'sarabun', sans-serif;
	
}

#test-login {
	font-family: 'sarabun', sans-serif;
}

h1, h2 {
	font-weight: 700;
  }
  
  a {
	color: #0060DF;
	text-decoration: none;
  }
  
  a:hover {
	color: #167FFF;
  }
  
  /* layout css */
  .container {
	max-width: 500px;
	margin: auto;
	
  }
  
  .wrapper {
	padding: 10px;
  }
  
  /* global css */
  .frm--create-account {
	width: 100%;
	background-color: rgb(149, 122, 189);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 1em 1em;
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(160, 170, 179, 0.12), 0 8px 10px -5px rgba(171, 191, 216, 0.4);
	-moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(160, 170, 179, 0.12), 0 8px 10px -5px rgba(171, 191, 216, 0.4);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(160, 170, 179, 0.12), 0 8px 10px -5px rgba(171, 191, 216, 0.4);
	
}
  
.frm--create-account label {
	font-family: 'sarabun', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #b1adb5;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 0 18px;
	margin: 0 0 3px;
	display: block;
	
}


  
.frm--create-account input[type="text"],
.frm--create-account input[type="email"],
.frm--create-account input[type="password"] {
	font-family: 'sarabun', sans-serif;
	background-color: #eff2f7;
	border: 1px solid #5a1c94;
	-webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -moz-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -moz-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
  
  .frm--create-account input[type="text"]:hover,
  .frm--create-account input[type="email"]:hover,
  .frm--create-account input[type="password"]:hover {
	font-family: 'sarabun', sans-serif;
	outline: none;
	border: 1px solid #692b9c;
  }
  
  .frm--create-account input[type="text"]:focus,
  .frm--create-account input[type="email"]:focus,
  .frm--create-account input[type="password"]:focus {
	font-family: 'sarabun', sans-serif;
	border: 1px solid rgb(113, 23, 155);
	line-height: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(160, 170, 179, 0.12), 0 8px 10px -5px rgba(171, 191, 216, 0.4);
	-moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(160, 170, 179, 0.12), 0 8px 10px -5px rgba(171, 191, 216, 0.4);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(160, 170, 179, 0.12), 0 8px 10px -5px rgba(171, 191, 216, 0.4);
  }
  
  .frm-group {
	margin: 0 0 15px;
  }
  
  .frm-group.inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .frm-group.inline .frm-group {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-moz-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
  }
  
  .frm-group.inline .frm-group:not(:last-child) {
	margin: 0 15px 15px 0;
  }
  
  .frm__title {
	font-size: 1.8em;
	text-align: center;
	letter-spacing: -1px;
	word-spacing: -1px;
	margin: 0;
	padding: 1em 0 1em;
  }
  
  .frm-info {
	margin: 1em 0;
  }
  
  .frm__txt {
	font-family: inherit;
	font-size: 14px;
	text-align: center;
  }
  
  .frm__link {
	font-family: inherit;
	font-weight: 600;
	text-decoration: underline;
  }
  
  .frm__btn-primary {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	background-color: #73b9a8;
	border: 1px solid;
	cursor: pointer;
  }
  
  .frm__btn-primary:hover {
	background-color: #2da8ce;
  }
  
  .frm__or {
	width: 100%;
	height: 1px;
	position: relative;
	background-color: #362424;
	margin: 2em 0;
  }
  
  .frm__or:before {
	content: 'OR';
	text-align: center;
	font-family: inherit;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #ebebeb;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 0 10px;
  }
  
  .frm__twitter {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background-color: #55acef;
  }
  
  .frm__twitter:hover {
	text-decoration: none;
	color: #fff;
	background: #47a5ee;
  }
  
  .frm__facebook {
	display: block;
	color: rgb(216, 141, 141);
	text-align: center;
	line-height: 40px;
	background-color: #3b5997;
  }
  
  .frm__facebook:hover {
	text-decoration: none;
	color: #fff;
	background: #37538c;
  }
  
  @media screen and (max-width: 480px) {
	.frm-group.inline {
	  display: block;
	}
	.frm-group.inline .frm-group:not(:last-child) {
	  margin: 0 0 15px;
	}
  }
  
  .ajay {
	font-family: sans-serif;
	font-size: 14px;
	position: fixed;
	right: 20px;
	bottom: 10px;
  }
  .ajay a {
	text-decoration: none;
	color: rgb(81, 59, 83);
  }
  .ajay a:hover {
	text-decoration: underline;
	color: rgb(0, 0, 0);
  }


