﻿body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url('../img/login/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a {
    color: #333;
    font-size: 12px;
}

p {
    text-transform: uppercase;
}

#login-logo {
    background-image: url(../img/coublanc/Logo_msb.png);
    background-color: #987f67;
    background-size: 70% 90%;
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    height: 114px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#login-form, #tools-form {
    width: 360px;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-color: rgba(255, 255, 255, 0.9);
}

#login-title {
    text-transform: uppercase;
}

#login-form button, #tools-form button {
    width: 100%;
    background-color: #987f67;
}

#error {
    display: none;
    color: #b00909;
    font-size: 12px;
}

#logo {
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    margin: 0;
}

h1 {
    font-size: 15px;
    text-transform: uppercase;
}

.tool {
    margin-top: 10px;
}
