﻿* {
    margin: 0;
    padding: 0
}

body {
    background-color: black;
    width: 100%;

    height: 100%;

}

.login {

}

input {
    padding-left: 5px;
    box-sizing: border-box;
    outline: none;
    border: 0;
}

.line {
    margin-top: 15px;
    width: 80%;
    margin-left: 10%;
    height: 40px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}

.sub-btn {
    background: #e86053;
    color: #fff;
    line-height: 38px;
    outline: none;
    border: 0;
    cursor: pointer;
}

.flexbox {
    display: flex;
    padding: 0;
    border-right: 0;
    border: 0;
}

    .flexbox input {
        border: 1px solid #ccc;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding-left: 5px;
    }

#idcode {
    width: 30%;
    background: #ccc;
    line-height: 40px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.loadBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0,0,0,0.7);
}

    .loadBox img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80px;
        height: 80px;
    }
