body{
    background-color: #e9ecef;
}
.card{
    height: 311px;
    width: 315px;
    
    padding: 28px;
}
.card:after{
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border:1px solid #000000;
}
.backlabel{
    height: 168px;
     width:194px;
    
    padding: 8px;
    text-align: left;
    
}
.logo{
    margin-bottom: 30px;
}
.logo img{
    height: 92px;
    margin-top: 18px;
}
.form{
    margin: 14px;
}