﻿body {
    background-image: url('../images/login-bg.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

html body .content {
    min-height: 200px;
}
#Button1{
    margin-right:0;
}

#register {
    text-align: center;
    width: 100%;
    color: #1a1b27;
    text-transform: uppercase;
    display:block;
    width:300px;
    font-weight:900;
    margin-left:auto;
    margin-right:auto;
}

h1 {
    color: #31899F;
    font-weight:900;
    margin-bottom:30px;
}

@media(max-height:639px) {

    #register {
        margin-top:20px;
    }
        .logo {
        width: 300px;
        display: block;
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
    }

    div#loginbox {
        width: 90%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
    }

        div#loginbox > div {
            width: 100%;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
        }
}


        .logo {
            position: fixed;
            top: 8%;
            left: 50%;
            width: 300px;
            display: block;
            margin-left: -150px;
        }
        #register {
            position: fixed;
            top: 82%;
            left: 50%;
            width: 300px;
            display: block;
            margin-left: -150px;
        }
            div #loginbox {
            position: fixed;
            top: 25%;
            width: 90%;
            max-width: 400px;
            height: 400px;
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
        }

            div#loginbox > div {
                width: 100%;
                max-width: 200px;
                margin-left: auto;
                margin-right: auto;
            }
   

    html body .content .content-wrapper {
        padding: 0;
    }

    div.content-header.row {
        display: none !important;
    }

    body.vertical-layout.vertical-menu-modern .content, body.vertical-layout.vertical-menu-modern .footer {
        margin-left: 0px !important;
    }

    html body.fixed-navbar {
        padding-top: 0 !important;
    }

    #Button1 {
        float: right;
    }

input {
    border: 1px solid #ddd !important;
    width: 100%;
}

    label {
        text-transform: unset;
        display:block;width:100%;
        text-align:left;
        margin-top:20px;
        margin-bottom:5px;
    }

    @media(max-width:520px) {
        div#loginbox {
            position: relative;
            width: unset;
            max-width: unset;
            left: unset;
            transform: none;
        }
    }