Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@bmc/react-common / dist / login / SignIn.css
Size: Mime:
.SignIn {
    background: url(./background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* Full height */
    height: 100% !important;
    width: 100% !important;
    /*padding: 100px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

#okta-sign-in{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0px;*/

    margin: 8px auto 8px;

}