/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #ffffff;
    font-size: 1em;
    line-height: 1.4;
    background-color: #eff2fb;
    height: 100%;
}

body {
    font-family: 'Italian Plate No1 Expanded Demibold', 'Open Sans', Arial, sans-serif;
    height: 100%;
}

/* ==========================================================================
   Specific styles
   ========================================================================== */

.login-bloc {
    height: 100%;
    position: relative;
    margin: auto;
    width: 350px;
}

#svg-icon-top {
    text-align: center;
}

.login-form {
    width: 100%;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-form > div {
    width: 100%;
}

.login-form .logo-app {
    background-image: url('../../images/sightness-logo.png');
    display: block;
    width: 100%;
    height: 150px;
    background-size: 340px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 15px;
}

.login-form input {
    margin: 0 0 10px 0;
    outline: 0;
    background: #ffffff;
    color: #757594;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 15px;
    border: 0;
    box-shadow: none;
    transition: 340ms;
    height: 61px;
    padding: 20px;
}

.error {
    color: #FF5F47;
    text-align: center;
    margin: 0 0 10px 0;
}

.login-action {
    margin-top: 50px;
    text-align: center;
}

.login-action button {
    max-width: 100%;
    font-family: 'Italian Plate No1 Expanded Bold';
    background-color: #7859FF;
    color: #ffffff;
    border: none;
    height: 43px;
    padding: 0 26px;
    font-size: 16px;
    border-radius: 26px;
    cursor: pointer;
    letter-spacing: 2px;
}

.login-action button .fas {
    padding-left: 10px;
}

.login-action button span {
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
}

label[for=email] {
    display: none;
}
