﻿
html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.crane-panel-login {
    position: absolute;
    top: 40%;
    background: rgba(56, 49, 50, 0.39);
    border-radius: 5rem;
    height: 25%;
    border-color: gray;
    border: 1rem;
    box-shadow: 1rem 1rem 6rem 2px #888888;
    margin: auto;
    left: 35%;
    width: 30%;
    opacity: 0.9;
}

.crane-img-login {
    width: 100%;
    background-size: auto;
    background-clip: content-box;

    background-origin: border-box;
}

.page-heading {
    font-size: 64rem;
    line-height: 68rem;
    max-width: 1000rem;
    position: absolute;
    color: white;
}

.crane-button-login {
    background: #808080;
    color: white;
}

    .crane-button-login.active,
    .crane-button-login:hover {
        background: lightgray;
        color: black;
    }


.crane-panel-login .crane-form-input {
    font-family: Calibri, FontAwesome;
    border-bottom: 2rem white solid;
    border-top: none;
    border-left: none;
    border-right: none;
    color: white !important;
    border-radius: 0;
    font-size: 14rem;
}

    .crane-panel-login .crane-form-input:focus {
        outline: 0 !important;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
        box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
    }



.placeholder-login::-webkit-input-placeholder {
    color: white;
}
.placeholder-login:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}
.placeholder-login::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}
.placeholder-login:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}