﻿@font-face {
    font-family: 'Report Regular';
    src: URL('../fonts/Report Regular.ttf');
}

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.login-header {
    /*background: #a99967;*/
    color: #ffffff;
    font-family: 'Report Regular', Fallback, sans-serif;
}

.login-form {
    position: relative;
    z-index: 1;
    background: #ffffff;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 30px;
    text-align: center;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
    border: 1px solid #a99967;
}

.login-formHeader {
    background-color: #a99967;
    text-align: center;
    padding: 5px;
}

    .login-formHeader h2 {
        color: #ffffff;
    }


.login-form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 1px #f2f2f2 solid;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.login-form button {
    /*font-family: "Roboto", sans-serif;*/
    /*text-transform: uppercase;*/
    outline: 0;
    background: #a99967;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    /*-webkit-transition: all 0.3 ease;
            transition: all 0.3 ease;*/
    cursor: pointer;
}

    .login-form button:hover {
        background: #baac84;
    }


    .login-form button:active {
        background: #918152;
    }

.login-form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

    .login-form .message a {
        color: #918152;
        text-decoration: none;
    }

.login-form .messageca {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
    display: none;
}

    .login-form .messageca a {
        color: #918152;
        text-decoration: none;
    }

.login-form .register-form {
    display: none;
}

.divTestIcons {
    display: none;
}





body {
    font-family: Arial;
}

input[type=text], input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=submit] {
    width: auto;
    min-width: 300px;
    margin: 10px 25px;
    cursor: pointer;
}


div.container {
    /*border-radius: 5px;*/
    max-width: 360px;
    background-color: #f2f2f2;
    padding: 20px;
}
