
        html{
            height: 100%;
            background: url(../images/wave.png) no-repeat bottom center;
            background-size: 100% 400px;
        }
        body{
            background: url(../images/02.png) no-repeat left top;
            background-size: auto 100vh;
            height: 100%;
        }
        h1.login{
                color: #058AFF;
                font-size: 26px;
                font-weight: bold;
                font-family: 'Advent Pro';
        }
        .cred-form {
            background: rgba(255,255,255,0.8);
            box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.5);
            border-radius: 10px;
        }
        .cred-form label {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 12px;
            font-family: 'Nunito Sans';
        }
        .cred-form .btn{
            width: 100%;
            font-size: 14px;
            margin-top: 10px;
            padding: 10px;
            letter-spacing: 3px;
        }
        .cred-form .form-control{
            background: #fff;
            border-radius: 5px;
            border: 1px solid #dedede;
            padding-left:10px;
        }
        .cred-form a{
            color:#BEBEC9;
            text-decoration: underline;
            font-weight: bold;
            font-family: 'Open Sans';
        }
        .form-control.has-error{
            border-color: #e8264b;
        }
        .cred-form .help {
            background: #E8264B;
            width: 100%;
            display: block;
            border-radius: 0 0 5px 5px;
            color: #fff;
            font-size: 11px;
            text-align: right;
            margin-top: -20px;
            padding: 2px 5px;
        }
        @media (max-width: 767px) {
            body{
                background: transparent;
            }
        }