.full-screen
{
    display: block;
    width: 100%;
    overflow-x: hidden;
    min-height: 100%;
}

.fit-flex
{
    display: flex;
    flex-direction: column;
}

.main-content
{
    background: #FFFFFF;
}

.main-content .overflowy
{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 150px;
}

.content-right
{
    text-align: right;
}

html,body{
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.card{
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.input-group-text
{
    min-width: 50px;
}