.enterpriseContainer{
    width: 856px;
    height: 465px;
    padding: 25px 23px 25px 24px !important;
    border-radius: 16px;
    background-color:#FBFBFB;
    box-shadow: 0px 4px 4px 0px #00000040;
    display:flex;
    margin-top: 57px; 
    margin-bottom: 57px;
}

.enterpriseContent{
    width: 809px;
    height: 442px;
    top: 46px;
    left: 58px;
    gap: 58px;
    display:flex;
}

.enterpriseContentSection{
    gap: 32px;
    display:flex;
    flex-direction: column;
}

.enterpriseContentImg{
    width: 256px;
    height: 286px;
    padding-top: 28.5px;
    padding-bottom: 28.5px;
    gap: 0px;
    display:flex;
    background: url("/enterpriseSignIn.png");
    background-size: cover;
}

.enterpriseSignInText{
    width: 386px;
    height: 40px;
    padding: 10px 0px 10px 0px;
    gap: 8px;
    display:flex;
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #323130;
}

.enterprisePowerupSection{
    gap: 16px;
    display:flex;
    flex-direction: column;
}

.enterprisePowerupSectionContent{
    width: 462px;
    gap: 8px;
    display:block;
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #323130;
}

.enterprisePowerupEmail{
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #323130;
}

.enterprisePowerupButton{
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    width: 43%;
    height: 32px;
    padding: 6px 20px 6px 20px;
    border-radius: 3px;
    background: #0078D4;
    border: 1px solid #0078D4;
}

/*.horizontalLineContainer{
    width: 462px;
    height: 33px;
    gap: 12px;
    display: flex;
}
*/

.horizontalLine{
    width: 440px;
    height: 1px;
    top: 16px;
    background: #C8C6C4;
}

.enterpriseContentSection,
.enterpriseContentImg {
    flex: 1; 
}

.enterprisePowerupText{
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.enterpriseWorkAccountButton{
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #323130;
    width: 51%;
    height: 32px;
    padding: 6px 20px 6px 20px;
    background: #FFFFFF;
    border: 1px solid #8A8886;
    border-radius: 1px;
}

.enterpriseContainerLink{
    padding: 4px 0px 4px 0px;
    gap: 10px;
    display: flex;
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #323130;
}

.signUpEnterprise{
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    background: none;
    border: none;
    color: #115EA3;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin: 0;
}