@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');

body, html {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;    /*background-image: linear-gradient(rgb(12, 97, 33),rgb(104, 145, 162));*/
    /* background: #000 */;
    position: relative;
}
#login-box {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    margin: 0 auto;
    margin-top: -200px;
    margin-left: 0px;
    border: 0px solid rgba(48, 46, 45, 1);
    background: rgb(255 255 255);
    min-height: 250px;
    padding: 20px;
    z-index: 9999;
    box-shadow: 15px 15px 20px #484848;
}
#login-box .logo .logo-caption {
    font-family: 'Poiret One', cursive;
    color: #302e2d;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 30px;
}
#login-box .logo .tweak {
    color: #ff5252;
}
#login-box .controls {
    padding-top: 30px;
}
#login-box .controls input {
    border-radius: 0px;
    background: rgb(255 255 255);
    border: 0px;
    color: black;
    font-family: 'Nunito', sans-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: 20px;
    margin-top: 20px;
    background: #302e2d;
    border-color: rgba(48, 46, 45, 1);
    color: white;
    font-family: 'Nunito', sans-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{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index:1;
}
