h1, h2, h3, h4, h5, h6
{
    margin: 10px 0 50px 0 !important;
    text-align: center !important;
}

.container
{
    background-color: rgba(38, 166, 171, 0.03);
    border: 1px solid #DCDCDC !important;
    border-radius: 10px !important;
    margin-bottom: 50px !important;
}


.form-group
{
    text-align: center !important;
    margin-bottom: 30px !important;
}

.form-group label
{
    margin-bottom: 5px !important;
}

.form-group input
{
    text-align: center;
}

.pass-wrapper
{
    position: relative;
    display: block;
    width: 100%;
}

.pass-eye
{
    position: absolute;
    top: 50%;
    right: 0.6rem;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 0;
    line-height: 1;
    z-index: 5;
}

