﻿/*body {
    background: url('http://i.imgur.com/Eor57Ae.jpg') no-repeat fixed center center;
    background-size: cover;
    font-family: Montserrat;
}

.logo-max {
    width: 213px;
    height: 36px;
    background: url('http://i.imgur.com/fd8Lcso.png') no-repeat;
    margin: 30px auto;
    
}*/

.login-max {
    width: 400px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #5D7B9D;
    margin: 0 auto;
    -webkit-box-shadow: 1px 2px 5px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px 5px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px 5px rgba(0,0,0,0.75);
}

    .login-max h1 {
        text-align: center;
        color: #28477D;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .login-max input {
        width: 100%;
        height: 42px;
        box-sizing: border-box;
        border-radius: 25px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        font-size: 14px;
        font-family: Montserrat;
        padding: 0 20px 0 50px;
        outline: none;
    }

        .login-max input#username {
            background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
            background-size: 16px 80px;
        }

            .login-max input#username:focus {
                background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;
                background-size: 16px 80px;
            }

        .login-max input#password {
            background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
            background-size: 16px 80px;
        }

            .login-max input#password:focus {
                background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
                background-size: 16px 80px;
            }

        .login-max input:active, .login-block input:focus {
            border: 1px solid #5D7B9D;
        }

.button_registro {
    width: 100%;
    height: 40px;
    background: #28477D;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #5D7B9D;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

    .button_registro:hover {
        background: #28477D;
    }
