html,body{
    min-width: 100%;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    background-color: #1c1c1c;
    overflow: hidden;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

section {
    width: 100%;
    height: 100vh;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: large;
    font-weight: 800;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: transparent;
    padding-left: 30px;
}

.logo h1 a{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: white;
}

.logo span{
    color: rgb(218, 31, 31);
}
.layout{
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    padding-top: 50px;
    justify-content: center;
    align-items: center;
    place-items: center;
    margin: 0;
    width: 100%;
    height: 100vh;
}
.box{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #1c1c1c;
    color: white;
    height: 5vh;
    width: 450px;


    @media (width >= 960px) {
        width: 250px;
        height: 550px;
        padding: 30px 40px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        box-shadow: 5px 3px 10px black;
        background-color: #1c1c1c;
        color: white;
    }
}
.box p{
    font-size: large;
    letter-spacing: 1px;
    font-weight: 900;
    padding-top: 0px;
    text-align: center;

    @media (width >= 960px) {
        font-size: xx-large;
        letter-spacing: 1px;
        font-weight: 900;
        padding-top: 50px;
        text-align: center;
    }
}

.box1{
    @media (width >= 320px) {
        width: 450px;
        height: 80vh;
        padding: 30px 40px;
        margin: 0px;
        border-top-right-radius: 10px;
        justify-content: center;
        text-align: center;
        align-items: center;
        border-bottom-right-radius: 10px;
        box-shadow: 5px 3px 10px black;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #1c1c1c;
        color: white;
    }


    @media (width >= 960px){
        width: 450px;
        height: 550px;
        padding: 30px 40px;
        margin: 0px;
        color: white;
    }
}

.box1 h1{
    text-align: center;
    font-weight: 900;
    font-size: 28px;
}
.line{
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background-color: white;
    position: relative;
    left: 100px;
    top: 5px;
    @media (width >= 640px){
        position: relative;
        left: 160px;
        top: 5px;
    }
}
.input-box{
    padding-top: 30px;
}
.input-box input{
    width: 200px;
    height: 50px;
    font-weight: 500;
    padding-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-color: black;
    background-color: transparent;

    @media (width >= 640px) {
        width: 300px;
        height: 50px;
        font-weight: 500;
        padding-top: 30px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;
        border-top: none;
        border-left: none;
        border-right: none;
        outline: none;
        border-color: black;
        background-color: transparent;
    }
}
::placeholder{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: white;
}

.check-box{
    display: flex;
    justify-content: center;
    font-size: small;
    padding-top: 30px;
    font-weight: 600;
}
.check-box label{
    padding-right: 50px;
}
.check-box p{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
.btn-1{
    padding-top: 10px;
    @media (width >= 640px) {
        padding-top: 25px;
    }

}
.btn-1 p{
    padding-top: 10px;
    font-weight: 800;
}
.btn-1 input{
    background-color: rgb(218, 31, 31);
    color: #fff;
    width: 250px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    outline: none;
    border: none
    ;
    font-size: larger;
    font-weight: 600;
    cursor: pointer;
}

.btn-2{
    padding-top: 10px;
}

.btn-2 button{
    background-color:  rgb(218, 31, 31);
    color: #fff;
    width: 250px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: medium;
    font-weight: 600;
}
.btn-2 a{
    color: #fff;
    text-decoration: none;
}
.ann{
    font-weight: 800;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    
}
.closet{
    font-weight: 800;
    color: rgb(218, 31, 31);
    font-family: Arial, Helvetica, sans-serif;
}
a{
    text-decoration: none;
    font-weight: 600;
}
