
        h1 { padding-top: 25px; }
        p { font-size:16px;}
        .navbar .navbar-header .navbar-brand {
            text-align: center !important;
            display: inline-block;
            float: none;
            margin: 1px;
            vertical-align: top;
        }
        .vertical-line{
            display: inline-block;
            border-left: 1px solid #212529;
            margin: 0 10px;
            height: 40px;
        }
        body{
            width:auto;
    	    background: #4E66C2;
    	    text-align: Center;
    	}
    	.login{
    	    width:480px;
    	    background: #212529;
    	    color: white;
    	    margin:50px auto;
    	    font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    	    border-radius:10px;
    	    border:2px solid #212529;
    	    padding:10px 40px 25px;
    	    margin-top:70px;
    	}
    	input[type=text], input[type=password]{
    	    width:99%;
    	    padding:10px;
    	    margin-top:8px;
    	    border:1px solid #000;
    	    padding-left:5px;
    	    font-size:16px;
    	    font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    	}
    	input[type=submit]{
    	    /*width:100%;*/
    	    background-color:#4E66C2;
    	    color:#fff;
    	    border:2px solid #4E66C2;
    	    padding:5px;
    	    font-size:20px;
    	    cursor:pointer;
    	    border-radius:5px;
    	    margin-bottom:15px;
    	}
    	.btn-warning {
    	    background-color:#4E66C2 !important;
    	    border-color:#4E66C2 !important;
    	    color:#fff !important;
    	    font-size:20px;
    	}
    	.modal {
    	    border-color:#4E66C2 !important;
    	}
    	.modal-header {
    	    background-color:#4E66C2 !important;
    	    border-color:#4E66C2 !important;
    	    color:#fff !important;
    	    font-size:20px;
    	}
    	.modal-body {
    	    background-color:#4E66C2 !important;
    	    border-color:#4E66C2 !important;
    	    color:#fff !important;
    	    font-size:20px;
    	}
    	.modal-footer {
    	    background-color:#4E66C2 !important;
    	    border-color:#4E66C2 !important;
    	    color:#fff !important;
    	    font-size:20px;
    	}