.login-section {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    margin-right: -15px;
}

.login-img-section {
    background-image: url('../img/login_bg_soc.jpg');
    width: 65%;
    position: absolute;
    left : 0px;
    bottom: 0px;
    background-size: 100% 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.login-form-section {
    width: 35%;
    position: absolute;
    right : 0px;
    height: 100%;
}

.login-img {
    max-width: 35%;
    max-height: 35%;
}

.login-form {
    margin-left: 100px;
    margin-right: 100px;
    top: 15%;
    position: relative;
    font-family: "Jenius Sans";
    font-size:20px;
}

.login-centered {
    top: 40%;
    position: relative;
    text-align: center;
}

.login-header {
  font-size: xx-large;
  color: #004A34;
  position: absolute;
}

.login-button {
	color:#fff;
	background-color:#004A34;
	border-color:#004A34;
	font-size: 14px;
}

.login-button:focus,.login-button:hover{
	color:#004A34 !important;
	background-color:#B6CB40 !important;
}

.login-footer {
	font-size: smaller;
	color: #000000;
	margin-left: 1%;
    bottom: 0.5%;
    position: absolute;
    font-family: "Jenius Sans";
}

.logo-bank-login {
	width: 40%;
	margin-bottom: 20px;
}

.login-body .input-group-btn {
	background-color: rgb(240,240,240);
	border-radius: 5px;
}

.login-body .input-group {
	flex-wrap: nowrap !important;
}

.login-body .input-group-btn .btn {
	font-size:14px;
}

.login-body .form-control{
	font-size:14px;
}
.login-alert{
	font-size:14px;
}
.input-group-btn-login{
	padding: 0;
}