@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400');

body, html
{
    font-family: 'Source Sans Pro', sans-serif;
    /*background-color: #012753;*/
    /*background-color: #0d72ba;*/
    /*background-image: url('../../../images/login_bg.jpg');
    background-size: cover;*/
    /*background-color: #0a1759;*/
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #343a40, #2b2c31, #211f22, #151314, #000000);*/


    background:linear-gradient(0deg, rgba(1, 39, 83, 0.54), rgba(3, 55, 118, 0.65)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.35' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #343a40, #2b2c31, #211f22, #151314, #000000);
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#header_div
{
    height: 75px;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    text-align: center;
    position: fixed;
    top: 0;
    border-bottom: 5px solid #00b5be;
}

/*#main_div
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.15' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #343a40, #2b2c31, #211f22, #151314, #000000);
}*/

#particles-js
{
    position: absolute;
    width: 100%;
    height: 100%;
}

.container
{
    margin: 0;
    top: 130px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    /*background-color: #0C6DB6;*/
    /*background-color: #0a1125;*/
    background-color: #022449;
    border-radius: 50px;
    border-top: 10px solid #1a67be;
    border-bottom: 10px solid #00b5be;
    width: 400px;
    height: 338px;
    box-shadow: 3px 5px 84.8px 8.2px rgb(25, 31, 53);
}


.box h2
{
    font-family: 'Source Sans Pro', sans-serif;
    color: #5c6bc0;
    font-size: 18px;
    margin-top: 15px;
}

.box h4
{
    font-family: 'Source Sans Pro', sans-serif;
    color: #5c6bc0;
    font-size: 18px;
    margin-top: 94px;;
}

.box h4 span
{
    color: #dfdeee;
    font-weight: lighter;
}

.box h5
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    color: #a1a4ad;
    letter-spacing: 1.5px;
    margin-top: -15px;
    margin-bottom: 35px;
}

.box input[type = "text"], .box input[type = "password"]
{
    display: block;
    margin: 15px auto;
    /*background: #262e49;*/
    background: white;
    border: 0;
    border-radius: 5px;
    padding: 14px 10px;
    width: 320px;
    outline: none;
    color: #313030;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}

::-webkit-input-placeholder
{
    color: #565f79;
}

.box input[type = "text"]:focus, .box input[type = "password"]:focus
{
    border: 1px solid #79A6FE;

}

a
{
    color: #5c7fda;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

label input[type = "checkbox"]
{
    display: none; /* hide the default checkbox */
}

/* style the artificial checkbox */
label span
{
    height: 13px;
    width: 13px;
    border: 2px solid #464d64;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: left;
    left: 7.5%;
}

.btn1
{
    border: 0;
    background: #003675;
    color: #dfdeee;
    border-radius: 100px;
    width: 340px;
    height: 49px;
    font-size: 16px;
    position: absolute;
    top: 65%;
    left: 7%;
    transition: 0.3s;
    cursor: pointer;
}

.btn1:hover
{
    background: #02438f;
}

.rmb
{
    position: absolute;
    margin-left: -24%;
    margin-top: 0px;
    color: #dfdeee;
    font-size: 13px;
}

.forgetpass
{
    position: relative;
    float: right;
    right: 28px;
}

.dnthave
{
    position: absolute;
    top: 92%;
    left: 24%;
}

[type=checkbox]:checked + span:before
{ /* <-- style its checked state */
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f00c";
    position: absolute;
    top: -4px;
    color: #896cec;
    left: -1px;
    width: 13px;
}

.typcn
{
    position: absolute;
    left: 339px;
    top: 282px;
    color: #3b476b;
    font-size: 22px;
    cursor: pointer;
}

.typcn.active
{
    color: #7f60eb;
}

.error
{
    background: #ff3333;
    text-align: center;
    width: 337px;
    height: 20px;
    padding: 2px;
    border: 0;
    border-radius: 5px;
    margin: 10px auto 10px;
    position: absolute;
    top: 31%;
    left: 7.2%;
    color: white;
    display: none;
}

.powered_by
{
    position: relative;
    left: 0;
    bottom: 0;
    top: 96px;
    width: 100%;
    color: #cdced0;
    font-size: 14px;
    text-align: center;
}

.footer
{
    position: relative;
    left: 0;
    bottom: 0;
    top: 680px;
    width: 100%;
    color: #cdced0;
    font-size: 14px;
    text-align: center;
}

.footer .fa
{
    color: #7f5feb;;
}