
.com-text {   		 		
  	margin-bottom: 30px;
}
  	
@media (min-width: 769px) {
  .com-text {   		
  		margin-top: -60px !important;	
  }
}

.login-paid > h2 {
    width: 260%;
    margin-left: -80%;
}

.cls-device {
	height:80%!important;
	margin-left:25px;
	width:80%!important
}

.cls-txt-size p {
	font-size: 14px
}

.wld-bg {
	background: url(/images/index/bg-pattern.png),linear-gradient(to left,#7b4397,#dc2430);
	color: #fff
}

hr {
	background-color: #fff
}  

.heightAuto{
	height: auto;
}

.cls-psl-clr {
	color: #fdcc52 !important;
}

@media (max-width: 767px) {
	.navbar-toggle {
		margin-bottom: 6px;
		margin-right: 8px;
	}
	
	.login-box {
		margin-top: 80px;
	}
}

#div-qrcode{
	width:256px;
	height:256px;
	margin-left: auto;
	margin-right:auto;
}
p.p-key-otp{
	text-align: center;
}
#key-otp{
	font-weight: bold;
}

div.modal-body.otop-body{
	height: 428px;
    background-color: white!important;
}

div.modal-body.otop-body > img.otop-logo{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 96px;
}

div.modal-body.otop-body > h3.title {
	color: #333;
    text-align: center;
    font-size: xx-large;
    font-weight: 500;
	padding-top: 20px;
}

div.modal-body.otop-body > p.subtitle {
	color: #777;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

div.modal-body.otop-body div.text-box {
	padding-left: 20px;
    padding-right: 20px;
}

div.modal-body.otop-body div.text-box > input {
	height: 58px;
    border: solid 2px orange;
    border-radius: 5px;
}
div.modal-body.otop-body div.text-box > button {
	margin-top: 15px;
    width: 100%;
    height: 51px;
}

.input-group {
	margin-bottom: 5px;
}
.modal-content {
	background: white;
}