﻿    body {
            /*background: url('../images/photos/photo3.png') no-repeat fixed center center;*/
            background-size: cover;
            font-family: Montserrat;
        }

        .logo {
            width: 300px;
            height: 113px;
            background: url('../images/Kolin_logo.png') no-repeat;
            margin: 10px auto;
        }

        .login-block {
            width: 400px;
            padding: 20px;
            /*background-image:url('images/loginBG.png');*/
            background-color:rgba(255,255,255,.5);
            color:#000;
            border-radius: 5px;
            border: 3px solid #ff641c;
            margin: 0 auto;
        }
        .login-block h1 {
            text-align: center;
            color: #000;
            font-size: 22px;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .login-block input {
            width: 100%;
            height: 42px;
            box-sizing: border-box;
            border-radius: 5px;
            border: 1px solid #000;
            margin-bottom: 20px;
            font-size: 14px;
            font-family: Montserrat;
            padding: 0 20px 0 50px;
            outline: none;
        }

        h1 {
          
        }

        .login-block input#username {
            background: #fff url('/images/img_username.png') 20px top no-repeat;
            background-size: 16px 80px;
        }

        .login-block input#username:focus {
            background: #fff url('/images/img_username.png') 20px bottom no-repeat;
            background-size: 16px 80px;
        }

        .login-block input#password {
            background: #fff url('/images/img_password.png') 20px top no-repeat;
            background-size: 16px 80px;
        }

        .login-block input#password:focus {
            background: #fff url('/images/img_password.png') 20px bottom no-repeat;
            background-size: 16px 80px;
        }

        .login-block input:active, .login-block input:focus {
            border: 1px solid #ff641c;
        }

        .login-block button {
            width: 100%;
            height: 40px;
            background: #ff641c;
            box-sizing: border-box;
            border-radius: 5px;
            border: 1px solid #ff641c;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
            font-family: Montserrat;
            outline: none;
            cursor: pointer;
        }

        .login-block button:hover {
            background: #fa7a3e;
            border: 1px solid #fa7a3e;
        }


        .login_page {
            width:30%;
            height:500px;
            border:1px solid #000;
            margin:0 auto;
            margin-top:50px;
        }

        .ui-datepicker-calendar {
            display: none;
        }