﻿@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');

body, html {
    height: 100%;
    background-repeat: no-repeat; /*background-image: linear-gradient(rgb(12, 97, 33),rgb(104, 145, 162));*/
    background: black;
    position: relative;
}

#login-box {
    max-width: 600px;
    width: 90%;
    margin: 20px auto;
    padding: 40px;
    position: relative;
    z-index: 1;
    transform: scale(1.5);
    transform-origin: top center;
}

#login-box .logo .logo-caption {
    font-family: Impact, 'Arial Narrow', sans-serif !important;
    font-size: 3rem !important;
    letter-spacing: 6px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-align: center !important;
}

#login-box .logo .tweak {
    color: #ff5252;
}

#login-box .controls {
    padding-top: 30px;
}

#login-box .controls input {
    border-radius: 0px;
    background: rgb(98, 96, 96);
    border: 0px;
    color: white;
    font-family: 'Nunito', Serif;
}

#login-box .controls input:focus {
    box-shadow: none;
}

#login-box .controls input:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

#login-box .controls input:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#login-box button.btn-custom {
    border-radius: 2px;
    margin-top: 8px;
    background: #ff5252;
    border-color: rgba(48, 46, 45, 1);
    color: white;
    font-family: 'Nunito', Serif;
}

#login-box button.btn-custom:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: rgba(48, 46, 45, 1);
    border-color: #ff5252;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.popupunder {
    width: 300px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10;
    border: 0;
    padding: 20px;
}

.popupunder.alert-wrong {
    border: 1px solid #198b49;
    background: #ae2626;
    color: #fff;
}

.popupunder.alert-empty {
    border: 1px solid #198b49;
    background: #e0d904;
    color: #fff;
}

.popupunder .close {
    font-size: 10px;
    position: absolute !important;
    right: 2px;
    top: 3px;
}
.logo-caption {
    font-family: Impact, 'Arial Narrow', sans-serif !important;
    font-size: 3rem !important;
    letter-spacing: 6px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}
.tweak {
    color: #e53e3e !important;
    font-family: Impact, 'Arial Narrow', sans-serif !important;
}






