body {
    background: #475d62 url(../../login_content/img/star-sky.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-dark {
    height: 800px !important;
  /*  background: #475d62 url(../../login_content/img/star-sky.jpg1);
    background-size: cover;
    position: relative;*/
}

    .login-dark .illustration1 {
        text-align: center;
        glyph-orientation-horizontal:unset;
        /*padding:15px 0 20px;*/
        font-size: 20px;
        color: #2980ef;
        display: block;
    }

    .login-dark form {
        /*max-width: 370px;
        width: 90%;
        background-color: #333;
        padding: 40px;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        position: fixed;
        top: 32%;
        left: 50%;
        color: #fff;
        box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
        opacity: 0.9;*/

        
        margin: 0;
        /*padding: 3em 2em;*/
       /* border-radius: 4px;*/
        background-color: white;
        text-align: center;
        position: fixed;
        top: 45%;
        left: 50%;
        /*transform: translate(-50%, -50%);*/
        /*opacity: 0.9;*/
       /* box-shadow: 3px 3px 4px rgba(0,0,0,0.2);*/
    }


    /*.login-dark form {*/
        /*max-width: 370px;
        width: 90%;
        background-color: #333;
        padding: 40px;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        position: fixed;
        top: 32%;
        left: 50%;
        color: #fff;
        box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
        opacity: 0.9;*/


        /*margin: 0;
        padding: 3em 2em;
        border-radius: 4px;
        background-color: #333;
        text-align: center;
        position: fixed;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.9;
        box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    }*/

