.formfield * {
    vertical-align: middle;
}
.page-header1 {
    font-size: 35px;
    background-color: #ff5722;
    height: 50px;
    width:1550px;
    padding-left: 15px;
    padding-right: 10px;
}

.page-header2 {
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
    color:#fff;
    font-size: 36px;
    background-color:#ff5722 ;
    padding-right: 10px; 
    height: 50px;
    width:400px;
}

.page-header3 {
    position: absolute;
    text-align: center;
    right: 0;
    top: 30;
    color:#000000;
    font-size: 20px;
    background-color: #808080;
    height: 30px;
    width:400px;
}

small {
    text-align: right;
    font-size: 40%;
}

div.header2{
        background-color: #f8f8f8;
        color: white;
        margin: 20px 0 0px 0;
        padding: 0px;
}

html {
    height: 100%;
}
html body {
    height: 100%;
    overflow: hidden;
}
html body .container-fluid.body-content {
    position: absolute;
    top: 50px;
    bottom: 30px;
    right: 0;
    left: 0;
    overflow-y: auto;
}
footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        color:#fff;
        font-size: 5x;
        background-color: #ff5722;
        height: 30px;
}

.card-container.card {
        max-width: 350px;
        padding: 40px 40px;
}

.btn {
        font-weight: 700;
        height: 46px;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: default;
}


.profile-img-card {
        width: 96px;
        height: 96px;
        margin: 0 auto 10px;
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
}

.card {
        background-color: #F7F7F7;
        /* just in case there no content*/
        padding: 20px 25px 30px;
        margin: 0 auto 25px;
        margin-top: 50px;

        /* shadows and rounded borders */
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}



.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}



.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.container1 {
    margin: 50px auto 0px 0px;
    width: 100%;
    background-color: #D3D3D3;
}


.sf-menu{
    margin: 50px auto 10px 0px;
    width: 100%;
    background-color:     #D3D3D3;
    color: #8B0000;
}


.addnew{
    width:130px;  height: 30px;
    border-radius:10px;
    background-color: white;
    color: blue;
    font-size : 15px;
    border:2px solid transparent;
    background-position:5px center;
    background-repeat:no-repeat;
    float: left;
}
.inputcs1
    {
        width: 50%;
        border: 0;
        text-align:right;
        color:#3C33FF;
    }

.inputcs2
    {
        width: 50%;
        border: 0;

    }

.displaycs1
    {
        width: 50%;
        border: 0;
        text-align:right;
        color:#3C33FF;
        font-size: 125%;
    }

.displaycs2
    {
        width: 50%;
        border: 0;
        font-size: 125%;

    }


#myImg {
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
/*        background-color: rgb(0,0,0); /* Fallback color */
/*        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
        background-color: lightblue; /* Fallback color */
}

/* Modal Content (image) */
.modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
}

/* Caption of Modal Image */
#caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
}

/* Add Animation */
.modal-content, #caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
        from {-webkit-transform:scale(0)}
        to {-webkit-transform:scale(1)}
}

@keyframes zoom {
        from {transform:scale(0)}
        to {transform:scale(1)}
}

/* The Close Button */
.close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: red;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
}

.close:hover,
.close:focus {
        color: red;
        text-decoration: none;
        cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
        .modal-content {
                width: 100%;
        }
}