﻿/*@import url(https://fonts.googleapis.com/css?family=Roboto:300);

header .header {
    background-color: #fff;
    height: 45px;
}

header a img {
    width: 134px;
    margin-top: 4px;
}

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

    .login-page .form .login {
        margin-top: -31px;
        margin-bottom: 26px;
    }

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .form button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background-color: rgb(0 0 0);*/
       /* background-image: linear-gradient(45deg,#328f8a,#08ac4b);*/
        /*width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

    .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

body {
    background: linear-gradient(to right,#1d6c68,#f9ef1e);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/


.body1 {
    font-family: 'Open Sans', sans-serif;
    /*background: linear-gradient(to right,#3a4141,#0aa699);*/
    background-size: cover;
    color: black;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 63vh;*/
}

.login-form {
    background-color: rgb(92 177 182 / 66%);
    padding: 20px 100px 50px 100px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    margin-left: 750px;
    margin-top: -680px;
}

.logimg {
    margin-left: 120px;
}
h1 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}

form {
    display: flex;
    flex-direction: column;
}
label {
    font-weight: 700;
    margin-bottom: 5px;
}

input[type="text"], input[type="password"] {
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
}

button[type="submit"] {
    background-color: #036968a6;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.forgot-password {
    margin-top: 15px;
    text-align: center;
}

    .forgot-password a {
        color: black;
        font-size: 13px;
        text-decoration: none;
    }

        .forgot-password a:hover {
            text-decoration: underline;
        }
#watermark-text {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.3); /* Set the desired color and opacity for the watermark */
    margin: -130px 0px 0px 950px;
}
