.container .jumbotron, .container-fluid .jumbotron {
    
    background: transparent;
}

.row-1-top{
	
	vertical-align: middle;
	text-align: center;
	margin-top: 10%;
}

.row-1-middle{
	margin-top: 40%;
	padding: 5%;
	vertical-align: middle;
	text-align: center;
}

.row-1-bottom{
	font-family: "Kurious Looped Cond";
	font-style:normal;
	margin-top: 20%;
	padding: 5%;
	vertical-align: middle;
	text-align: center;
}

.row-1-bottom .footer{
	background-color: #ffffff;
	padding: 2%;
	color: #333;
	opacity: 0.6;
}

.bg-transparent{
	
	
}

.pull-right > img{
	padding: 5%;
}
hgroup { 
	text-align:center;
	margin-top: 4em;
}

h1, h3 { font-weight: 300; }

h1 { color: #636363; }

h3 { color: #4a89dc; }

form {
	width: 380px;
	margin: 4em auto;
	padding: 3em 2em 2em 2em;
	position:relative;
    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.5);
}

.group { 
	position: relative; 
	margin-bottom: 45px; 
}

input {
	font-size: 16px;
	padding: 10px 18px;
	-webkit-appearance: none;
	display: block;
	background: transparent;
	color: #008F62;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input:focus { outline: none; }


/* Label */

label {
	color: #999; 
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #008F62;
    background-color: transparent;
    border: 1px solid #008F62;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* active */

input:focus ~ label, input.used ~ label {
	top: -20px;
  transform: scale(.75); left: -2px;
	/* font-size: 14px; */
	color: #008F62;
}


/* Underline */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #008F62; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
	color: #008F62;
}

.group .label{
	padding: 0;
}

.label-captcha{
	font-family: "Kurious Looped Cond";
	font-style: normal;
	color: #008F62;
	font-size: 16px;
}
.label-captcha-input{
	font-family: "Kurious Looped Cond";
	font-style: normal;
	text-align: left;
	color: #008F62;
	font-size: 12px;
}


/* active */

input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}


/* Button */

.button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #008F62;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #008F62;
  text-shadow: 1px 1px 0 rgba(254, 158, 41, .5);
}

.buttonBlue:hover { background: #008F62; }


/* Ripples container */

.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

footer { text-align: center; font-family: "Kurious Looped Cond", Arial, Helvetica, sans-serif; font-style: normal;}

footer p {
	color: #888;
	font-size: 13px;
	letter-spacing: .4px;
}

footer a {
	color: #4a89dc;
	text-decoration: none;
	transition: all .2s ease;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

footer img {
	width: 80px;
	transition: all .2s ease;
}

footer img:hover { opacity: .83; }

footer img:focus , footer a:focus { outline: none; }


@media screen and (max-width: 320px) {
    #row-1{
    	display: none;
    }

    .col-sm-6, .col-md-6, .col-lg-6{
    	padding: 0;
    	margin:0;
    	padding-right: 0;
    	padding-left: 0;
    }

	    .container .jumbotron, .container-fluid .jumbotron {
	    
	    padding: 0;
	    margin: 0;
	}
	form {
	width: 280px;
	margin: 1em auto;
	padding: 3em 2em 2em 2em;
	position:relative;
    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.5);
}

}

/* ===== KBANK VA LOGIN SPLIT PANEL LAYOUT ===== */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.kbank-login-wrapper {
    display: -webkit-flex;
    display: flex;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
    width: 100%;
}

/* Left panel: background image shows through with dark green overlay */
.kbank-login-left {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: rgba(0, 60, 38, 0.60);
    overflow: hidden;
}

.kbank-brand-area {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.kbank-brand-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: min(100%, 460px);
    min-width: 220px;
    max-width: 460px;
    flex-shrink: 0;
}

.kbank-logo-white {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin: 0 auto;
    flex-shrink: 0;
}

.kbank-brand-title {
    font-family: "Kurious Looped Cond";
    font-style: normal;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 1px;
}

.kbank-brand-subtitle {
    font-family: "Kurious Looped Cond";
    font-style: normal;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3;
}

/* Left panel: "powered by" as white oval pill */
.kbank-login-left .kbank-powered-box {
    -webkit-align-self: center;
    align-self: center;
    background: #ffffff;
    color: #008F62;
    font-family: "Kurious Looped Cond";
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 50px;
    margin-bottom: 24px;
    text-align: center;
    opacity: 0.7;
}

.kbank-login-left .kbank-powered-box strong {
    color: #008F62;
}

/* Right panel: PT Kasikorn pinned to very bottom */
.kbank-login-right .kbank-powered-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.04);
    color: #555555;
    font-family: "Kurious Looped Cond";
    font-style: normal;
    font-size: 11px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Right panel: opaque white */
.kbank-login-right {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 80%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}

.kbank-login-card {
    width: 100%;
    max-width: 420px;
}

.kbank-welcome-title {
    font-family: "Kurious Looped Cond";
    font-style: normal;
    font-size: 32px;
    color: #222222;
    margin: 0 0 6px;
    font-weight: bold;
}

.kbank-welcome-subtitle {
    font-family: "Kurious Looped Cond";
    font-style: normal;
    font-size: 14px;
    color: #888888;
    margin: 0 0 10px;
}

.kbank-login-card form {
    width: 100%;
    margin: 1em 0;
    padding: 1.5em 0 1em;
    background: transparent;
}

.kbank-form-footer {
    text-align: center;
    margin-top: 14px;
    font-family: "Kurious Looped Cond";
    font-style: normal;
    font-size: 12px;
}

.kbank-form-footer a {
    color: #008F62;
    font-size: 12px;
    font-family: "Kurious Looped Cond";
    font-style: normal;
}

@media screen and (max-width: 968px) {
    .kbank-login-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .kbank-login-left {
        min-height: 420px;
        -webkit-flex: none;
        flex: none;
    }
    .kbank-login-right {
        -webkit-flex: 1;
        flex: 1;
    }
    .kbank-login-card {
        max-width: 100%;
        padding: 0 10px;
    }
}
