
.login_body{
    background-size: 100% 100%;
    background: url("../image/main_bg.jpg");
    background-size: 100% 100%;
}

.login_page{
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-circle{
    width: 100px;
    height: 100px;
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: lightgrey;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,.4);
}

.content-wrapper{
    height: calc(100vh - 60px) !important;
    overflow-y: scroll;
}

label{
    margin-bottom: 0;
}
