

/* ----------------------- login view ------------------- */

.login_navigation_bar{
    
    position: relative;
    margin-top: 50px;
    height: 50px;
    width:100%;
}

.login_form_container {

    box-sizing:border-box;
    position:absolute;
    color: #fff;
    padding: 0px;
    width: 700px;
    height: 400px;
    border-radius: 5px;
    background-size:100%;
    background-image:url(../img/bg_login_small.png);
    background-repeat:no-repeat;
}

.login_icon_parent {

    height: 300px;
    width: 300px;
    margin-top: 50px;
    background-color: transparent;
    float: left;
    text-align: center;
}

.login_icon_img {

    width: 160px;
    height: 250px;
    margin: 50px auto;
    background-size:100%;
    background-image:url(../img/app_logo.png);
    background-repeat:no-repeat;
}

.login_input_text {

    width: 70px;
    float:left;
    line-height: 30px;
    text-align: right;
    vertical-align:middle;
    position:relative;
}

.login_stream_item {

    position:relative;
    display:inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
}

.login_stream_item > * {
    vertical-align: middle;
}

.login_stream_main {

    margin-left: 20px;
}

.login_stream_sub {

    margin-left: 20px;
}

.login_stream_parent {

    position: relative;
    width: 100%;
    height: 30px;
}

.login_button {
    
    width: 168px !important;
}

.cursor_point{
	cursor: wait;
}
