﻿html {
    height: 100%;
}

.mr-5 {
    margin-right: 5px;
}
body {
    background: url("../images/login-schedule-bg.jpg") no-repeat center center;
    background-size: cover;
    /*position: relative;*/
}    

        /*body .login-wrapper {
            width: 100%;
            height: 100%;
        }*/

        body .login-container {
            background-color: white;
            background-color: rgba(255, 255, 255, 0.95);
            border-radius: 40px;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
            padding: 30px;
            margin-bottom: 15px;
            width: 380px;
            height: 580px;
            text-align: center;
            position: absolute;
            top: 10%;
            left: 50%;
            margin: 50px 0 0 -190px;
         
            -webkit-transition: all 1s 0.5s;
            -moz-transition: all 1s 0.5s;
            transition: all 1s 0.5s;
        }

           

            body .login-container img {
                margin: 10px auto 30px;
            }


            body .login-container .form-group {
                position: relative;
                margin-bottom: 0;
            }

            body .login-container input.form-control {
                height: 48px;
                font-size: 15px;
                box-shadow: none;
                border-radius: 0;
                border: 0;
                border-bottom: 1px solid #d6d6d6;
                padding-left: 0;
                padding-right: 0;
                background: transparent;
            }

            .padded {
                padding: 15px;
            }
       