
/* LOGIN/SIGNUP/FORGOT PASSWORD START*/
.fomrz {
    position: relative;
    padding: 5% 0 5%;
    overflow: hidden;
    background: #7a7777;
}
.fomrz  .form_body  {
    padding: 24px 25px;
    background: #fff;
}

.contributor .form_body  {
	padding: 5px;
}

.fomrz  h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
}


.fomrz .form-control {
	height: 44px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.fomrz a {
    color: #fe7acf;
}


.fomrz input.submit {
    text-decoration: none!important;
    background: #ddb302;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 14px 20px;
    border-radius: 5px;
/*    font-family: 'roboto', sans-serif;*/
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    margin: 0px 0 10px;
    box-shadow: none;
    border: 1px solid;
    width: 100%;
    border-radius: 50px;
}

.boxshado {
    background: #fff;
    padding: 40px 33px;
}


.innerBanner2{
	background: #ffb365;
}

.container > h2 {
    color: white;
    padding: 5% 0;
}


table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: inherit !important;
    font-size: 12px;
    padding-left: 5px;

}

/* LOGIN/SIGNUP/FORGOT PASSWORD END*/

