
@font-face{
    font-family:NirmalaB;
    src:url("/themes/unify/fonts/NirmalaB.ttf");
}

@font-face{
    font-family:Nirmala;
    src:url("/themes/unify/fonts/Nirmala.ttf");
}

html, body{
    overflow-x:hidden;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
}

body{
    position:relative;
    transition: all 0.3s;
}

img.bg {
    min-height: 100%;
    min-width: 1024px;

    width: auto;
    height: 100%;

    position: fixed;
    top: 0;
    left: 0;

    z-index: -1;
}

.logo{
    display:block;
    max-width:100%;
    max-height:100%;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    transition: all 0.3s;
}

.content{
    padding-top: 0 !important;
}


.fixed-row-bottom{
    position:fixed;
    bottom:0;
    width:100%;
}

.fixed-row-bottom .col{
    margin-left:-15px;
}

.wip-block{
    font-family: "NirmalaB",Helvetica Neue,Helvetica,Arial,sans-serif;
    color:white;
    text-align:center;
    min-height: 32vmin;
    font-weight:bold;
    white-space: nowrap;
    transition: all 0.3s;
}

.wip-block .first-line {
    font-size:14vmin;
    text-transform: uppercase;
    margin-bottom:-6vmin;
}

.wip-block .second-line{
    vertical-align:top;
    font-size:6vmin;
}

.button-block{
    text-align:center;
}
.button-block .button-connect{
    font-family: "NirmalaB",Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size:2.5vmin;
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
    background-color: rgba(25, 178, 115, 0.66);
    border-radius: 25px;
    margin-top:5vh;
    transition: all 0.3s;
}

.button-block .button-connect:hover{
    background-color: rgba(25, 192, 128, 0.66);
}

.button-block .button-connect:active{
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.counter-block{

    color:white;
    padding-left:50px;
    padding-right:50px;
    padding-top:3vmin;
    transition: all 0.3s;
}

.countdown-block{
    border: white 3px solid;
    height: 15vmin;
    width: 15vmin;
    margin:auto;
    padding-top:1.1vmin;
    text-align:center;
}

.countdown-block .big-number{
    font-family: "NirmalaB",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size:6vmin;
    margin-bottom: -2vmin;
}

.countdown-block .small-caption{
    font-family: "Nirmala",Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size:2.7vmin;
}

.two-block-margin{
    margin-bottom:2vmin;
}

@media screen and (max-width: 800px) { /* Specific to this particular image */
    img.bg {
        margin-left:-75px;
    }
}

@media screen and (max-height:400px){
    img.bg {
        min-height:100%;
        min-width:auto;
    }
}

@media screen and (max-height:900px) and (max-width:1200px){
    img.bg {
        min-height:100%;
        min-width:auto;
    }

    .countdown-block{
        height: 13vmax;
        width: 13vmax;
        padding-top:0.4vmax;
        margin-bottom: 1vmax;
    }

    .countdown-block .big-number{
        font-size:6vmax;
        margin-bottom: -2vmax;
    }

    .countdown-block .small-caption{
        font-size:2.7vmax;
    }

    .button-block .button-connect{
        font-size:2vmax !important;
    }

    @media (min-width:450px){
        .logo{
            margin-bottom:-10px;
            max-width:40%;
            max-height:40%;
        }
    }

    @media (max-height:500px){
        .logo{
            display:none;
        }

    }
}

.general-wrapper{
    display:table;
    height:100vh;
    width:100vw;
}

.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.login-box {
    max-width:390px;
    max-height: 100vh;
    margin-top:50px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    overflow-y:scroll;
}

.login-box::-webkit-scrollbar {
    display: none;
}

.login-box-body{
    background: rgba(255, 255, 255, 0.70) !important;
    font-family: "Nirmala",Helvetica Neue,Helvetica,Arial,sans-serif !important;
    text-align:center;
    border-radius:5px;
    padding: 20px;
    margin:15px;
    border-top: 0;
    color: #666;
}

.login-box-msg{
    line-height:25px;
    font-weight: bold;
}

h2 {
    font-family: "Nirmala",Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.btn{
    font-family: "Nirmala",Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.btn-default{
    color:#666;
}

.btn-login{
    background-color: rgba(25, 178, 115, 0.66);
    color:white;
    border-radius: 4px;
}

.btn-login:hover{
    color:white;
    text-decoration:underline;
}

.btn-login:focus{
    color:white;
    text-decoration:underline;
}

a {
    color: rgba(25, 178, 115);
    transition: all 0.3s;
}

.form-control{
    border-radius: 4px !important;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}

/* Language boxes */
.languages-box{
    color: white;
    position:absolute;
    top:0;
    right:0;
    margin:25px;
}

ul.local-list li{
    display:inline;
}

ul.local-list li a{
    color:white;
    cursor: pointer;
    display:inline;
    transition: .3s;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

ul.local-list li a.active{
    text-shadow: 0 0 .9px #ffffff, 0 0 .9px #ffffff;
}

ul.local-list li a:hover{
    border-color: #ffffff;
}

ul.local-list li:not(:last-child):after{
    content: " | ";
}

