.bodyStyle{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.bg_image{
    height: 100vh;
}

.title_div{
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    /*position: relative;*/
    top: 200px;
    left: 800px;
    white-space: nowrap;
}

.login_div{
    display: flex;
    /*position: relative;*/
    position: absolute;
    top: 360px;
    justify-content: center;
    left: 720px
}

.input_div{
    width: 410px;
    height: 50px;
    background-color:rgba(0,0,0,0);
    border:1px solid #9da2c5;
    padding: 6px;
    color: #fff;
    font-size: 14px;
}

.login_button{
    width: 410px;
    height: 50px;
    background-color: #4566f6;
    color: #ffffff;
    font-size: 20px;
}

.login_div_app{
    height: 360px;
    width: 480px;
    display: flex;
    justify-content: center
}

.margin_top_20{
    margin-top: 20px;
}

.margin_top_30{
    margin-top: 30px;
}

