}
@media (min-width: 768px) {
.modal-login-1 .modal-dialog {
    width: 400px !important;
}
.btn-twitter, .btn-facebook, .btn-google-plus {
    padding-left: 90px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.modal-login-2 .modal-dialog {
    width: 760px !important;
}
.modal-login-2 .rb-form {
    padding-right: 30px;
}
.modal-login-2 .rb-social {
    padding-left: 30px;
}
.modal-login-2 .orbullet {
    position: absolute;
    right: -17px;
    top: 95px;
}
.modal-login-2 .orbullet-divider {
    border-right: 1px solid #dfdfe0;
    position: relative;
}
}
@media (max-width: 767px) {
.container {
    padding-left: 0;
    padding-right: 0;
}
.modal-login-2 .orbullet {
    position: relative;
    top: -15px;
}
.modal-login-2 .orbullet-divider {
    border-right: 0 none;
    position: relative;
    top: 20px;
}
}
.modal-login-1 .modal-footer {
    margin-top: -15px;
}
.modal-login-2 .modal-footer {
    margin-top: -5px;
}
.modal-login-1 .orbullet {
    background-color: #dfdfe0;
    border-radius: 20px;
    color: #6e6e70;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 100;
}
.modal-login-1 .orbullet-divider {
    border-bottom: 1px solid #dfdfe0;
    bottom: 25px;
    position: relative;
}
.modal-login-2 .orbullet {
    background-color: #dfdfe0;
    border-radius: 20px;
    color: #6e6e70;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px;
    text-align: center;
    width: 30px;
    z-index: 100;
}
.modal-login-1 .form-control, .modal-login-2 .form-control {
    font-size: 13px;
}
.btn-facebook {
    background-color: #385490;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-twitter {
    background-color: #00a6e5;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-google-plus {
    background-color: #db4a37;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-twitter, .btn-facebook, .btn-google-plus {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.btn-twitter:hover, .btn-facebook:hover, .btn-google-plus:hover {
    color: #fff;
}
.input-icon {
    position: relative;
}
.input-icon i {
    color: #ccc;
    display: block;
    font-size: 20px;
    height: 16px;
    margin: 8px 2px 4px 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 16px;
}
.modal-login-2 .modal-content {box-shadow: none;}
.modal-login-2 .orbullet-divider {
    border-right: 1px solid #dfdfe0;
    position: relative;
}
.modal-login-2 .modal-header {background: #f5f5f5}
.kr-ul {margin: 0;font-size: 0.9em;}

@media (max-width: 480px) {
	body {
		background-color: #fff !important
   }
	.modal-login-2 {
		padding: 0;
	}
	.modal-login-2 .panel {
		box-shadow : none;
		border: none;
		border-radius: none;
		background-color: inherit;
	}
	.modal-login-2 .panel-footer {
		background-color: transparent;
	}
	.modal-login-2 h1 {
		font-size: 20px
	}
	.modal-login-2 .btn.btn-primary {
		width: 100%;
		padding: 10px 16px;
		font-size: 18px;
		line-height: 1.33;
		border-radius: 6px;
	}
}