/* 
    Created on : Mar 8, 2018, 12:02:15 PM
    Author     : condor0s
*/

body {
    background-color: #f8f9fa;
}

.login-logo {
    max-width: 200px;
    display: block;
    margin: 40px auto 40px;
}

.login-title {
    font-size: 46px !important;
    font-weight: bold;
}

/**
 * app class
 *
 * **************/

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}