﻿* {
    font-family: 'Roboto', cursive;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    background: url(https://niff.blob.core.windows.net/site/web.jpg) no-repeat center center fixed;
    background-size: cover;
}

body {
    background-color: transparent;
}

#loginPanel {
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    float: right;
    height: 100%;
    width: 500px;
    margin: 0;
    padding: 0;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

form {
    text-align: left;
    font-family: 'Muli', sans-serif;
}

.form-inner {
    width: 100%;
    display: inline-block;
    position: relative;
    width: 300px;
    height: 100%;
    min-height: 100%;
    margin: 0;
    display: inline-block;
    padding: 0;
    border: 0;
    text-align: left;
}

.form-group {
    margin-top: 15px;
}

.form-control {
    height: 28px;
    padding-left: 3px;
    border: 1px solid #b8b8b8;
    z-index: 3;
    background: transparent;
    color: #000;
    width: 350px;
}

.true-form {
    margin-top: 100px;
}

.btn {
    background: #2672ec;
    border: 1px solid #fff;
    padding: 6px 12px 6px 12px;
    color: #fff;
    width: auto;
}
