.modal-content  {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px ;
    border-radius: 5px ; 
}
.left-side {
    min-height:100%;
	padding: 0px 0px 50px;
    display:block;
    background-size: cover;
}
.left-side h1{
	font-size: 50px;
	font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #FFF;
    padding: 50px 10px 00px 26px;
}
.left-side p {
    font-weight: 300;
	font-family: "Open Sans", sans-serif;
    color: #FFF;
    padding: 10px 10px 10px 26px;
	line-height: 24px;
}

.brand_login{
	/*background:url('http://localhost/admybrand/uploads/images/brand%20activated.png') no-repeat; */
	background:white;
	font-weight:bold;
	color:black;
	height:32px;
	width:138px;
	margin-left:20px;
	border:none;
	border-radius:15px;
	margin-bottom:20px;
}
.media_owner_login{
	/*background:url('http://localhost/admybrand/uploads/images/Mediaowner.png') no-repeat;*/
	background:transparent;
	color:white;
	height:32px;
	width:138px;
	margin-right:20px;
	margin-left:20px;
	border:1px solid;
	border-radius:15px;
}

.right-side {
    font-family: "Open Sans", sans-serif;
    background: #FFF;
    background-size: cover;
    
}
.right-side h1 {
    font-size: 30px;
	font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #000;
    padding: 50px 10px 00px 50px;
}
.right-side p {
    font-weight: 600;
    color: #000;
    padding: 0px 50px 0px 50px;
	margin-bottom:0px;
}
.form {
    padding: 10px 50px 10px 50px;
}
.form-control {
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 1px solid #e40778 !important;
}
.btn-deep-purple {
    background: white;
    border-radius: 18px;
    padding: 5px 19px;
    color: black;
    font-weight: 600;
    border:1px black solid;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
}
.media_owner_class{
	display:none;
}

.login_login{
	/*background:url('http://localhost/admybrand/uploads/images/Login%20button.png') no-repeat;*/
	width:121px;
	height:29px;
	background-color:white;
	border:1px solid;
	border-radius:15px;
	font-weight:bold;
	margin-top:5px;
}
button:focus {
    outline:none;
}
#login_modal{
	width:80%;
	margin-left:9%;
}
/*#forget_password{
	margin-left:25%;
}*/
#remember_me{
	margin-right:22%;
}
#close_login{
	color:black;
}