main section .container{
    width: 700px;
    /* min-height: 100vh; */
}

input{
    background-color: transparent;
    border: 1px solid #fea53d;
    padding: 10px 15px;
    height: 44px;
    border-radius: 5px;
    outline: 0;
    color: #ddd;
    font-size: 16px;
    width: 100%;
}
form{
    margin-top: 60px;
    /* width: 700px; */
    border: 2px solid #fea53d;
    box-shadow: 0 0 4px 1px #fea53d;
    padding: 30px;
    border-radius: 5px;
    
}
input::placeholder{
    color: #ddd;
    font-size: 16px;
    font-family: "Battambang", system-ui;
}


label{
    display: block;
    font-size: 18px;
  
}

.mb-3{
    margin-bottom: 1rem;
}

.mb-6{
    margin-bottom: 2rem;
}

main form button{
    padding: 4px 15px;
    background-color: transparent;
    color: #fea53d;
    border: 1px solid #fea53d;
    border-radius: 3px;
    font-weight: 600px;
    font-size: 18px;
}

.account-choice{
    width: 100%;
    height: 70px;
    border-radius: 3px;
    box-shadow: 0 0 4px 1px #fea53d;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-choice .icon-container{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    width: 40%;
}

.account-choice img{
    width: 50px;
    height: 50px;
    margin-right: 8px;
}

.account-choice button{
    border: 0;
    
}

.fa-x{
    font-size: 18px;
    margin-right: 5px;
}

.fa-apple{
    margin-left: 5px;
    font-size: 50px;
    margin-right: 14px;
}
.btn-save{
    height: 43px;
    align-items: center;text-align: center;
}

.btn-save:hover{
    background-color: #fea53d;
    color: #fff;
}

.btn-connect:hover{
    color: #ffd4a2;
}

