.form-card-home {
	position: relative;
    background: #fff;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: -1px 0px 50px 0px rgba(46,50,50,0.84) !important;
    -moz-box-shadow: -1px 0px 50px 0px rgba(46,50,50,0.84) !important;
    box-shadow: -1px 0px 50px 0px rgba(46,50,50,0.84) !important;
    display: table;
    margin: 0 auto;
}

.form-card-content-home {
    padding: 3.5rem 5rem 2rem 5rem;
}

.btn {
    width: 100%;
    height: 50px;
    margin: 5% 0%;
    border-radius: 5px;
    cursor: pointer;
}


.btn:visited {
    background: #ff5a5f;
    color: #fefefe;
    border: 1px solid #ff5a5f;
    text-transform: uppercase;
}



.or_icon {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    position: absolute;
    display: inline-block;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #a6a6a6;
    background: #ffffff;
    font-size: 20px;
}

.or_icon span {
    position: relative;
    top: 30px;
	left: 30px;
}