label {
    width: 400px;
    height: 35px;
    background-color: #1C1A31;
    color: white;
    overflow: auto;
    font-family: sans-serif;
    padding: 0.5rem;
    font-family: sans-serif;
    cursor: pointer;
    position: absolute;
    margin: 50px auto 0 auto;
    margin-top: -41px;
    margin-left: -200px;
}

label:hover {
    background-color: #2D5884;
}

input:hover {
    background-color: #2D5884;
    color: white;
}

.upload {
    background-color: #1C1A31;
    height: 100px;
    width: 400px;
    position: absolute;
    text-align: center;
    margin-left: 580px;
    margin-top: 64px;
}

.upload2 {
    padding: auto;
    background-color: #1C1A31;
    height: 660px;
    width: 400px;
    position: absolute;
    text-align: center;
    margin-left: 580px;
    margin-top: 260px;
}

.upload3 {
    padding: auto;
    background-color: #1C1A31;
    height: 660px;
    width: 400px;
    position: absolute;
    text-align: center;
    margin-left: 700px;
    margin-top: 2600px;
}

.upload p {
    margin-bottom: 10px;
    margin-left: 10px;
}

.upload3 p {
    margin-bottom: 10px;
    margin-left: 10px;
}

.upload2 p {
    margin-top: 10px;
    margin-left: 10px;
}

.square {
    position: absolute;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 5px;
    height: 700px;
    width: 500px;
    background-color: #1C1A31;
}

.square h2 {
    color: whitesmoke;
    text-align: center;
    margin-top: 4px;
}

.square p {
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    color: white;
    text-align: center;
    margin-top: 19px;
}

.square2 {
    z-index: 100;
    position: fixed;
    z-index: -1;
    position: absolute;
    margin-left: 750px;
    margin-top: 20px;
    border-radius: 5px;
    height: 700px;
    width: 800px;
    background-color: #1C1A31;
}

.square2 h2 {
    color: whitesmoke;
    text-align: center;
    margin-top: 4px;
}

.square2 p {
    color: white;
    text-align: center;
    margin-top: 19px;
}

.alert {
    border-radius: 5px;
    top: 50px;
    left: 100px;
    position: fixed;
    padding: 20px;
    background-color: #f44336;
    color: white;
    z-index: 99;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.success {
    border-radius: 5px;
    top: 50px;
    left: 100px;
    position: fixed;
    padding: 20px;
    background-color: #36f446;
    color: white;
    z-index: 99;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}