form{
    max-width: 480px;
    margin: auto;
}

input[type="email"]{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

input[type="password"]{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
}


.my-caption{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 50px;
}   

.h-200{
    height: 200px;
}
.h-50{
    height: 50px;
}
.my-card-img{
    max-height: 175px;
}