/* @import url("https://fonts.googleapis.com/css?family=Roboto|Varela+Round"); */
@import url("https://fonts.googleapis.com/css?family=Poppins:wght@400,;500;600;700&display=swap");

body {
    /* font-family: 'Varela Round', sans-serif; */
    font-family: 'Poppins', sans-serif;
    background-image: url('/assets/bg.jpg');
}

.navbar {
    /* border: 1px solid red; */
    height: 30px;
    font-size: small;
}

.navbar-logo {
    /* background-image: url("https://images.plot.ly/logo/new-branding/plotly-logomark.png"); */
    height: 30px;

}

.page-layout {
    /* border: 2px solid green; */
    margin-top: 10px;
    /* height: 95vh; */
    /* background-image: url('/assets/bg.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
}

.form-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 0 auto;
    border: 1px solid gray;
    border-radius: 10px;
    margin-top: 100px;
    padding: 20px;
    color:white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.19), 0px 6px 6px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 0.3);
}
.form-view-wide {
    margin-top: 40px;
    width: 600px;
}
.form-view-xwide {
    margin-top: 100px;
    width: 800px;
    /* color: white; */
    /* centralize text */
    text-align: center;
    font-size: 0.9rem;
}

.form-float-container{
    height: 70px;
}

.form-float {
    width:400px !important;
    height: 30px;
    /* border: 1px solid red; */
    font-size: medium;
    margin-bottom: 0px;
    margin-top: 15px;
    /* background-color: inherit; */
    border: 1px solid gray;
}
.form-float:focus {
    /* background-color: inherit; */
    color:#44555D;
    outline: none;
}

.form-float-label{
    color:gray;
}

.form-float-label::after {
    background-color: inherit !important;
}

.form-text{
    color:#F7A400;
    font-size: small;
    margin-bottom: 0px;
    margin-left: 5px;
}

.form-button {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color:white;
    border: 1px solid lightgray;
}
.form-link {
    margin-left:5px;
    margin-right:5px;
    /* remove underline */
    text-decoration: none;
    color: #F7A400;
}
.form-link-div{ 
    display: flex;
    justify-content: center;
}

.endata-logo {
    width: 200px;
    /* height: 100px; */
    margin-bottom: 40px;
    margin-top: 20px;
}


#output-state-login {
    color: #F7A400;
    margin-top: 10px;
    /* font-size: small; */
}

.terms-and-conditions{
    font-size: 0.6rem;
    /* color:red !important */
}
.terms-and-conditions h1{
    font-size: 0.8rem;
    /* color:cyan; */
    font-weight: bold;
}

.terms-and-conditions h2{
    font-size: 0.7rem;
    /* color:cyan; */
    font-weight: bold;
}


#checkbox-tc:checked {
    background-color: #F7A400 !important;
}
