
*{
    font-family: 'Poppins', sans-serif;
}
body{
    background-color:rgba(230,234,234);
    margin: 0;
            padding: 0;
            background-image: url('backgrond.jpg'); /* Đặt đường dẫn đến hình ảnh nền */
            background-size: cover; /* Làm cho hình ảnh phủ toàn bộ màn hình */
            background-position: center; /* Căn giữa hình ảnh */
            background-repeat: no-repeat; /* Không lặp lại hình ảnh */
            background-attachment: fixed; /* Giữ hình ảnh nền cố định khi cuộn trang */
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
     min-height: 100vh;
}
.container{
    background: url("image1.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    min-height:550px;
    min-width:450px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),
                0 2px 20px 0 rgba(0,0,0,0.2);
}
.header{
    display: flex;
    justify-content: center;
    padding-top:90px;
    margin: 20px 10px 10px 10px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.input-container{
    margin: 30px 30px 10px 30px
}
label{
    color: #fff;
    margin: 0 0 5px 15px;
}
.input-field{
    display:flex;
    flex-direction: column;
    margin: 15px 0 15px 0;
}
input{
    outline:none;
    padding: 0 20px 0 20px;
    border: 2px solid rgba(255,255,255, 0.015);
    background: rgba(255,255,255,0.35);
    height: 38px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.085),
                0 2px 30px 0 rgba(0,0,0,0.2);
    border-radius:50px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
input:focus{
    border:2px solid rgba(255,255,255,0.65);
    background: transparent;
    box-shadow:none;
    border-radius: 30px;
}
.input-fi label{
    display: flex;
            align-items: center; /* Căn giữa các phần tử theo chiều dọc trong label */
            box-shadow: 0 1px 10px 0 rgba(86, 86, 86, 0),
                0 2px 30px 0 rgba(0, 0, 0, 0);
}

.submit{
    background:transparent;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.65);
    box-shadow:none;
    transition: .3s ease-in-out;
}
.submit:hover{
    color: rgb(106,87,168);
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.016);
    background: rgba(255,255,255,0.35);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.085),
                0 2px 30px 0 rgba(0,0,0,0.2);
}
.signup{
    background:transparent;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.65);
    box-shadow:none;
    transition: .3s ease-in-out;
    text-align: center;
}
.signup:hover{
    color: rgb(106,87,168);
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.016);
    background: rgba(255,255,255,0.35);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.085),
                0 2px 30px 0 rgba(0,0,0,0.2);
}
span{
    display:flex;
    justify-content: right;
}
span a{
    color: #fff;
    font-size: 15px;
    text-decoration:none;
    font-weight: bold;
}
/* Media Queries - điều chỉnh giao diện khi kích thước màn hình nhỏ hơn */
@media (min-width: 768px) {
    .container {
        flex-direction: row;
    }

    .content {
        flex: 3;
    }
}
@media (max-width: 767px) {

body{
    background-color:rgba(230,234,234);
    margin: 0;
            padding: 0;
            background-image: url('backgrond.jpg'); /* Đặt đường dẫn đến hình ảnh nền */
            background-size: cover; /* Làm cho hình ảnh phủ toàn bộ màn hình */
            background-position: center; /* Căn giữa hình ảnh */
            background-repeat: no-repeat; /* Không lặp lại hình ảnh */
            background-attachment: fixed; /* Giữ hình ảnh nền cố định khi cuộn trang */
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
     min-height: 100vh;
}
.container{
    background: url("image1.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    min-height:100px;
    min-width:100px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),
                0 2px 20px 0 rgba(0,0,0,0.2);
}
.header{
    display: flex;
    justify-content: center;
    padding-top:20px;
    margin: 40px 20px 20px 20px;
    font-size: 45px;
    color: #fff;
}
.input-container{
    
    margin: 20px 20px 10px 20px;
    
}
label{
    color: #fff;
    margin: 0 0 5px 15px;
}
.input-field{
    display:flex;
    flex-direction: column;
    margin: 15px 0 15px 0;
    font-size:20px;
}
input{
    outline:none;
    padding: 0 20px 0 20px;
    border: 2px solid rgba(255,255,255, 0.015);
    background: rgba(255,255,255,0.35);
    height: 40px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.085),
                0 3px 40px 0 rgba(0,0,0,0.2);
    border-radius:50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
input:focus{
    border:5px solid rgba(255,255,255,0.65);
    background: transparent;
    box-shadow:none;
    border-radius: 30px;
}
.input-fi label{
    display: flex;
            align-items: center; /* Căn giữa các phần tử theo chiều dọc trong label */
            box-shadow: 0 1px 10px 0 rgba(86, 86, 86, 0),
                0 2px 30px 0 rgba(0, 0, 0, 0);
}

.submit{
    background:transparent;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.65);
    box-shadow:none;
    transition: .3s ease-in-out;
}
.submit:hover{
    color: rgb(106,87,168);
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.016);
    background: rgba(255,255,255,0.35);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.085),
                0 2px 30px 0 rgba(0,0,0,0.2);
}
.signup{
    background:transparent;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.65);
    box-shadow:none;
    transition: .3s ease-in-out;
    text-align: center;
}
.signup:hover{
    color: rgb(106,87,168);
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.016);
    background: rgba(255,255,255,0.35);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.085),
                0 2px 30px 0 rgba(0,0,0,0.2);
}
span{
    display:flex;
    justify-content: right;
}
span a{
    color: #fff;
    font-size: 18px;
    text-decoration:none;
    font-weight: bold;
    
}
.quenmatkhau{
    padding-bottom: 35px;
}
}
