@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,500,300,300italic);

*
{
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: 0.03em;
}

*:focus
{
    outline: 0;
}

.g-recaptcha {
    max-width: 304px;
    margin-left: auto;
    margin-top: 15px;
}

body {
    background: #edf5f6;
    color: #646464;
    font-size: 16px;
}

div.body-container {
    max-width: 700px;
    margin: 20px auto;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    overflow: hidden;
}

header {
    background-color: #253785;
    color: #fff;
}

    header .brand {
        text-align: center;
        padding: 15px;
    }
header .brand .brand-name {
    height: 120px;
    padding-top: 20px;
}

header .brand .brand-logo img {
    height: 100px;
}

header .brand .brand-name {
    font-weight: 300;
    opacity: 0.7;
    font-style: italic;
    text-align: center;
}

header .brand .brand-name h1 {
    font-size: 2.1em;
    font-weight: 300;
}

header .brand .brand-name .soustitre {
    opacity: 0.5;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
}

header .brand .brand-name .soustitre span {
  margin-right: 2px;
}

header .brand .brand-name .soustitre span i {
  padding: 5px 8px;
}

.container {
  background-color: #fff;
  /*padding: 20px;*/
}

form fieldset {
  border: none;
  position: relative;
}

form fieldset:before {
    border-top-color: #d9dde5;
    content: '';
    position: absolute;
    width: calc(100% - 15px);
    border-top-width: 1px;
    border-top-style: solid;
    left: 15px;
    top: 16px;
}

    form fieldset legend {
        color: #253785;
        background-color: #fff;
        z-index: 10;
        position: relative;
        padding: 5px 10px 5px 0;
    }

form label {
    color: #646464;
    font-size: 13px;
    padding: 0 0 3px 6px;
    display: block;
    font-style: italic;
}

form input[type=text],form input[type=password] {
    background: #fff;
    border-color: #bdc3c7;
    color: #646464;
    height: 38px;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    padding: 0 10px;
    transition: all .5s ease-in-out;
    width: 100%;
}

form input:focus[type=text],form input:focus[type=password] {
    border-color: #9BA1A5;
}

form button[type=submit] {
    margin-top: 1em;
    color: rgba(255, 255, 255, 0.84);
    background-color: #2980b9;
    padding: 8px 15px;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    text-decoration: none;
    outline: none !important;
    width: 100%;
    font-size: 13.3333330154419px;
    display: inline-block;
    text-align: center;
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

form button[type=button] {
    margin-top: 1em;
    color: #2980b9;
    border: 2px solid #2980b9;
    background-color: white;
    padding: 6px 13px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    text-decoration: none;
    outline: none !important;
    width: 100%;
    font-size: 13.3333330154419px;
    display: inline-block;
    text-align: center;
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

a.btn {
    margin-top: 1em;
    color: rgba(255, 255, 255, 0.84);
    background-color: #2980b9;
    padding: 8px 15px;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    text-decoration: none;
    outline: none !important;
    width: 100%;
    font-size: 13.3333330154419px;
    display: inline-block;
    text-align: center;
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

form button[type=submit]:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.28);
}

form button[type=button]:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.28);
}


a.to-gst {
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #646464;
}

span.copyright {
    font-weight: 300;
    font-size: 12px;
}

footer {
    text-align: center;
}

div.flexbox {
    display: flex;
    padding: 20px;
}

div.flexbox-1 {
    width: 48%;
    margin-right: 4%;
}

div.flexbox-2 {
    width: 48%;
}

div.flexbox-100 {
    width: 100%;
}

div.alert.alert-danger {
    color: #db0d0d;
}

div.validation-summary-errors {
    margin-left: 1.6em;
}

div.nav.navbar-nav {
    text-align: right;
    margin-top: 1em;
    padding-right: 5%;
}

div.nav.navbar-nav a {
    color: #fff;

}

div.lost-password {
    text-align: center;
}

    div.lost-password a,
    div.lost-password a:active {
        display: inline-block;
        margin-bottom: 5px;
        text-decoration: none;
        border-bottom: 1px dashed;
        color: #646464;
        font-size: small;
        padding-top: 5px;
    }

/*#region Article*/

article {
    border: 0;
    position: relative;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    padding-top: 5px;
    padding-left: 0;
    width: 100%;
    background-color: white;
}

    article:not(.ArticleNoBefore):before {
        content: '';
        position: absolute;
        width: calc(100% - 30px);
        border-top-width: 1px;
        border-top-style: solid;
        left: 15px;
        top: 16px;
        border-top-color: #d9dde5;
    }

    article header {
        text-align: center;
        position: relative;
        display: inline-block;
        top: 1px;
        padding: 0 15px;
        left: 25px;
        background-color: white;
        color: #253785;
    }

/*#endregion*/
