 
/*html, body {
	height: 90%;
    min-height: 90%;
    font-family: 'Roboto', sans-serif;
}*/
.page-wrapper {
	min-height: calc(94vh - 85px);
}
.page-wrapper:after {
	content: "";
	display: block;
}

.bg-image{
    background: url(../images/01.jpg) center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
    position: fixed;
    width: 100%;
    background-size: cover;
    z-index: -1;
    top: 0;
    animation: zoom 130s infinite;
}
@keyframes zoom {
    0% { transform:scale(1,1); }
    50% { transform:scale(1.4,1.4); }
    100% { transform:scale(1,1); }
}
.bg-image::before{
    content: '';
    display: block;
    clear: both;
    /* background: rgba(98, 148, 173, 0.78); */
    background: #93bfe4;   
    /* background:linear-gradient(to right, rgb(149, 224, 247), rgba(0, 45, 91, 0.48));  
    background:linear-gradint(to right, rgb(149, 224, 247), rgba(0, 45, 91, 0.48)); */

    background: linear-gradient(to right, rgb(255, 255, 255), rgba(0, 126, 255, 0.2));

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

 

.page-wrapper{
    width: 960px;
    margin: auto;
    display: block;

     position: relative;
}
a.logo-karvy {
    float: right;
    margin-top: 15px;
    padding-right: 20px;
}
a.logo-karvy img {
    width: 200px;
}
.logo-top {
    padding: 10px 0;
    background: #fff;
    margin: 10px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}

footer {
    width: 960px;
    padding: 20px;
    margin: 10px auto;  
    display: block;
    text-align: center;
    color: #000;
    border-top: 1px solid #002d5b;
   
}
.display-table {
    display: table;
    vertical-align: middle;
    height: calc(80vh);
    width: 100%;
}
.display-cell {
    display: table-cell;
    vertical-align: middle;
}
.col-6{
    width: 100%;
    display: block;
    vertical-align: middle;
}
.login-tab{
    background: #fff;
    min-height: 150px;
    width: 500px;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}

.h1-heading{
    font-size: 40px;
    text-align: center;
    font-weight: 200;
    color: #000;
}
.login-tab form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom:  5px;
}
.login-tab{
 padding:15px;
}
 
.login-tab form input {
    width: 100%;
    display: block;
    padding: 10px 5px;
    border-radius: 3px;
    border: 1px solid #dabfd4;
    outline: none;  
    margin-bottom: 25px;
    transition: 0.3s;
    box-sizing: border-box;
}
.login-tab form input:focus {
    border: 1px solid #04305e;
}
.login-tab form button {
    background: #982985;
    border: none;
    padding: 13px 20px;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    margin: auto;
    display: block;
    width: 120px;
}
.login-tab > p {
    padding-bottom: 15px;
    text-align: center;
} 
.t-center{
    text-align: center;
}
.logo-sm img {
    max-width: 100%;
    width: 250px;
}
.logo-sm{
    
    /* background: rgba(255, 255, 255, 0.24);*/
    width: 270px;
    display: block;
    margin: auto;margin-bottom: 15px;
    text-align: center;
    padding: 5px;
        z-index: 1;
    position: relative;
}
.footer-login1 {

}
.footer-login1 p {
    float: left;
    margin: 0;
}

.footer-login1 a {
    margin: auto;
    display: block;
    text-align: center;
    width: 110px;
    color: #000;
}

.footer-login1 span {
    float: right;
}

.login-tab a {
    color: #84a0bd;
    text-align: center;
    margin-top: 20px;
    display: block;
    font-size: 13px;
}