body{
	font-family: 'Rubik', sans-serif;
	font-size:11pt;
}
.login-page, .register-page {
    overflow: hidden;
}
h2#swal2-title{display:block !important}
.login-box{
    width: 100%;
    padding: 0;
    background-color: white;
    height: 100vh !important;
    display: flex;
}
.register-box {
    width: 100%;
    padding: 0;
    background-color: white;
    height: 100vh !important;
    display: flex;
}
.login-logo, .register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
    width: 50%;
    background: #11838e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}
.login-logo div {
    font-size: 15pt;
    font-weight: normal;
    margin-top: 10px;
}
.login-logo h1 {
    font-weight: 500;
    font-size: 27pt;
    margin-top: 30px;
    margin-bottom: 0;
}
.login-logo img {
    max-height: 80px;
}
.login-box .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    box-shadow: none;
    margin: 0;
}
.register-box .card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    box-shadow: none;
    margin: 0;
    padding-top: 40px;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 40px;
}
.login-card-body, .register-card-body {
    background: #fff;
    border-top: 0;
    color: #49454F;
    padding: 0;
    display: block;
    flex: 0 0 0;
    width: 350px;
    max-width: 90%;
}
h2.login-title {
    font-weight: 600;
    color: #1C1B1F;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    width: 100%;
    font-weight: normal !important;
    margin-bottom: 4px;
}
.btn-primary:hover {
	background:#0a5158;
	border-color:#0a5158;
}
.btn-primary {
    color: #fff;
    background-color: #10838F;
    border-color: #10838F;
    box-shadow: none;
    padding: 8px 30px;
    border-radius: 8px;
}
.btn-outline-primary:hover {
	color: #fff;
	background: #10838F;
}
.btn-outline-primary {
    color: #10838F;
    border-color: #10838F;
    padding: 8px 30px;
    border-radius: 8px;
}
.form-control {
    border-radius: 8px !important;
    background: #fff;
    border: 1px solid #99B2CC;
    padding: 8px 14px;
    height: auto;
}
.belum-punya-akun p span {
    background: #fff;
    position: relative;
    padding: 0 10px;
}

.belum-punya-akun p:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-top: 1px solid #dedede;
    top: 50%;
}
.belum-punya-akun p {
    position: relative;
    text-align: center;
    margin-top: 15px;
}
.password-input {
    position: relative;
}
label.button-show-password input{
	width:0;
	height:0;
	visibility:hidden
}
label.button-show-password {
    right: 10px;
    top: 50%;
    position: absolute;
    width: auto !important;
    font-size: 13pt;
    transform: translateY(-50%);
    margin: 0;
    color: #4f4f4f;
}
h3.form-category {
    font-size: 12pt;
    text-transform: uppercase;
    color: #11838e;
    font-weight: 500;
    margin-bottom: 12px;
    padding-top: 10px;
}

@media(max-width:767px){
.login-page, .register-page {
    overflow: auto;
}
.login-box, .register-box {
    display: block;
    margin: 0;
}
.login-logo, .register-logo {
    width: 100%;
    padding: 0px 0 40px;
    margin-bottom: 30px;
}
.register-box .card {
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.login-box .card {
    width: 100%;
    height: auto;
	padding-bottom:30px;
}
.login-logo img {
    max-height: 70px;
}
}