﻿/*.table tr :hover {
    cursor: pointer !important;
}*/
html, body {
    height: 100%;
}

.table td {
    vertical-align: middle !important;
    border-top: none !important;
}

.img-responsive .login-images, .login-images {
    width: 32px;
}

.panel {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
    border: none !important;
}

body {
    background: url(../../Images/cover-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.centering {
    margin-top:50px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .centering {
        margin-top:150px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .centering {
        margin-top:100px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .centering {
        margin-top:50px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .centering {
        margin-top:25px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .centering {
        margin-top:25px;
    }
}