
#wrapper{
   align-items: center;
 }
#togglePassword{
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 355px;
    right: 22px;
    cursor: pointer;
}
#toggleRepeat{
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 442px;
    right: 22px;
    cursor: pointer;
}
.login-register{
    padding: 3% 0;
}
.required{
    color: red;
}
.card-no-border .card {
    border-radius: 0 30px 0 30px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    max-width: 1300px;
    -webkit-border-radius: 0 30px 0 30px;
    -moz-border-radius: 0 30px 0 30px;
    -ms-border-radius: 0 30px 0 30px;
    -o-border-radius: 0 30px 0 30px;
}