html, body {
  height: 100%;
}


body{
   /* background: #1572E8 !important; */
   background-size: cover;
   margin: 0;
   padding: 0;
}

	.form-box {
    margin: 10px;
    width: calc(100% - 20px);
    max-height: 100vh;
    min-height: 80vh;
    left: 0;
    top: 0;
    position: fixed;
    background: #fff;
    border-radius: 15px;
}
	.form-box .form-content {
    height: 100%;
    padding: 30px 20px;
}
.form-box .form-content .logo {
    margin-bottom: 33px;
}
.form-box .form-content .logo img {
    vertical-align: top;
    height: 60px;
}
.common-label {
    line-height: 16px;
    height: 16px;
    font-size: 14px;
    font-weight: 300;
	font-family: 'fontl';
    color: #818393;
    margin-bottom: 5px;
}

.container {
    min-height: calc(100vh - 40px);
    /* background: linear-gradient(to right, #31ce92, #00b5d8); */
    padding: 20px;
    font-family: Arial, sans-serif;
}
.nofooter {
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: scroll;
    z-index: 3000;
}
.logo-section {
    text-align: center;
}
.logo-text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 15px 0;
}
.form-container {
     background: linear-gradient(to right, #121211, #74736f);
    border: 1px solid #847c86;
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
    position: relative;
}
.form-title {
    color: #edeaea;
    font-size: 24px;
    margin: 5px 0;
}
.form-content {
    padding: 20px 0;
}

input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 0;
    font-size: 16px;
    outline: none;
}
.country-code {
    color: #666;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    margin-right: 10px;
}
.input-group {
    margin-bottom: 20px;
}
.input-group label {
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-size: 16px;
}
.mobile-input, .password-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f5f5;
    border-radius: 25px;
    padding: 0 15px;
}

.login-button {
    width: 100%;
    background: linear-gradient(135deg, #26c8ff, #00b5fb);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " ";
}
.van-button--normal {
    padding: 0 15px;
    font-size: 14px;
}
.van-button--primary {
    color: #fff;
        background: linear-gradient(to right, #3170ce, #00b5d8);
    border: 1px solid #07c160;
}

button, input, textarea {
    color: inherit;
    font: inherit;
}
.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-appearance: none;
}
.van-button__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}


.register-link {
    text-align: center;
    margin-top: 20px;
    color: #e0dbdb;
    font-size: 14px;
}
.logo-section {
  max-width: 100%;
  padding: 5px;
}

.logo-section img.logo-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.logo-img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto; /* untuk center jika pakai block */
}
.logoimg{
    width: 151px;
    height: 51px;
    display: block;
    /* margin-top: 80px; */
    /* margin-bottom: 30px; */
}
.create{
    color: #FFFFFF;
    font-size: 22px;
}
.lable{
    color: #818393;
    font-size: 14px;
    font-family: 'fontl';
    margin-top: 15px;
    margin-bottom: 5px;
}
.inputbox{
    width: 100%;
    height: 50px; 
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 16px;
    flex-wrap: nowrap;
    border: 2px solid #a4d0ee;
}
.inputbox input{
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #0D0D12;
    font-family: 'fontl';
}
.inputbox input::placeholder{ 
    color: #888888;
    font-size: 14px;
    font-family: 'fontl';
}
.inputbox img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.login{
    width: 100%;
    height: 54px;
    background: #2196F3;
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 25px;
    box-shadow: 0 1px 2px 0px rgba(13, 13, 18, 0.06);
}
.account{
    color: #818393;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.account a{
    color: #2196F3;
    font-family: 'fontb';
    text-decoration: underline;
    margin-left: 4px;
}
.codeimg{
    width: 100px !important;
    height: 34px !important;
    display: block;
    margin-right: 0 !important;
    display: inline-flex;
}