/*.btn-primary, .btn-primary:focus {
    background-color: #629B58 !important;
    border-color: #629B58;
}
.main-container {
    background-color: transparent !important;
}*/
body {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* PARTICLES */

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-position: center;
    z-index: -10;
    left:0;
    top:0;
}

/* FORM */

div.form-signin {
    position: relative;
    width: 400px;
    height: 400px;
    padding: 15px 35px 45px;
   /*  margin: 0 auto;*/
    margin: -200px; position: fixed; top: 50%; left: 50%;
    background: rgba(130,130,130,.3);
    /* padding: 20px 22px;*/
    border: 1px solid;
    border-top-color: rgba(255,255,255,.4);
    border-left-color: rgba(255,255,255,.4);
    border-bottom-color: rgba(60,60,60,.4);
    border-right-color: rgba(60,60,60,.4);
}
.widget-box{
    padding:0px !important;
    border:none !important;
   position:fixed !important;
    top:50%;
    left:50%;
}
.form-signin {
    width: 400px;
    height: 415px;
    padding: 15px 35px 45px;
    /* padding-top: 150px; */
    background: rgba(130,130,130,0.81);
    /* padding: 20px 22px; */
    border: 1px solid;
    border-top-color: rgba(255,255,255,0.4);
    border-left-color: rgba(255,255,255,0.4);
    border-bottom-color: rgba(60,60,60,.4);
    border-right-color: rgba(60,60,60,.4);
    text-align: left;
    margin: -200px; position: fixed; top: 50%; left: 50%;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 30px;
    color: #fff;
}
#forgot-box .form-signin{
    position:relative;
}
.form-signin .checkbox {
    font-weight: normal;
}
.help-block {
    color: rgba(188, 184, 184, 0.97) !important;
   /* background: rgba(255, 25, 0, 0.3) !important;*/
    font-size: 17px !important;
    padding: 3px 9px !important;
}
.form-signin .form-control {
    position: relative;
    color: #FFF !important;
    font-size: 16px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(39, 35, 35, 0.27) !important;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* GOLD FONT*/
.space-kg_hawes{
    clearfix:both;
    height:40px;
    float:left;
}
.gold
{
    /* color: #f8a61e; */
    font-weight: 700;
}

/* HR */

.hr_line{
    display:block;
    width: 300px;
    margin: auto;
    margin-top: -15px;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#fff), to(#000));
}
.login_submit{
    background-color: transparent !important;
    border: 1px solid;
}
