@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.left{text-align:left;}.messages{ color:#F00;}.messages1{ color:#060;}
html,
    body {
        height: 100%;
    }

    body {
        background:url(../images/login_bg.png);
        color: #222;
        text-align: center;
        position: relative;
        z-index: 9999;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    main {
        width: 100%;
        max-width: 450px;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .form-signin{
        
        box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
        padding: 42px 42px;
        border-radius: 10px;
        border: 1px solid #fff;
        backdrop-filter: blur(12px);
    background-color: #020c2047;
    }
    .loginpage {
        color: #fff;
        background: #108a00;
        border-radius: 50px;
        padding: 10px;
        width: 100%;
        outline: none;
        border: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size:17px;
    }
    .form-signin h1{
        font-size: 26px;
        font-weight: 600;
        margin-top: .5rem;
        margin-bottom: 1.8rem;
        color: #fff;
    }

    .copy{
        color: #ffff;
        font-weight: 300;
        margin-top: 2rem;
    }

    .form-signin a{
        color: rgba(255, 255, 255, 31%);
        font-weight: 300;
        font-size: 14px;
        transition: .3s ease-in-out;
    }
    .form-signin a:hover{
         color: rgba(255, 255, 255, 100%);
    }
    .error-color{
        text-align: left;
        font-size: 13px;
        color: red;
        display: block;
        padding-top: 9px;
    }