html, body { height: 100%; }
body {
    margin: 0;
    display: table;
    width:100%;
}
.auth-content{
    display: table-cell;
    text-align: center; /* horizontal */
    vertical-align: middle; /* vertical */
}

.reg-content{
    margin-top: 0px !important;
    width: 800px !important
}
.reg-choose-form{
    width:50%;
    margin-left:25%;
}
.custom-logo-content{
    padding:0 !important;
    background:#364150!important;
    margin-top:0px !important;
}
.custom-logo-content img{
    width:80%;
    height:auto;
}
.help-link, .help-link:hover, .help-link:focus{
    color:#c3cedd;

}
.footer-item{
   text-align:center;
    color:White;
}

.auth-footer{
    width: 400px;
    margin: auto;
    margin-top:1vw;
    padding-top:0.5vw;
    border-top:1px solid #c3cedd;
}
.auth-footer a {
    padding-left:1vw;
    padding-right:1vw;
}