.user_card {
        height: 600px !important;
    width: 540px !important;
    border: 1px solid grey;
}
.user_card:hover {
    border:  1px solid white;
}
.text-group {
    font-size: 12px;
    margin-top: -10px;
}
.register_container {
    margin-top: 0;
}
.register_container .form-control{
    line-height: 1.0;
}
h5{
    color: rgb(255, 255, 255);
}

.red-text{
    font-size: 15px;
    color: rgb(200, 28, 28);
    text-align: center;
}

.user_card {
    height: 500px;
    width: 400px;
}
.col {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

select {
    font-size: 0.8rem;
    width: -webkit-fill-available;
    height: 37px;
    border: none;
    border-radius: .375rem;
    line-height: 1.0;
}

.content_container{
    margin-top: -20px;
}

.btn-primary{
    width: 100%;
}
