/* CSS used here will be applied after bootstrap.css */

body {
    font-family: Proxima Nova, Helvetica,Arial,sans-serif;
}


#fullscreen_bg {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('../../../Images/slider/bg1.png');
    background-repeat: repeat;
    border-top: 3px solid deepskyblue;
    
}

#formBackground {
   /*background: url('./Images/Login/backgroundImg.png') no-repeat center center fixed; */ 
   background: url('../../../Images/Login/backgroundImg.png') no-repeat center center fixed;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
    border-color: transparent;
    border-radius: 0;
    margin-left: -15px;
}

.panel-default {
    opacity: 0.9;
    height: 100%;
    position: fixed;
    background-color:blueviolet;
    width: 26%;
}

.form-group.last {
    margin-bottom: 0px;
    position: relative;
    top: 120px;
}

#anchorId {
    color: white;
    text-decoration: underline;
}

.iconsClass {
    position: relative;
    top: 26px;
    left: 10px;
}

.form-control {
    padding: 6px 30px;
    border-radius: 0px;
}

.btn-danger {
    border-color: deeppink;
    background-color: deeppink;
    border-radius: 0px;
}

    .btn-danger:hover {
        border-color: deeppink;
        background-color: deeppink;
    }

.btn-danger {
    background-image: -webkit-linear-gradient(top,deeppink 0,deeppink 100%);
    background-image: -o-linear-gradient(top,deeppink 0,deeppink 100%);
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(deeppink),to(deeppink));*/
    /*background-image: linear-gradient(to bottom,deeppink 0,deeppink 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='deeppink', endColorstr='deeppink', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
    background-repeat: repeat-x;
    border-color: deeppink;
}

.col-md-3.logo.pull-right {
    width: 19% !important;
}

.panel-default {
    background-color:blueviolet;
    opacity: 1;
}

.invalid-name {
    color: white;
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
}

.invalid-psd {
    color: white;
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.invalid-msg {
    color: white;
    text-align: center;
    float: left;
    width: 100%;
}

.footer {
    height: 50px;
}

.footer_sec { background: #fff; padding:4px 10; text-align: center; position: absolute; bottom: 0px; width: 100%; /*margin-left: -15px;*/ }


.form-control-customer {
    padding: 2px 2px;
    border-radius: 0px;
    background-color: rgb(250, 255, 189);
}