body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: black;
}

.main {
    display: flex;
    width: 1440px;
    height: 1024px;
}

.login {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: #002062;
}

.logo img {
    width: 419px;
    height: 114px;
    margin-top: 88px;
    margin-left: 59px;
    margin-right: 79px;
}

.logo h1 {
    width: 402px;
    height: 20px;
    padding-left: 100px;
    font-weight: 400px;
    color: white;
    font-size: 40px;
    margin-top: 20px;
   padding-bottom: 30px;
}

.input-box {
    width: 350px;
    height: 48.84px;
    border: 1px solid #4671C6A6;
    margin-left: 115px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 3px solid #4671C6A6
}

.input-box input {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 108%;
    background-color: #002062;
    color: white;
    outline: none;
}

.input-box svg {
    padding-left: 10px;
}

.forgot-password {
    display: block;
    margin-left: 360px;
    margin-top: 10px;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.sign-in {
    width: 350px;
    height: 48.84px;
    margin-left: 114px;
    margin-top: 30px;
    background-color: #4671C6;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

.or {
    text-align: center;
    color: white;
    margin-top: 20px;
}

.social-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.social-btn {
    width: 350px;
    height: 48.84px;
    margin-top: 10px;
    border: 1px solid #4671C6A6;
    border-radius: 10px;
    background-color: #002062;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.social-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.create-account {
    text-align: center;
    color: white;
    margin-top: 20px;
}

.create-account a {
    color: #4671C6;
    text-decoration: none;
}

.footer-img img {
    width: 859px;
    height: 1024px;
}
