﻿/* Bordered form */
form {
    /*border: 3px solid #f1f1f1;*/
    border: hidden;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

body {
    margin: 0;
    padding: 0;
    /*background: url(https://i.ibb.co/VQmtgjh/6845078.png) no-repeat;*/
    height: 100vh;
    font-family: sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

@media screen and (max-width: 600px) {
    body {
        background-size: cover;
    }
}

#particles-js {
    height: 100%
}

.loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    min-height: 200px;
    background: #000000;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box
}

.user {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
}

h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #59238F;
    text-align: center
}

.loginBox input {
    width: 100%;
    margin-bottom: 20px
}

    .loginBox input[type="text"], .loginBox input[type="password"] {
        border: none;
        border-bottom: 2px solid #262626;
        outline: none;
        height: 40px;
        color: #fff;
        background: transparent;
        font-size: 16px;
        padding-left: 20px;
        box-sizing: border-box
    }

        .loginBox input[type="text"]:hover, .loginBox input[type="password"]:hover {
            color: #42F3FA;
            border: 1px solid #42F3FA;
            box-shadow: 0 0 5px rgba(0,255,0,.3), 0 0 10px rgba(0,255,0,.2), 0 0 15px rgba(0,255,0,.1), 0 2px 0 black
        }

        .loginBox input[type="text"]:focus, .loginBox input[type="password"]:focus {
            border-bottom: 2px solid #42F3FA
        }

.inputBox {
    position: relative;
    top: 0px;
    left: 0px;
}

.inputBox span {
    position: absolute;
    top: 10px;
    color: #262626
}

.loginBox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    font-size: 16px;
    background: #59238F;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}

.loginBox-button {
    border: none;
    outline: none;
    overflow: hidden; 
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #262626;
    cursor: pointer;
    padding: 0px;
}

.loginBox-button:hover {
    color: #00ffff
}

.loginBox a {
    color: #262626;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block
}

a:hover {
    color: #00ffff
}

p {
    color: #0000ff
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url("/img/ilgqWuX.png");
    display: none;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url("/img/Q9BGTuy.png");
    display: none;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("/img/Z8q7ww7.png");
    display: none;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url("/img/GnyDvKN.png");
    display: none;
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url("/img/GnyDvKN.png");
    display: none;
}