﻿html, body {
    height: 100% !important;
}

body {
    line-height: 1.5;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #808080 !important;
}

*:focus {
    outline: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 992px) and (min-width: 351px){
    .loginimg {
        margin: 0px auto !important;
        width: 150px !important;
        /*width: 50% !important;*/
    }
 
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
        min-width: 500px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}

.login-wrap {
    position: relative;
    background: #e7e7e7;
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

    .loginimg {
        margin: 20px auto;
        text-align: center;
    }

.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.form-group {
    margin-bottom: 1rem;
}

.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #bbb;
    font-size: 16px;
    padding: 10px;
}

.linkR {
    float: right;
    margin-right: 20px;
}

.linkL {
    margin-left: 10px;
}
