* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f1f2f6;
    font-family: sans-serif;
}

#sign-up {
    position: relative;
    width: 1100px;
    height: 500px;
    overflow: hidden;
    margin: 50px auto;
    background: white;
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.12);
}

h1 {
    color: #01b399;
    
}

#sign-up h1 i {
    height: 75px;
    width: 75px;
    line-height: 75px;
    border: 2px solid red;
    border-radius: 50%;
}

#sign-up h2 {
    color: #01b399;
    text-align: center;
}

#sign-up fieldset {
    border: none;
    margin: 0 10px;
    padding: 10px 20px;
}

#sign-up .top {
    border-top: 1px solid #a4b0be;
}

#sign-up label {
    width: 15%;
    text-align: center;
    color: #01b399;
}

    #sign-up label i {
        font-size: 18px;
    }


#sign-up img {
    position: absolute;
    top: 0;
    right: 0;
    height: 500px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 22px;
    height: 400px;
    margin-top:40px
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
.col-md-12 {
margin-bottom:15px
}
