﻿/*#my{
    zoom: 80%;
    }
*/    
    body{
        background-color:rgba(128, 128, 128, 0.71);
        padding-top:10vh;
    }
    
    .form-container{
        width: 330px;
        height: auto;
        padding: 50px 50px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 #fff;
        margin: auto;
        position: relative;
    }
    
    .form-container1{
        width: 50%;
        height: auto;
        padding: 50px 50px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 #fff;
        margin: auto;
        position: relative;
    }

    .form-container2{
        height: auto;
        padding: 50px 50px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 #fff;
        margin: auto;
        position: relative;
    }
    
    
    .gca-logo {
        background: url("../img/gcasupplylogo.png") no-repeat;
        width: 300px;
        height: 130px;
        background-size: 100%;
        position: relative;
        margin-bottom:3px;
        margin: auto;
        text-align: center;
    }
    
    .form-container1 .logo{
        display: flex;
        flex-direction: row;
        min-width: 60%;
        width: 60%;
        max-width: 60%;
        height: 60%;
        max-height: 60%;
        margin: auto;
        justify-content: space-between;
        cursor: pointer;
    }
    img{
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        width: min-content;
        object-fit: cover;
    }
    p{
        text-align: center;
        font-size: 2.5vW;
        font-family: 'Montserrat', sans-serif;
        margin :auto;
        color: #5A595C;
    }
    
    
    ul.list {
        list-style: none;
        text-align: center;
    }
    
    ul.list li{
        width: 250px;
        margin-bottom: 15px;
    }
    
    
    .champs{
        width: 250px;
        text-align: center;
        padding: 8px 0px;
        border: none;
        background-color: #d3d3d3;
        border-radius: 5px;
    }
    .btnLogin {
        background-color: #ff0000;
        color: #ffffff;
        width: 250px;
		height: 30px;
        border: none;
        border-radius: 5px;
        text-align: center;
        cursor:pointer;
    }
    .btnSignin {
        background-color: #ffffff;
        color: #000000;
        width: 200px;
        border: none;
        border-radius: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        cursor:pointer;
    }
    ul.list li:nth-child(5){
        color: #ff0000;
    }
    .test{
        height: 50px;
        width: 250px;
        text-align: center;
        resize: none;
        color: #ff0000;
        border: none;
        font-family: "Montserrat", sans-serif;
        pointer-events: none;
    }
	