﻿body {
    background-color: #34363D;
    margin: 0;
    padding: 0;
}

.loginbox-wrapper {
    position: relative;
}

.loginbox {
    background-color: #FECB00;
    padding: 20px 20px 8px 20px;
    margin-left: auto;
    margin-right: auto;
    width: 350px;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

h1 {
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.7em;
    color: white;
    margin-top: 10px;
}

    h1 img {
        padding-right: 20px;
    }

.loginbox ol {
    list-style-type: none;
    padding-left: 30px;
}

.loginbox li {
    margin-bottom:10px;
}

.loginbox li label {
    font-weight: 600;
}

.loginbox input[type='text'], .loginbox input[type='password'] {
    width: 250px;
}

.headerbox {
    padding: 20px;
}

.headerbox-mobile {
    display:none;
    text-align: center;
    position:relative;
    bottom:0;
}

@media screen and (max-width:480px) {
    h1 {
        font-size: 1.2em;
        text-align:center;
    }

    .headerbox-mobile img {
        width: 50px;
    }

    .headerbox {
        display: none;
    }

    .headerbox-mobile {
        display: block;
    }
 
    .loginbox-wrapper {

    }

    .loginbox {
        width: 280px;
    }

    .loginbox input[type='text'], .loginbox input[type='password'] {
        width: 180px;
    }

        .loginbox .btn {
            margin-left: 50px !important;
        }
}

li.checkbox {
    margin-left: 20px;
}

.checkbox input {
    padding-right: 8px;
}

.checkbox label {
    float: left;
}

.loginbox .btn.btn-success {
    margin-top: 15px;
    margin-left: 75px;
    width: 160px;
    background-color: #222;
    background-image: none;
    border-color: #FFF;
}

.loginbox .btn:hover {
    background-color:gray;
}

.loginvalidation {
    padding-top: 20px;
    font-weight: 600;
}

    .loginvalidation ul {
        list-style-type: none;
        padding-left: 0px;
        margin-left: 0px;
    }
