﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


  body {
height:100vh;
        }
.navbar-default {
             background:#1d669a!important;
             border-color:#1d669a!important;
             border-radius:0!important;
        }
.navbar-default .navbar-nav>li>a {
    color: #fff!important;
}

.login_bg {
     background: -webkit-linear-gradient(#002870,#0063c2);
     background: linear-gradient(#002870,#0063c2);
          /*background: linear-gradient(#559ad5,#a8e6f1);   
    background: #efefef url('Images/Skill-department-home-bg.png') no-repeat center center fixed;   
    background-size: 100%;
    background-position: bottom;*/*/
}


.centered-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0; /* optional, if needed */
}

.skills_img-bg{background:#cce4ff;}

 .sweet-alert h2 {
        color: #575757;
        display: block;
        font-size: 20px;
        font-weight: 600;
        line-height: 60px;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        text-transform: none;
    }

    table {
        border-collapse: collapse;
    }

    table, td, th {
        border: 1px solid black;
    }

    .login {
    border: 1px solid #dbe6f5;
    border-radius: 3px;
    background: #fff;
    width: 370px;
    opacity: 0.9;
        margin: 50px auto;}

    .login_head {
        /*background:#00245c;*/
        color: #fff;
    }
    .login_sh{box-shadow: 0 12px 15px rgb(0 0 0 / 6%);}
    .login_text{color:#005ab5;}
    .heading{font-size:2rem; padding:10px 0 0 15px;}

    .text-box { height:auto; display:block; }

    .login h2 {
        margin: 0 0 15px;padding: 15px;background: #084c9d;text-align: center;font-size: 1.8em;color: #fff;border-top-left-radius: 3px;border-top-right-radius: 3px;
    }
    .login .form-group { padding:0 20px; margin-bottom:15px;}

    .text-box:-moz-placeholder {
    color: #999;
}

.text-box::-moz-placeholder {
    color: #999;
}

.text-box:-ms-input-placeholder {
    color: #999;
}

.text-box::-webkit-input-placeholder {
    color: #999;
}

.text-box {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.text-box:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.text-box[disabled],.text-box[readonly],fieldset[disabled] .text-box {
    cursor: not-allowed;
    background-color: #eee;
}

.footerLogin {
   background:#00245c;
    position: fixed;
    bottom: 0px;
    width: 100%;  
    color:#fff;

}

.footerLogin a{color:#ffc107; text-decoration:none;}

.login_head img {
    height: 65px;
}
.footerLogo { float:right;}



@media (max-width: 425px) {
    .heading {
    font-size: 1.5rem!important;
    padding:0!important;
    }
}

@media (max-width: 768px) {
    footer p{font-size:12px!important;}
}