.login-content{
	display: flex;
	align-items: center;
	text-align: center;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: #303030;
}

.ifmcard {
    width: 430px;
    height: 590px;
    padding: 20px 40px 20px 40px;
}

/* background color card */
.bgifm1{ 
    background-color: #424242;
}

/* background color */
.bgifm2{
    background-color: #303030;
}

/* background color button */
.bgifm3{
    background-color: #4D4D4D;
}

.input-group-text{
    border-bottom: 1px solid #808080;
    border-radius : 0 0 0 0;
    width : 100%;
    margin: auto;
}
.input-group-prepend{
    width: 10%;
    margin : 0px;
}

.input-group{
    margin: auto;
    width : 100%;
}

.login-form {
    max-width: 430px;
    width: 430px;
    padding: 30px;
    position: absolute;
    color: #fff;
    transform: translate(-50%,-50%);
    height: 590px;
    top: 50%;
    left: 50%;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #424242;
  }

  .logo {
    height: 70px;
    display: block;
    margin: auto;
    }

  .head {
    font: 400 26px/32px Roboto,sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
    text-align: center;
    padding: 20px 0px 40px 0px;
    }

.wrap {
    width : 60%;
    margin: auto;
}