/*FLOATS*/
.fRight {
	float: right;
}

.fLeft {
	float: left;
}

/*SPACINGS*/
.ptb100 {
	padding: 100px 0;
}

.mt30 {
	margin-top: 30px;
}

.mt70 {
	margin-top: 70px;
}
/*BUTTONS*/
.btn {
    display: inline-block;
    position: relative;
    padding: 15px 30px;
    border-radius: 5px;
	color: #fff;
	letter-spacing: 0px;
    font-size: 1em;
    line-height: 100%;
    text-align: center;
    transition: background 0.3s;
    font-weight: 700;
    -webkit-transition: background 0.3s;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.btn.blue {
	background: #007bff;
}

.btn.blue:hover {
	background: #0069d9;
}
.btn.red {
  background: #dc3545;
}
.btn.red:hover {
  background: #c82333;
}
.btn.green {
	background: #28a745;
}

.btn.green:hover {
	background: #218838;
}

.btn.yellow {
	background: #ffc107;
}

.btn.yellow:hover {
	background: #e0a800;
}

.centerText {
	text-align: center;
}

.content input[type=text], #content .heading input[type=text], .content input[type=password], .content select  {
    padding: 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;

}
.div1 img {
    float: left;
    width: 205px;
}