﻿   body
        {
            background: url('../../Images/jpg/fondo-login.jpg') no-repeat fixed center center;
            background-size: cover;
            font-family: Montserrat;
        }
        
        .logo
        {
            width: 200px;
            height: 160px;
            background-size: 200px 200px;
            margin: 20px auto;
        }
        
        .login-block
        {
            width: 320px;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            border-top: 5px solid #ff656c;
            margin: 0 auto;
            box-shadow: 2px 2px 4px #ccc;
            border-bottom-color: #ccc;
            border-left-color: #ccc;
            border-right-color: #ccc;
            border-top-color: #ccc;
            border-style: solid;
            border-width: 1px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        
        .login-block h1
        {
            text-align: center;
            color: #000;
            font-size: 18px;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 2px;
        }
        
        .login-block .input
        {
            width: 100%;
            height: 42px;
            box-sizing: border-box;
            border-radius: 5px;
            border: 1px solid #ccc;
            margin-bottom: 2px;
            font-size: 14px;
            font-family: Montserrat;
            padding: 0 20px 0 50px;
            outline: none;
        }
        
        .login-block .pass
        {
            width: 100%;
            height: 42px;
            box-sizing: border-box;
            border-radius: 5px;
            border: 1px solid #ccc;
            margin-bottom: 2px;
            font-size: 14px;
            font-family: Montserrat;
            padding: 0 20px 0 50px;
            outline: none;
        }
        
        .login-block .input
        {
            background: #fff url('../../Images/png/u0XmBmv.png') 20px top no-repeat;
            background-size: 16px 80px;
        }
        
        .login-block .input:focus
        {
            background: #fff url('../../Images/png/u0XmBmv.png') 20px bottom no-repeat;
            background-size: 16px 80px;
        }
        
        .login-block .pass
        {
            background: #fff url('../../Images/png/Qf83FTt.png') 20px top no-repeat;
            background-size: 16px 80px;
        }
        
        .login-block .pass:focus
        {
            background: #fff url('../../Images/png/Qf83FTt.png') 20px bottom no-repeat;
            background-size: 16px 80px;
        }
        
        .login-block input:active, .login-block input:focus
        {
            border: 1px solid #FF454A;
        }
        
        .login-block .button
        {
            width: 100%;
            height: 40px;
            background: #006CB7;
            box-sizing: border-box;
            border-radius: 5px;
            border: 1px solid #006CB7;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            outline: none;
            cursor: pointer;
            margin-bottom: 20px;
        }
        
        .login-block .button:hover
        {
            background: #006CB7;
        }
