[v-cloak] {
    display: none !important;
}


html, body {
    height: 100%;
}

body {
    background-image: url(/images/btm/adminskin/backgroundimg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
}

.login-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-1 {
    height: 15px;
}

.box-2 {
    flex: 1;
}

.box-3 {
    height: 60px;
}

.panel {
    margin: auto;
    width: 75%;
    xheight: 350px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 5px 5px 10px #cccccc9e;
    flex-direction: column;
    padding: 20px;
    max-width: 500px;
}

.inner-panel {
    width: 100%;
}

.errors {
    border-radius: 2px;
    width: 100%;
    margin-top: 10px;
    background-color: #cc1a1a;
    padding: 10px 25px;
    font-weight: 300;
    color: #fff;
}

.logo {
    position: absolute;
    /* width: 100px; */
    /* height: 100px; */
    /* border-radius: 100%; */
    margin-left: -65px;
    margin-top: -87px;
    /* text-align: center; */
    padding-top: 35px;
    /* background-color: blue; */
    /* opacity: 0.5; */
}



.b20{
    margin-bottom:20px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
