﻿body {
    background-image: url('/assets/QuotationBackground.jpg'); /* Specify the path to your background image */
    background-size: cover; /* Cover the entire background */
    background-position: center; /* Center the background */
    background-repeat: no-repeat; /* Prevent the background from repeating */
    /*opacity: 0.8;*/
}


input {
    margin-top: 16px;
}

.labelRememberMe {
    margin-top: 16px;
}

.login-container {
    font-size: 16px;
    font-family: 'Roboto';
    border: 1px solid #ccc;
    border-radius: 10px; /* Adjust the radius as needed */
    padding: 24px;
    background-color: white;
    max-width: 500px; /* Adjust the maximum width as needed */
    max-height: 450px;
    margin: 100px auto 0;
}

#account {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
}

p {
    text-align: center;
    margin-top: 16px;
}

.create-account {
    text-align: left;
}

.singup {
    color: rgb(136, 242, 164);
}

a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    font-family: 'Roboto';
}

#try {
    margin-top: 16px;
}

a:hover {
    text-decoration: underline;
    color: black;
}

button {
    /*margin-top: 16px;*/
}
