body{
    font-family: Gotham;
}
.login-bg{
    background: rgb(6,62,111);
background: linear-gradient(180deg, rgba(6,62,111,1) 0%, rgba(0,0,0,1) 100%);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
.register-bg{
    background: rgb(6,62,111);
background: linear-gradient(180deg, rgba(6,62,111,1) 0%, rgba(0,0,0,1) 100%);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;

}
.login-box{
    transform: translateY(50%);
    width: 40% !important;
}
.form-control-custom {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ccc;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.leftSide {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 21px;
    left: 0;
    background: url(../img/live-app-bg.jpg) center center no-repeat;
    background-size: cover;
}

.leftListLive {
    display: table;
    width: 100%;
    height: 80%;
}

.leftListLive ul {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.leftListLive ul li {
    padding: 15px;
    color: #fff;
    position: relative;
}

.leftListLive ul li:not(.active-step),
.leftListLive ul li:not(.active-step) {
    background: rgba(0, 0, 0, 0.7);
}

.form-area {
    position: relative;
    padding-bottom: 35px;
    /*border-bottom: 1px solid #000;*/
}

.form-area h2 {
    font-size: 18pt !important;
    color: #333333 !important;
}
.form-group{
    margin: 0;
}
