html {
    width: 100%;
    height: 1300px;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    width: 100%;
    min-height: 100%;
    background: url(../img/bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.darkbannerwrap {
    background: url(../img/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.header{
    margin: 10px;
    text-align: center;
    position: fixed;
    top: 20%;
    left: 42%;
    display: flex;
    align-items: center;
}

.title-span{
    margin-left: 20px;
    display:inline;
    color: #FFF;
}

.login {
    height: 1100px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    width: 480px;
    margin-left: -230px;
    margin-top: 100px;
}

.message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #2c84ef;
    position: relative;
    color: #fff;
    font-size: 24px;
}

.login-input {
    border: 1px solid #DCDEE0;
    height: 50px;
    padding: 0px 16px;
    margin-top: 15px;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
}

.login-input:hover {
    border-color: #2c84ef;
    outline: none;
}

.login-input:focus {
    border-color: #2c84ef;
    outline: none;
}

.login-button {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #2c84ef;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
}

.forget-pass{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    text-align: right;
}
